org.apache.jcs.auxiliary.lateral.javagroups
Class JGConnectionHolder

java.lang.Object
  extended byorg.apache.jcs.auxiliary.lateral.javagroups.JGConnectionHolder

public class JGConnectionHolder
extends java.lang.Object

This holds connections, or channels, for jgroups.


Field Summary
protected static java.util.HashMap instances
          Description of the Field
 
Method Summary
 org.jgroups.Channel getChannel()
          Gets the {3} attribute of the JGConnectionHolder object
 org.jgroups.blocks.RpcDispatcher getDispatcher()
          Gets the Dispatcher attribute of the JGConnectionHolder object
static JGConnectionHolder getInstance(ILateralCacheAttributes ilca)
          Gets the instance attribute of the LateralGroupCacheJGListener class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instances

protected static final java.util.HashMap instances
Description of the Field

Method Detail

getInstance

public static JGConnectionHolder getInstance(ILateralCacheAttributes ilca)
Gets the instance attribute of the LateralGroupCacheJGListener class

Parameters:
ilca -
Returns:
The instance value

getChannel

public org.jgroups.Channel getChannel()
                               throws java.io.IOException
Gets the {3} attribute of the JGConnectionHolder object

Returns:
The {3} value
Throws:
java.io.IOException

getDispatcher

public org.jgroups.blocks.RpcDispatcher getDispatcher()
                                               throws java.io.IOException
Gets the Dispatcher attribute of the JGConnectionHolder object

Returns:
The Dispatcher value
Throws:
java.io.IOException


Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.