wt.security
Class RuntimeAccess_plugin

java.lang.Object
  extended bywt.security.Access
      extended bywt.security.RuntimeAccess
          extended bywt.security.RuntimeAccess_plugin

class RuntimeAccess_plugin
extends RuntimeAccess


Nested Class Summary
(package private)  class RuntimeAccess_plugin.RuntimeAccessAction
           
 
Field Summary
 
Fields inherited from class wt.security.RuntimeAccess
 
Fields inherited from class wt.security.Access
 
Constructor Summary
(package private) RuntimeAccess_plugin()
           
 
Method Summary
(package private)  Process exec0(String command)
           
(package private)  Process exec0(String[] cmdarray, String[] envp)
           
(package private)  Process exec1(String command)
           
(package private)  Process exec1(String[] cmdarray, String[] envp)
           
(package private)  void load0(String filename)
           
(package private)  void load1(String filename)
           
(package private)  void loadLibrary0(String libname)
           
(package private)  void loadLibrary1(String libname)
           
 
Methods inherited from class wt.security.RuntimeAccess
exec, exec, getRuntimeAccess, getRuntimeAccess, load, loadLibrary, run, setRuntime
 
Methods inherited from class wt.security.Access
checkAccess, checkAccessAll, checkClass, checkClass, checkClass, getAccessImpl, setParentFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeAccess_plugin

RuntimeAccess_plugin()
Method Detail

exec0

Process exec0(String command)
        throws WTSecurityException,
               IOException
Overrides:
exec0 in class RuntimeAccess
Throws:
WTSecurityException
IOException

exec1

Process exec1(String command)
        throws WTSecurityException,
               IOException
Throws:
WTSecurityException
IOException

exec0

Process exec0(String[] cmdarray,
              String[] envp)
        throws WTSecurityException,
               IOException
Overrides:
exec0 in class RuntimeAccess
Throws:
WTSecurityException
IOException

exec1

Process exec1(String[] cmdarray,
              String[] envp)
        throws WTSecurityException,
               IOException
Throws:
WTSecurityException
IOException

load0

void load0(String filename)
     throws WTSecurityException
Overrides:
load0 in class RuntimeAccess
Throws:
WTSecurityException

load1

void load1(String filename)
     throws WTSecurityException
Throws:
WTSecurityException

loadLibrary0

void loadLibrary0(String libname)
            throws WTSecurityException
Overrides:
loadLibrary0 in class RuntimeAccess
Throws:
WTSecurityException

loadLibrary1

void loadLibrary1(String libname)
            throws WTSecurityException
Throws:
WTSecurityException