public interface BaseService
| Modifier and Type | Method and Description |
|---|---|
void |
checkHealth(int level) |
void |
claim(int timeout) |
void |
close() |
void |
directIO(int command,
int[] data,
java.lang.Object object) |
java.lang.String |
getCheckHealthText() |
boolean |
getClaimed() |
boolean |
getDeviceEnabled() |
java.lang.String |
getDeviceServiceDescription() |
int |
getDeviceServiceVersion() |
boolean |
getFreezeEvents() |
java.lang.String |
getPhysicalDeviceDescription() |
java.lang.String |
getPhysicalDeviceName() |
int |
getState() |
void |
open(java.lang.String logicalName,
EventCallbacks cb) |
void |
release() |
void |
setDeviceEnabled(boolean deviceEnabled) |
void |
setFreezeEvents(boolean freezeEvents) |
java.lang.String getCheckHealthText()
throws JposException
JposExceptionboolean getClaimed()
throws JposException
JposExceptionboolean getDeviceEnabled()
throws JposException
JposExceptionvoid setDeviceEnabled(boolean deviceEnabled)
throws JposException
JposExceptionjava.lang.String getDeviceServiceDescription()
throws JposException
JposExceptionint getDeviceServiceVersion()
throws JposException
JposExceptionboolean getFreezeEvents()
throws JposException
JposExceptionvoid setFreezeEvents(boolean freezeEvents)
throws JposException
JposExceptionjava.lang.String getPhysicalDeviceDescription()
throws JposException
JposExceptionjava.lang.String getPhysicalDeviceName()
throws JposException
JposExceptionint getState()
throws JposException
JposExceptionvoid claim(int timeout)
throws JposException
JposExceptionvoid close()
throws JposException
JposExceptionvoid checkHealth(int level)
throws JposException
JposExceptionvoid directIO(int command,
int[] data,
java.lang.Object object)
throws JposException
JposExceptionvoid open(java.lang.String logicalName,
EventCallbacks cb)
throws JposException
JposExceptionvoid release()
throws JposException
JposException