|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.security.rmi.CallbackContext
public class CallbackContext
Standard Callback Context
| Constructor Summary | |
|---|---|
CallbackContext()
|
|
| Method Summary | |
|---|---|
void |
close()
Closes this connection and releases any system resources associated with it. |
Object |
execute(PrivilegedAction action)
Perfom work in this context |
Object |
execute(PrivilegedExceptionAction action)
Perfom work in this context |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallbackContext()
| Method Detail |
|---|
public Object execute(PrivilegedAction action)
ExecutionContext
execute in interface ExecutionContextaction - the code to be run in this context
public Object execute(PrivilegedExceptionAction action)
throws PrivilegedActionException
ExecutionContext
execute in interface ExecutionContextaction - the code to be run in this context
PrivilegedActionException - if the PrivilegedExceptionAction.run method throws a checked exception.public void close()
Connection
close in interface Connection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||