Uses of Class
jgroup.core.JgroupException

Packages that use JgroupException
jgroup.arm This package contains the implementation of the Autonomous Replication Management (ARM) framework. 
jgroup.core   
jgroup.core.arm   
jgroup.core.multicast   
jgroup.core.registry   
jgroup.relacs.config   
jgroup.relacs.daemon   
jgroup.relacs.gm   
jgroup.relacs.gmi   
jgroup.relacs.mss   
jgroup.relacs.registry   
jgroup.upgrade   
 

Uses of JgroupException in jgroup.arm
 

Methods in jgroup.arm that throw JgroupException
static RecoveryLayer RecoveryLayer.getLayer(MembershipService pgms)
           
 

Constructors in jgroup.arm that throw JgroupException
ExecDaemon()
           
 

Uses of JgroupException in jgroup.core
 

Subclasses of JgroupException in jgroup.core
 class ConfigurationException
          Raised when an error is found in a 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.
 

Methods in jgroup.core that throw JgroupException
 void Layer.FinalizeLayer.complete(java.lang.Object server)
          This method is invoked on the layer, once the whole Jgroup group manager construction has been completed.
 ExternalGMIService.BootstrapInvocationHandler ExternalGMIService.getBootstrapHandler()
          Returns an BootstrapInvocationHandler that can be bound to a normal Java RMI registry instance and later merged with others.
static GroupManager GroupManager.getGroupManager(int groupId, java.lang.String[] serviceSet, java.lang.Object listener)
          Returns a group manager object through which handlers, for each of the services associated with the listener interfaces implemented by the specified object, can be accessed.
static GroupManager GroupManager.getGroupManager(java.lang.Object listener)
          Returns a group manager object through which handlers, for each of the services associated with the listener interfaces implemented by the specified object, can be accessed.
 DependableRegistry.RegistryEntry ExternalGMIService.getRegistryEntry(java.lang.String serviceName)
          Returns the registry entry type required for this implementation of the external GMI service.
 void MembershipService.join()
          Requests to join the default group associated with the Jgroup daemon.
 void MembershipService.join(int groupId)
          Requests to join a group identified by groupId.
 void MembershipService.leave()
          Request to leave a group.
 void ExternalGMIService.BootstrapInvocationHandler.merge(ExternalGMIService.BootstrapInvocationHandler handler)
          Merge this handler with the given handler.
 

Uses of JgroupException in jgroup.core.arm
 

Subclasses of JgroupException in jgroup.core.arm
 class ExecException
          Class for ExecExceptions thrown by the ExecDaemon.
 class GroupExistsException
          Class for GroupExistsExceptions.
 class RedundancyException
          Class for RedundancyExceptions.
 class UnknownGroupException
          Class for UnknownGroupExceptions.
 

Uses of JgroupException in jgroup.core.multicast
 

