Uses of Class
org.javagroups.ChannelException

Packages that use ChannelException
org.javagroups   
org.javagroups.blocks   
 

Uses of ChannelException in org.javagroups
 

Methods in org.javagroups that throw ChannelException
 Channel EnsChannelFactory.createChannel(java.lang.Object properties)
           
 void Channel.open()
          Re-opens a closed channel.
 void JChannel.open()
          Opens the channel.
this does the following actions
1.
 Channel JChannelFactory.createChannel(java.lang.Object properties)
           
 Channel ChannelFactory.createChannel(java.lang.Object properties)
          Creates an instance implementing the Channel interface.
 

Constructors in org.javagroups that throw ChannelException
Channel()
          Hidden from clients
Channel(java.lang.Object properties)
          Creates a channel (initially not connected).
JChannel(boolean dummy)
          initializes the JChannel with its default settings and default protocol stack
JChannel()
          initializes the JChannel with its default settings and default protocol stack
JChannel(java.lang.Object properties)
          creates a new JChannel with the protocol stack as defined in the properties parameter.
EnsChannel()
           
EnsChannel(java.lang.Object props)
          Creates a new EnsChannel, which spawns an outboard process and connects to it.
EnsChannel(java.lang.Object props, java.lang.String transport_props, int outboard_port)
          Creates a new EnsChannel.
 

Uses of ChannelException in org.javagroups.blocks
 

Subclasses of ChannelException in org.javagroups.blocks
 class VoteException
          This exception is thrown when voting listener cannot vote on the specified decree.
 

Methods in org.javagroups.blocks that throw ChannelException
 void DistributedLockManager.lock(java.lang.Object lockId, java.lang.Object owner, int timeout)
          Locks an object with lockId on behalf of the specified owner.
 void DistributedLockManager.unlock(java.lang.Object lockId, java.lang.Object owner)
          Unlocks an object with lockId on behalf of the specified owner.
 void LockManager.lock(java.lang.Object obj, java.lang.Object owner, int timeout)
          Obtain lock on obj for specified owner.
 void LockManager.unlock(java.lang.Object obj, java.lang.Object owner)
          Release lock on obj owned by specified owner.
 boolean VotingAdapter.vote(java.lang.Object decree, int consensusType, long timeout)
          Performs actual voting on the VoteChannel using the JavaGroups facilities for communication.
 boolean VotingAdapter.vote(java.lang.Object decree, long timeout)
          Vote on the specified decree requiring all nodes to vote.
 boolean TwoPhaseVotingAdapter.vote(java.lang.Object decree, long timeout)
          Performs the two-phase voting on the decree.
 



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.