Methods Summary |
---|
public void | cleanupClass(java.lang.Class clazz)
|
public javax.ejb.EJBHome | createHomeReference(byte[] homeKey)Create a remote reference for an EJBHome which can
be used for performing remote invocations.
The key specifies the unique
"object-id" of the EJBHome. This operation should not
create any "tie" for the particular remote object instance.
This operation should not cause the ProtocolManager to maintain
any instance-specific state about the EJB instance.
|
public java.rmi.Remote | createRemoteReference(byte[] instanceKey)Create a remote reference for an EJBObject which can
be used for performing remote invocations.
The key specifies the unique
"object-id" of the EJBObject. This operation should not
create any "tie" for the particular remote object instance.
This operation should not cause the ProtocolManager to maintain
any instance-specific state about the EJB instance.
|
public void | destroy()Destroy the factory itself. Called during shutdown / undeploy.
The factory is expected to release all resources in this method.
|
public void | destroyReference(java.rmi.Remote remoteRef, java.rmi.Remote remoteObj)Destroy an EJBObject or EJBHome remote ref
so that it can no longer be used for remote invocations.
This operation should destroy any state such as "tie" objects
maintained by the ProtocolManager for the EJBObject or EJBHome.
|
public boolean | hasSameContainerID(org.omg.CORBA.Object ref)
|
public void | setRepositoryIds(java.lang.Class homeIntf, java.lang.Class remoteIntf)
|