PlaceholderServiceHome Interface

com.bea.p13n.placeholder
PlaceholderServiceHome Interface

public interface PlaceholderServiceHome

    extends EJBHome

The EJB Home interface for the PlaceholderService.


All Superinterfaces
EJBHome, Remote

Method Summary

public PlaceholderService
create()
Create a new PlaceholderService.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

public PlaceholderService create()
throws CreateException, RemoteException
Create a new PlaceholderService.

Exceptions

CreateException
RemoteException