org.ehcache.clustered.common
Class PoolAllocation.Unknown

java.lang.Object
  extended by org.ehcache.clustered.common.PoolAllocation.Unknown
All Implemented Interfaces:
java.io.Serializable, PoolAllocation
Enclosing interface:
PoolAllocation

public static final class PoolAllocation.Unknown
extends java.lang.Object
implements PoolAllocation

Creates a Pool Allocation which inherits the Shared or Dedicated Pool Allocation from a cache which is already configured on the server.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ehcache.clustered.common.PoolAllocation
PoolAllocation.Dedicated, PoolAllocation.Shared, PoolAllocation.Unknown
 
Constructor Summary
PoolAllocation.Unknown()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolAllocation.Unknown

public PoolAllocation.Unknown()