| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISecurityAdapter
Adapter to connect environments and security manager.
| Method Summary | |
|---|---|
 java.lang.ClassLoader | 
getClassLoader()
Return the class loader that checks fish classes for potential security violations.  | 
 java.lang.ThreadGroup | 
getFishThreadGroup()
Get the thread group the fish are run in.  | 
 void | 
handleException(java.lang.Throwable t)
Handle an exception that was caught during the simulation.  | 
 void | 
setProtected(boolean b)
Set the protection flag.  | 
| Method Detail | 
|---|
void setProtected(boolean b)
b - true if actions are to be protectedjava.lang.ThreadGroup getFishThreadGroup()
java.lang.ClassLoader getClassLoader()
void handleException(java.lang.Throwable t)
t - caught exception
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||