Uses of Class
org.jgroups.TimeoutException

Packages that use TimeoutException
org.jgroups   
org.jgroups.blocks   
org.jgroups.stack   
org.jgroups.util   
 

Uses of TimeoutException in org.jgroups
 

Methods in org.jgroups that throw TimeoutException
 java.lang.Object JChannel.receive(long timeout)
          Blocking receive method.
 java.lang.Object JChannel.peek(long timeout)
          Just peeks at the next message, view or block.
 java.lang.Object EnsChannel.receive(long timeout)
           
 java.lang.Object EnsChannel.peek(long timeout)
           
abstract  java.lang.Object Channel.receive(long timeout)
          Receives a message, a view change or a block event.
abstract  java.lang.Object Channel.peek(long timeout)
          Returns the next message, view, block, suspect or other event without removing it from the queue.
 

Uses of TimeoutException in org.jgroups.blocks
 

Methods in org.jgroups.blocks that throw TimeoutException
 java.lang.Object TransactionalHashtable.put(java.lang.Object key, java.lang.Object value, long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit)
          Replicates the update to all members, and use locks at each member to ensure serializability.
 java.lang.Object TransactionalHashtable.lput(java.lang.Object key, java.lang.Object value)
           
 void TransactionalHashtable.putAll(java.util.Map m, long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit)
          Replicated the update to all members, and use locks at each member to ensure serializability.
 void TransactionalHashtable.lputAll(java.util.Map m)
           
 java.lang.Object TransactionalHashtable.remove(java.lang.Object key, long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit)
          Replicated the update to all members, and use locks at each member to ensure serializability.
 java.lang.Object TransactionalHashtable.lremove(java.lang.Object key, java.lang.Object value)
           
 void TransactionalHashtable.clear(long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit)
          Replicated the update to all members, and use locks at each member to ensure serializability.
 void TransactionalHashtable.lclear()
           
protected  void TransactionalHashtable.checkResults(RspList rsps)
          Checks whether responses from members contain exceptions or timeouts.
 java.lang.Object MessageDispatcher.sendMessage(Message msg, int mode, long timeout)
          Sends a message to a single member (destination = msg.dest) and returns the response.
 java.lang.Object RpcDispatcher.sendMessage(Message msg, int mode, long timeout)
           
 java.lang.Object RpcDispatcher.callRemoteMethod(Address dest, java.lang.String method_name, java.lang.Object[] args, java.lang.Class[] types, int mode, long timeout)
           
 java.lang.Object RpcDispatcher.callRemoteMethod(Address dest, java.lang.String method_name, java.lang.Object[] args, java.lang.String[] signature, int mode, long timeout)
           
 java.lang.Object RpcDispatcher.callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout)
           
 

Uses of TimeoutException in org.jgroups.stack
 

Methods in org.jgroups.stack that throw TimeoutException
 java.lang.Object MessageProtocol.sendMessage(Message msg, int mode, long timeout)
          Sends a message to a single member (destination = msg.dest) and returns the response.
 java.lang.Object RpcProtocol.callRemoteMethod(Address dest, java.lang.String method_name, int mode, long timeout)
           
 java.lang.Object RpcProtocol.callRemoteMethod(Address dest, java.lang.String method_name, java.lang.Object[] args, java.lang.Class[] types, int mode, long timeout)
           
 java.lang.Object RpcProtocol.callRemoteMethod(Address dest, java.lang.String method_name, java.lang.Object[] args, java.lang.String[] signature, int mode, long timeout)
           
 java.lang.Object RpcProtocol.callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout)
           
 

Uses of TimeoutException in org.jgroups.util
 

Methods in org.jgroups.util that throw TimeoutException
 java.lang.Object Queue2.remove(long timeout)
          Removes 1 element from the head.
 java.lang.Object Queue2.peek(long timeout)
          returns the first object on the queue, without removing it.
 void Queue2.waitUntilEmpty(long timeout)
          Blocks until the queue has no elements left.
 java.lang.Object LinkedListQueue.remove(long timeout)
          Removes 1 element from the head.
 java.lang.Object LinkedListQueue.peek(long timeout)
          returns the first object on the queue, without removing it.
 java.lang.Object Queue.remove(long timeout)
          Removes 1 element from the head.
 java.lang.Object Queue.peek(long timeout)
          returns the first object on the queue, without removing it.
 



Copyright ? 2001,2002 www.jgroups.com . All Rights Reserved.