|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.rpc.LocalCallFactory
org.objectweb.easybeans.rpc.EJBLocalHomeCallFactory
public class EJBLocalHomeCallFactory
Factory creating an EJB proxy for EJB local home calls.
Constructor Summary | |
---|---|
EJBLocalHomeCallFactory()
|
Method Summary | |
---|---|
protected LocalCallInvocationHandler |
buildLocalHandler(java.lang.Integer embeddedID,
java.lang.String containerId,
java.lang.String factoryName,
boolean useID)
Build a new Invocation handler. |
Methods inherited from class org.objectweb.easybeans.rpc.LocalCallFactory |
---|
getObjectInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EJBLocalHomeCallFactory()
Method Detail |
---|
protected LocalCallInvocationHandler buildLocalHandler(java.lang.Integer embeddedID, java.lang.String containerId, java.lang.String factoryName, boolean useID)
buildLocalHandler
in class LocalCallFactory
embeddedID
- the Embedded server ID.containerId
- the id of the container that will be called on the
remote side.factoryName
- the name of the remote factory.useID
- true if all instance build with this ref are unique
(stateful), false if it references the same object (stateless)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |