|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.util.interceptor.InterceptorFactory
Constructor Summary | |
InterceptorFactory()
|
Method Summary | |
java.lang.Class[] |
computeInterfaceArrayFor(java.lang.Class clazz)
|
void |
configure(Configuration pConfig)
configure an object using the Configuration pConfig |
java.lang.Object |
createInterceptorFor(java.lang.Object instanceToIntercept)
|
static InterceptorFactory |
getInstance()
Returns the instance. |
java.lang.Class |
getInterceptorClassToBeUsed()
Returns the interceptorClassToBeUsed. |
void |
setInterceptorClassToBeUsed(java.lang.Class interceptorClassToBeUsed)
Sets the interceptorClassToBeUsed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InterceptorFactory()
Method Detail |
public static InterceptorFactory getInstance()
public void configure(Configuration pConfig) throws ConfigurationException
Configurable
configure
in interface Configurable
pConfig
- the Configuration object used to configure current instance
ConfigurationException
Configurable.configure(Configuration)
public java.lang.Object createInterceptorFor(java.lang.Object instanceToIntercept)
public java.lang.Class[] computeInterfaceArrayFor(java.lang.Class clazz)
public java.lang.Class getInterceptorClassToBeUsed()
public void setInterceptorClassToBeUsed(java.lang.Class interceptorClassToBeUsed)
interceptorClassToBeUsed
- The interceptorClassToBeUsed to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |