|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JgroupException | |
jgroup | |
jgroup.multicast | |
jgroup.reference | |
jgroup.registry |
Uses of JgroupException in jgroup |
Subclasses of JgroupException in jgroup | |
class |
DSException
Raised when an error is found in a distributed system configuration. |
class |
MalformedLayerException
This exception is thrown when some exceptional error prevents the construction of a group manager satisfying the set of listener interfaces implemented by the application server. |
Fields in jgroup declared as JgroupException | |
(package private) JgroupException |
Make.v13
|
Methods in jgroup that throw JgroupException | |
static GroupManager |
GroupManager.getGroupManager(java.lang.Object[] configuration,
java.lang.Object[] listeners)
Returns a group manager object containing handlers for each of the services associated to the listener interfaces implemented by objects contained in the listeners array. |
(package private) static java.lang.Object |
GroupManager.getProxy(java.lang.Object server,
java.util.ArrayList list,
java.lang.Object[] conf,
MulticastService multicastService,
relacs.gm.DispatcherService dispatcherService)
Returns a proxy object for the server indicated in the |
private GroupManager |
GroupManager.getGroupManager2(java.lang.Object[] configuration,
java.lang.Object[] listeners)
This method is a first schema of a completely dynamic solution to the problem of generating a group manager for a set of interfaces implemented by a server. |
(package private) void |
GroupManager.Component.getProviders(java.util.ArrayList components,
int last)
|
private GroupManager.Component |
GroupManager.Component.getProvider(java.lang.Class listener,
java.util.ArrayList components,
int last)
|
void |
MembershipService.join(int gid)
Requests to join a group identified by gid. |
void |
MembershipService.join()
Requests to join the default group. |
void |
MembershipService.leave()
Request to leave a group. |
Constructors in jgroup that throw JgroupException | |
GroupManager.Component(java.lang.Class cl)
|
|
GroupManager.Component(java.lang.Object server)
|
Uses of JgroupException in jgroup.multicast |
Methods in jgroup.multicast that throw JgroupException | |
void |
MulticastService.mcast(java.io.OutputStream out,
AckListener ackl)
Multicast a message enclosed in stream to the members of the current view of the group. |
void |
MulticastService.mcast(java.lang.Object obj,
AckListener ackl)
Multicast a serializable object to the members of the current view of a group. |
Uses of JgroupException in jgroup.reference |
Methods in jgroup.reference that throw JgroupException | |
static java.lang.String |
Service.getResource(java.lang.String name)
Construct locator |
DependableRegistry |
RegistryLocator.createRegistry(java.lang.Object[] conf)
Creates and exports a dependable registry replica on the local host that listen to incoming requests on an anonymous communication port. |
DependableRegistry |
RegistryLocator.createRegistry(java.lang.Object[] conf,
int port)
Creates and exports a dependable registry replica on the local host that listen to incoming requests on the given port communication
port. |
DependableRegistry |
RegistryLocator.createRegistry(java.lang.Object[] conf,
int port,
java.rmi.server.RMIClientSocketFactory csf,
java.rmi.server.RMIServerSocketFactory ssf)
Creates and exports a dependable registry replica on the local host that listen to incoming requests on the given port communication
port. |
Uses of JgroupException in jgroup.registry |
Methods in jgroup.registry that throw JgroupException | |
static DependableRegistry |
RegistryFactory.createRegistry(java.lang.Object[] conf)
Creates and exports a dependable registry replica on the local host that listen to incoming requests on an anonymous communication port. |
static DependableRegistry |
RegistryFactory.createRegistry(java.lang.Object[] conf,
int port)
Creates and exports a dependable registry replica on the local host that listen to incoming requests on the given port communication
port. |
static DependableRegistry |
RegistryFactory.createRegistry(java.lang.Object[] conf,
int port,
java.rmi.server.RMIClientSocketFactory csf,
java.rmi.server.RMIServerSocketFactory ssf)
Creates and exports a dependable registry replica on the local host that listen to incoming requests on the given port communication
port. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |