Uses of Class
org.objectweb.carol.cmi.StubConfigException

Packages that use StubConfigException
org.objectweb.carol.cmi   
 

Uses of StubConfigException in org.objectweb.carol.cmi
 

Methods in org.objectweb.carol.cmi that throw StubConfigException
static java.lang.Boolean StubConfig.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 StubConfig.clusterEquivAtExport(java.rmi.Remote obj)
          Test if the object is to be clustered and if it has to be advertised at export().
static ClusterStub StubConfig.instanciateClusterStub(java.lang.Class remoteObjClass, ServerStubList stubList)