com.voidsearch.voidbase.apps.cache.containers
Class CacheOperation

java.lang.Object
  extended by com.voidsearch.voidbase.apps.cache.containers.CacheOperation

public class CacheOperation
extends java.lang.Object

Placeholder object for Cache operations - each operation is assigned one CacheOperation object


Field Summary
 CacheLockType lockType
           
 java.lang.String name
           
 
Constructor Summary
CacheOperation()
          Creates a new instance of a CacheOperation
CacheOperation(java.lang.String name)
          Creates a new instance of a CacheOperation
CacheOperation(java.lang.String name, CacheLockType lockType)
          Creates a new instance of a CacheOperation
CacheOperation(java.lang.String name, java.lang.String lockType)
          Creates a new instance of a CacheOperation
 
Method Summary
 java.lang.String toString()
          Returns a String from CacheOperation object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

lockType

public CacheLockType lockType
Constructor Detail

CacheOperation

public CacheOperation()
Creates a new instance of a CacheOperation


CacheOperation

public CacheOperation(java.lang.String name)
Creates a new instance of a CacheOperation

Parameters:
name -

CacheOperation

public CacheOperation(java.lang.String name,
                      java.lang.String lockType)
Creates a new instance of a CacheOperation

Parameters:
name -
lockType -

CacheOperation

public CacheOperation(java.lang.String name,
                      CacheLockType lockType)
Creates a new instance of a CacheOperation

Parameters:
name -
lockType -
Method Detail

toString

public java.lang.String toString()
Returns a String from CacheOperation object

Overrides:
toString in class java.lang.Object
Returns:
serialized content of a CacheOperation object


Copyright © 2009. All Rights Reserved.