public abstract class ClusterStub
extends java.lang.Object
implements java.rmi.Remote
Modifier and Type | Field and Description |
---|---|
protected Distributor |
distrib
Distributor class
|
protected boolean |
stubDebug
Debug mode ?
|
Modifier | Constructor and Description |
---|---|
protected |
ClusterStub(Distributor distrib,
ServerStubList sl)
Creates a new cluster stub
|
Modifier and Type | Method and Description |
---|---|
Distributor |
getDistrib()
Get the Distributor instance associated with this stub
|
javax.ejb.Handle |
getHandle() |
javax.ejb.HomeHandle |
getHomeHandle() |
protected final Distributor distrib
protected final boolean stubDebug
protected ClusterStub(Distributor distrib, ServerStubList sl)
distrib
- distibutor class associated with this stubsl
- server stub list associated with this stubpublic 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