|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectOpenCOM.CFInterceptors
public class CFInterceptors
This class holds generic interceptors for the component framework model. Each CF will create an instance of this object; this is because the interceptors directly access individual locks of the component framework. The interceptors are used to create a readers-writers solution for framework access, with priority given to readers.
| Constructor Summary | |
|---|---|
CFInterceptors(ICFMetaInterface ThisComponentFramework)
Creates a new instance of CFInterceptors and sets the reference to the CF's API. |
|
| Method Summary | |
|---|---|
java.lang.Object |
Post0(java.lang.String method,
java.lang.Object[] args)
Post0 is inserted onto every exposed interface of the component framework automatically. |
int |
Pre0(java.lang.String method,
java.lang.Object[] args)
Pre0 is inserted onto every exposed interface of the component framework automatically. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CFInterceptors(ICFMetaInterface ThisComponentFramework)
| Method Detail |
|---|
public int Pre0(java.lang.String method,
java.lang.Object[] args)
method - The method intercepted - we don't utilise.args - The list of paramaters of the invocation - not utilised.
public java.lang.Object Post0(java.lang.String method,
java.lang.Object[] args)
method - The method intercepted - we don't utilise.args - The list of paramaters of the invocation - not utilised.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||