|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.container.imp.ContainerImp
public class ContainerImp
Implements default container logic created on Jun 9, 2005
Constructor Summary | |
---|---|
ContainerImp(java.security.AccessControlContext context)
Create the container with given context settings |
Method Summary | |
---|---|
java.lang.Object |
doPrivileged(java.security.PrivilegedAction action)
execute the given action |
java.lang.Object |
doPrivileged(java.security.PrivilegedExceptionAction action)
execute the given action |
void |
doPrivileged(java.lang.Runnable action)
execute the given action |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContainerImp(java.security.AccessControlContext context)
context
- Method Detail |
---|
public void doPrivileged(java.lang.Runnable action)
action
doPrivileged
in interface Container
action
- to executepublic java.lang.Object doPrivileged(java.security.PrivilegedAction action)
action
doPrivileged
in interface Container
action
- to execute
public java.lang.Object doPrivileged(java.security.PrivilegedExceptionAction action) throws java.security.PrivilegedActionException
action
doPrivileged
in interface Container
action
- to execute
java.security.PrivilegedActionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |