|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.hardware.Terminal
public class Terminal
Provides access to low level details of the GEM terminal.
Method Summary | |
---|---|
java.lang.String |
getID()
Return a human-readable string identifying this terminal. |
int |
getRebootTimeout()
Get the time that the system shall wait for the SystemEventListener.notifyEvent(SystemEvent) to return before continuing regardless. |
void |
reinitialize()
Re-initializes the GEM software environment including re-initializing all DVB-J virtual machine or machines and re-starting all GEM applications. |
void |
reset()
Initiates a reset of the GEM terminal equivalent to a power cycle. |
void |
setRebootTimeout(int seconds)
Set the time that the system shall wait for the SystemEventListener.notifyEvent(SystemEvent) to return before it shall continue regardless. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void reset()
java.lang.SecurityException
- if the caller does not have
MonitorAppPermission("reboot")public void reinitialize()
java.lang.SecurityException
- if the caller does not have
MonitorAppPermission("reboot")public void setRebootTimeout(int seconds)
seconds
- the time to wait in seconds
java.lang.SecurityException
- if the caller does not have
MonitorAppPermission("reboot")public int getRebootTimeout()
public java.lang.String getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |