|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.carol.cmi.StubConfig
Used to get information on a remote object. Searches for CMI configuration information association with the remote class.
Distributor| Method Summary | |
static void |
checkClusterStub(java.lang.Class remoteObjClass,
ClusterStub cs)
Check the compatibility between the cluster stub and a remote object class |
static java.lang.Boolean |
clusterEquivAtBind(java.rmi.Remote obj)
Test if the object is to be clustered and if it has to be advertised at bind(). |
static java.lang.String |
clusterEquivAtExport(java.rmi.Remote obj)
Test if the object is to be clustered and if it has to be advertised at export(). |
static ClusterStub |
instanciateClusterStub(java.lang.Class remoteObjClass,
ServerStubList stubList)
|
static void |
main(java.lang.String[] args)
For test purposes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.Boolean clusterEquivAtBind(java.rmi.Remote obj)
throws StubConfigException
StubConfigException
public static java.lang.String clusterEquivAtExport(java.rmi.Remote obj)
throws StubConfigException
StubConfigException - if config error
public static void checkClusterStub(java.lang.Class remoteObjClass,
ClusterStub cs)
throws java.rmi.RemoteException
remoteObjClass - remote object classcs - cluster stub
java.rmi.RemoteException - if the stub aren't compliant
public static ClusterStub instanciateClusterStub(java.lang.Class remoteObjClass,
ServerStubList stubList)
throws StubConfigException
remoteObjClass - remote object classstubList - stubs list
StubConfigException - if exception during instanciation of the stub class
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - program args
java.lang.Exception - if an error occurs
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||