Methods in jgroup.core.multicast that throw JgroupException
 void MulticastService.mcast(java.io.OutputStream out, AckListener ackl)
          Multicast a message enclosed in the stream out to the members of the current view of the group.
 void MulticastService.mcast(java.io.OutputStream out, AckListener ackl, ChainIdentifier chainId)
          Multicast a message enclosed in the stream out to the members of the current view of the group.
 void MulticastService.mcast(java.lang.String protocol, 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.core.registry
 

Methods in jgroup.core.registry that throw JgroupException
 IID RegistryService.bind()
          Bind the server associated with the RegistryLayer to the object group associated with the name obtained from the application.xml file in the dependable registry running in the same distributed system as this group manager.
 IID RegistryService.bind(java.lang.Object server)
          Bind the given server to the object group associated with the name obtained from the application.xml file in the dependable registry running in the same distributed system as this group manager.
 IID RegistryService.bind(java.lang.String name, java.lang.Object server)
          Bind the given server to the object group associated with the name in the dependable registry running in the same distributed system as this group manager.
 IID RegistryService.bind(java.lang.String name, java.lang.Object server, DependableRegistry registry)
          Bind the given server to the object group associated with the specified name in the specified dependable registry.
static DependableRegistry RegistryFactory.createRegistry()
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
 DependableRegistry RegistryLocator.createRegistry()
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
static DependableRegistry RegistryFactory.createRegistry(java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
 DependableRegistry RegistryLocator.createRegistry(java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
static LookupRegistry RegistryFactory.getLookupRegistry()
           
 LookupRegistry RegistryLocator.getLookupRegistry()
          Returns a LookupRegistry interface, which can be used by clients to lookup a remote reference from registry.
static DependableRegistry RegistryFactory.getRegistry()
          Returns a proxy for the dependable registry service.
 DependableRegistry RegistryLocator.getRegistry()
          Returns a proxy for the dependable registry service.
static DependableRegistry RegistryFactory.getRegistry(java.rmi.server.RMIClientSocketFactory csf)
          Returns a proxy for the dependable registry service.
 DependableRegistry RegistryLocator.getRegistry(java.rmi.server.RMIClientSocketFactory csf)
          Returns a proxy for the dependable registry service.
 java.rmi.Remote LookupService.lookup(java.lang.String name)
          Returns a proxy for the remote object group associated with the specified name.
 void RegistryService.refreshLease()
          Refresh the lease for the local server.
 void RegistryService.unbind()
          Unbind the reference associated with the RegistryLayer from the dependable registry running in the same distributed system as this group manager.
 void RegistryService.unbind(IID bindId)
          Unbind the reference associated with the specified binding identifier from the dependable registry running in the same distributed system as this group manager.
 

Uses of JgroupException in jgroup.relacs.config
 

Methods in jgroup.relacs.config that throw JgroupException
static void LayerConfig.constructLayerObject(java.lang.String serviceName, java.util.Map layerMap, java.util.List<java.lang.Class> internalIfaces)
          Construct the layer for the given service name.
 

Uses of JgroupException in jgroup.relacs.daemon
 

Methods in jgroup.relacs.daemon that throw JgroupException
static void Daemon.bindLocalDaemon(DaemonService daemonService)
           
static MemberId DaemonInteraction.getMemberId()
          Returns a MemberId for a new member.
static void DaemonInteraction.initDaemon()
          Initialize the Jgroup daemon, according to the specified number of daemons that should exist in this domain.
static DaemonService Daemon.lookupLocalDaemon()
          Obtain a remote reference for a local daemon.
 

Uses of JgroupException in jgroup.relacs.gm
 

Methods in jgroup.relacs.gm that throw JgroupException
 void MergingLayer.complete(java.lang.Object server)
          Post initialization of the MembershipLayer; invoked once all group manager layers have been constructed.
 void MembershipLayer.complete(java.lang.Object server)
          Post initialization of the MembershipLayer; invoked once all group manager layers have been constructed.
 void TimestampLayer.complete(java.lang.Object server)
           
 void NotifyLayer.complete(java.lang.Object server)
          Complete the replica initialization, once all group manager components have been initialized.
static MembershipLayer MembershipLayer.getLayer(DispatcherService dispatcher)
           
static MulticastLayer MulticastLayer.getLayer(DispatcherService ds, MembershipService pgms)
           
static MergingLayer MergingLayer.getLayer(MembershipService membService, MulticastService mcastService)
           
static TotalOrderLayer TotalOrderLayer.getLayer(MembershipService pgms, MulticastService mcast)
           
 RemoteDispatcher NewDispatcherLayer.getRemoteDispatcher()
           
 RemoteDispatcher DispatcherService.getRemoteDispatcher()
          Returns the remote dispatcher reference.
 void MergingLayer.join()
           
 void MembershipLayer.join()
           
 void MergingLayer.join(int gid)
           
 void MembershipLayer.join(int gid)
           
 void MergingLayer.leave()
           
 void MembershipLayer.leave()
           
 void MulticastLayer.mcast(java.io.OutputStream stream, AckListener ackl)
           
 void TotalOrderLayer.mcast(java.io.OutputStream stream, AckListener ackl)
           
 void MulticastLayer.mcast(java.io.OutputStream out, AckListener ackl, ChainIdentifier chId)
           
 void TotalOrderLayer.mcast(java.io.OutputStream out, AckListener ackl, ChainIdentifier chId)
           
 void MulticastLayer.mcast(java.lang.String protocol, java.lang.Object obj, AckListener ackl)
           
 void TotalOrderLayer.mcast(java.lang.String protocol, java.lang.Object obj, AckListener ackl)
           
 

Uses of JgroupException in jgroup.relacs.gmi
 

Methods in jgroup.relacs.gmi that throw JgroupException
 void JeriEGMILayer.complete(java.lang.Object server)
          This method is called by the GroupManager after the construction of all the layers, i.e., all addListener calls have been completed, and the MethodTable is fully populated.
 ExternalGMIService.BootstrapInvocationHandler JeriEGMILayer.getBootstrapHandler()
           
 java.lang.Class MethodSemantics.getProtocol()
          Returns the protocol class object associated with this method semantics (or protocol annotation type).
 ProtocolDispatcher JeriEGMILayer.getProtocol(MethodSemantics semantics)
          Construct a ProtocolDispatcher instance for the given method invocation semantics.
 DependableRegistry.RegistryEntry JeriEGMILayer.getRegistryEntry(java.lang.String serviceName)
           
protected  InvocationResult GroupInvocationHandler.invokeRequest(IID iid, MethodDetails minfo, java.lang.Object[] args, net.jini.jeri.OutboundRequest req)
          Try to invoke method using given request
 void GroupInvocationHandler.merge(ExternalGMIService.BootstrapInvocationHandler handler)
           
 

Uses of JgroupException in jgroup.relacs.mss
 

Methods in jgroup.relacs.mss that throw JgroupException
static FragmentHeader FragmentHeader.unmarshal(jgroup.relacs.mss.MssDS mssds, byte[] instream, int fragLen)
           
 

Uses of JgroupException in jgroup.relacs.registry
 

Methods in jgroup.relacs.registry that throw JgroupException
 IID RegistryLayer.bind()
           
 IID RegistryLayer.bind(java.lang.Object server)
           
 IID RegistryLayer.bind(java.lang.String name, java.lang.Object server)
           
 IID RegistryLayer.bind(java.lang.String name, java.lang.Object server, DependableRegistry registry)
           
 DependableRegistry RelacsRegistryLocator.createRegistry()
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
 DependableRegistry RelacsRegistryLocator.createRegistry(java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
 LookupRegistry RelacsRegistryLocator.getLookupRegistry()
           
 DependableRegistry RelacsRegistryLocator.getRegistry()
          Returns a proxy for the dependable registry service.
 DependableRegistry RelacsRegistryLocator.getRegistry(java.rmi.server.RMIClientSocketFactory csf)
          Returns a proxy for the dependable registry service formed by all registry replica instances found within the distributed system configuration.
 void RegistryLayer.refreshLease()
           
 void RegistryLayer.unbind()
           
 void RegistryLayer.unbind(IID bid)
           
 

Constructors in jgroup.relacs.registry that throw JgroupException
RegistryImpl()
          Creates and exports a dependable registry replica on the local host that listen to incoming requests on an anonymous communication port.
RegistryImpl(GroupManager gm)
          Special constructor for creating the dependable registry as part of another group (e.g., the replication manager group).
RegistryImpl(GroupManager gm, 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 port specified within the configuration object.
RegistryImpl(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 port specified within the configuration object.
 

Uses of JgroupException in jgroup.upgrade
 

Methods in jgroup.upgrade that throw JgroupException
static UpgradeLayer UpgradeLayer.getLayer(MembershipService pgms, RegistryService regs, ExternalGMIService egmi)
           
 

Constructors in jgroup.upgrade that throw JgroupException
UpgradeManagerImpl(DependableRegistry dregistry)
          Construct a local UpgradeManagerImpl instance.
 



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.