Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.remote.ejb
Interface RemoteSessionControllerHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface RemoteSessionControllerHome
extends javax.ejb.EJBHome

PUBLIC: This is the bean home interface of an EJB Session Bean to provde TopLink communication for remote Sessions. This bean must be subclassed to be used in your particular Application Server. Certain environment properties must be defined in the deployment descriptor


Method Summary
 RemoteSessionController create()
          PUBLIC: The create method.
 RemoteSessionController create(java.lang.String sessionName)
          PUBLIC: The create method with the specific session name.

 

Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, remove, remove

 

Method Detail

create

public RemoteSessionController create()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException
PUBLIC: The create method.
Throws:
java.rmi.RemoteException
javax.ejb.CreateException

create

public RemoteSessionController create(java.lang.String sessionName)
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException
PUBLIC: The create method with the specific session name.
Throws:
java.rmi.RemoteException
javax.ejb.CreateException

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.