|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Parent
Parent represents the processing/management environment into which an Instrument is installed. Parent exposes some functionality of a an implementation (e.g. NodeService) to Instrument.
| Method Summary | |
|---|---|
Location |
getLocation(long deviceID)
Return location of specified device. |
long |
getParentId()
Return this parent's ISI ID. |
java.lang.String |
getSoftwareVersion()
Return software version information for parent environment. |
boolean |
powerAvailable(int milliamp)
Request power from the parent; return true if available, false if unavailable. |
void |
publish(java.util.EventObject event)
Publish specified event. |
void |
runDiagnostics(java.lang.String note)
Run parent's diagnostics. |
| Method Detail |
|---|
long getParentId()
throws java.rmi.RemoteException
java.rmi.RemoteException
Location getLocation(long deviceID)
throws java.rmi.RemoteException
java.rmi.RemoteException
void runDiagnostics(java.lang.String note)
throws java.lang.Exception,
java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteExceptionjava.lang.String getSoftwareVersion()
void publish(java.util.EventObject event)
boolean powerAvailable(int milliamp)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||