|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.voidsearch.voidbase.apps.cache.containers.CacheOperation
public class CacheOperation
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 |
|---|
public java.lang.String name
public CacheLockType lockType
| Constructor Detail |
|---|
public CacheOperation()
public CacheOperation(java.lang.String name)
name -
public CacheOperation(java.lang.String name,
java.lang.String lockType)
name - lockType -
public CacheOperation(java.lang.String name,
CacheLockType lockType)
name - lockType - | Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||