|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContext
The IContext interface is an interface to a context object that maintains context information relevant for certain API calls.
Method Summary | |
---|---|
IVMInstance |
getOwner()
Returns the IVMInstance that owns this context |
void |
setContextInformation(java.lang.Object obj)
Sets context information in the specified object. |
Method Detail |
---|
void setContextInformation(java.lang.Object obj) throws ExternalException
obj
- the Object in which to set context information
ExternalException
- if the specified object is not allowed to receive
context information.IVMInstance getOwner() throws ExternalException
ExternalException
- if there is an error retrieving the owner.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |