|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.cmi.ClusterStub
Stubs to clustered objects extend this class. We avoid to pollute method namespace by defining no method.
Field Summary | |
protected Distributor |
distrib
Distributor class |
protected boolean |
stubDebug
Debug mode ? |
Constructor Summary | |
protected |
ClusterStub(Distributor distrib,
ServerStubList sl)
Creates a new cluster stub |
Method Summary | |
Distributor |
getDistrib()
Get the Distributor instance associated with this stub |
javax.ejb.Handle |
getHandle()
|
javax.ejb.HomeHandle |
getHomeHandle()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final Distributor distrib
protected final boolean stubDebug
Constructor Detail |
protected ClusterStub(Distributor distrib, ServerStubList sl)
distrib
- distibutor class associated with this stubsl
- server stub list associated with this stubMethod Detail |
public Distributor getDistrib()
public javax.ejb.HomeHandle getHomeHandle() throws java.rmi.RemoteException
java.rmi.RemoteException
public javax.ejb.Handle getHandle() throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |