org.jboss.cache.pojo.impl
Class MethodDeclarations

java.lang.Object
  extended by org.jboss.cache.pojo.impl.MethodDeclarations

public class MethodDeclarations
extends java.lang.Object

Method declarations for rollback method mostly.

Version:
$Revision: 1.1 $
Author:
Ben Wang

Field Summary
static java.lang.reflect.Method attachInterceptor
           
static java.lang.reflect.Method decrementReferenceCount
           
static java.lang.reflect.Method detachInterceptor
           
static java.lang.reflect.Method incrementReferenceCount
           
static java.lang.reflect.Method inMemorySubstitution
           
static java.lang.reflect.Method undoAttachInterceptor
           
static java.lang.reflect.Method undoDecrementReferenceCount
           
static java.lang.reflect.Method undoDetachInterceptor
           
static java.lang.reflect.Method undoIncrementReferenceCount
           
static java.lang.reflect.Method undoInMemorySubstitution
           
 
Constructor Summary
MethodDeclarations()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attachInterceptor

public static final java.lang.reflect.Method attachInterceptor

detachInterceptor

public static final java.lang.reflect.Method detachInterceptor

undoAttachInterceptor

public static final java.lang.reflect.Method undoAttachInterceptor

undoDetachInterceptor

public static final java.lang.reflect.Method undoDetachInterceptor

inMemorySubstitution

public static final java.lang.reflect.Method inMemorySubstitution

undoInMemorySubstitution

public static final java.lang.reflect.Method undoInMemorySubstitution

incrementReferenceCount

public static final java.lang.reflect.Method incrementReferenceCount

decrementReferenceCount

public static final java.lang.reflect.Method decrementReferenceCount

undoIncrementReferenceCount

public static final java.lang.reflect.Method undoIncrementReferenceCount

undoDecrementReferenceCount

public static final java.lang.reflect.Method undoDecrementReferenceCount
Constructor Detail

MethodDeclarations

public MethodDeclarations()