| java.lang.Object org.ow2.easybeans.proxy.reference.AbsCallRef org.ow2.easybeans.proxy.reference.RemoteCallRef org.ow2.easybeans.proxy.reference.EJBHomeCallRef
EJBHomeCallRef | public class EJBHomeCallRef extends RemoteCallRef (Code) | | Defines the Referenceable objectd used by EJB Home.
This is the object that is bind in the registry.
author: Florent Benoit |
Field Summary | |
final public static String | REMOTE_INTERFACE Property used for referencing the remote interface class name. |
REMOTE_INTERFACE | final public static String REMOTE_INTERFACE(Code) | | Property used for referencing the remote interface class name.
|
EJBHomeCallRef | public EJBHomeCallRef(String itfClassName, String containerId, String factoryName, boolean useID, String remoteInterface)(Code) | | Constructor : build a reference.
Parameters: itfClassName - the name of the interface. Parameters: containerId - the ID of the container. Parameters: factoryName - the name of the factory Parameters: useID - true if all instance build with this ref are unique(stateful), false if it references the same object (stateless) Parameters: remoteInterface - the name of the remote interface |
getFactoryClassName | protected String getFactoryClassName()(Code) | | Use the EJB Home factory.
the name of the factory used by this reference. |
updateRefAddr | protected void updateRefAddr(Reference reference)(Code) | | Adds some settings to the reference.
Parameters: reference - the reference to configure |
|
|