|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.realtime.RealtimeSecurity
jRate security policies. The default security is minimal.
Constructor Summary | |
RealtimeSecurity()
Constructs a RealtimeSecurity object. |
Method Summary | |
void |
checkAccessPhysical()
Check whether the application may access physical memory in the specified range. |
void |
checkAccessPhysicalRange(long base,
long size)
Check whether the application may access physical memory in the specified range. |
void |
checkAEHSetDaemon()
Checks whether the application is allowed to set the daemon status of an AsyncEventHandler . |
void |
checkSetFilter()
Check whether the application may set filters. |
void |
checkSetMonitorControl(MonitorControl policy)
Checks whether the application is allowed to set monitor control policies. |
void |
checkSetScheduler()
Check whether the application may set the scheduling policy. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RealtimeSecurity()
Method Detail |
public void checkAccessPhysical() throws SecurityException
SecurityException
public void checkAccessPhysicalRange(long base, long size) throws SecurityException
SecurityException
public void checkAEHSetDaemon() throws SecurityException
AsyncEventHandler
.
SecurityException
public void checkSetFilter() throws SecurityException
SecurityException
public void checkSetMonitorControl(MonitorControl policy) throws SecurityException
SecurityException
public void checkSetScheduler() throws SecurityException
SecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |