|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.inprise.vbroker.interceptor.Closure
public class Closure
Closure
objects are created by the ORB at the beginning of certain sequences of interceptor calls. The
same Closure
object is used for all calls in that particular sequence. The Closure
object contains
a single public data field,object, of type java.lang.Object which may be set by the interceptor to keep state information.
The sequences for which Closure
objects are created vary depending on the interceptor type.
Field Summary | |
---|---|
java.lang.Object |
object
|
Constructor Summary | |
---|---|
Closure()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Object object
Constructor Detail |
---|
public Closure()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |