org.jboss.cache.marshall
Class Region
java.lang.Object
org.jboss.cache.marshall.Region
public class Region
- extends java.lang.Object
A region is a collection of tree cache nodes that share the same policy.
The region is specified via Fqn.
- Author:
- Ben Wang 8-2005
Constructor Summary |
Region(java.lang.String fqn,
java.lang.ClassLoader cl)
|
Region(java.lang.String fqn,
java.lang.ClassLoader cl,
boolean inactive)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATUS_ACTIVE
public static final int STATUS_ACTIVE
- See Also:
- Constant Field Values
STATUS_INACTIVE
public static final int STATUS_INACTIVE
- See Also:
- Constant Field Values
STATUS_QUEUEING
public static final int STATUS_QUEUEING
- See Also:
- Constant Field Values
Region
public Region(java.lang.String fqn,
java.lang.ClassLoader cl)
Region
public Region(java.lang.String fqn,
java.lang.ClassLoader cl,
boolean inactive)
getFqn
public java.lang.String getFqn()
getClassLoader
public java.lang.ClassLoader getClassLoader()
setClassLoader
public void setClassLoader(java.lang.ClassLoader classLoader)
isInactive
public boolean isInactive()
isQueueing
public boolean isQueueing()
getStatus
public int getStatus()
inactivate
public void inactivate()
activate
public void activate()
startQueuing
public void startQueuing()
getMethodCallQueue
public java.util.List getMethodCallQueue()
Copyright © 1998-2005 JBoss Inc . All Rights Reserved.