public class _MonitorServerTie extends _MonitorServerDisp implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids
ice_staticId
Constructor and Description |
---|
_MonitorServerTie(_MonitorServerOperations delegate) |
_MonitorServerTie() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createMonitor(MonitorType mType,
WatchEventType[] eTypes,
PathMode pMode,
java.lang.String pathString,
java.lang.String[] whitelist,
java.lang.String[] blacklist,
float timeout,
int blockSize,
boolean ignoreSysFiles,
boolean ignoreDirEvents,
boolean platformCheck,
MonitorClientPrx proxy,
Ice.Current __current)
Create a monitor of events.
|
void |
destroyMonitor(java.lang.String id,
Ice.Current __current)
Destroy an existing monitor.
|
boolean |
equals(java.lang.Object rhs) |
MonitorState |
getMonitorState(java.lang.String id,
Ice.Current __current)
Get the state of an existing monitor.
|
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
void |
startMonitor(java.lang.String id,
Ice.Current __current)
Start an existing monitor.
|
void |
stopMonitor(java.lang.String id,
Ice.Current __current)
Stop an existing monitor.
|
___createMonitor, ___destroyMonitor, ___getMonitorState, ___startMonitor, ___stopMonitor, __dispatch, __readImpl, __writeImpl, createMonitor, destroyMonitor, getMonitorState, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, startMonitor, stopMonitor
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
public static final long serialVersionUID
public _MonitorServerTie()
public _MonitorServerTie(_MonitorServerOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String createMonitor(MonitorType mType, WatchEventType[] eTypes, PathMode pMode, java.lang.String pathString, java.lang.String[] whitelist, java.lang.String[] blacklist, float timeout, int blockSize, boolean ignoreSysFiles, boolean ignoreDirEvents, boolean platformCheck, MonitorClientPrx proxy, Ice.Current __current) throws OmeroFSError
_MonitorServerOperations
createMonitor
in interface _MonitorServerOperations
mType
- type of monitor to create (MonitorType).eTypes
- a sequence of watch event type to monitor (WatchEventTypeList).pMode
- path mode of monitor (PathMode).pathString
- full path of directory of interest (string).whitelist
- list of files or extensions of interest (Ice::StringSeq).blacklist
- list of directories, files or extensions that are not of interest (Ice::StringSeq).timeout
- time in seconds fo monitor to time out (float).blockSize
- the number of events to pack into each notification (int).ignoreSysFiles
- ignore system files or not (bool).ignoreDirEvents
- ignore directory events (bool).platformCheck
- if true strictly check platform (bool).proxy
- a proxy of the client to which notifications will be sent (MonitorClient*).__current
- The Current object for the invocation.OmeroFSError
public void destroyMonitor(java.lang.String id, Ice.Current __current) throws OmeroFSError
_MonitorServerOperations
destroyMonitor
in interface _MonitorServerOperations
id
- monitor id (string).__current
- The Current object for the invocation.OmeroFSError
public MonitorState getMonitorState(java.lang.String id, Ice.Current __current) throws OmeroFSError
_MonitorServerOperations
getMonitorState
in interface _MonitorServerOperations
id
- monitor id (string).__current
- The Current object for the invocation.OmeroFSError
public void startMonitor(java.lang.String id, Ice.Current __current) throws OmeroFSError
_MonitorServerOperations
startMonitor
in interface _MonitorServerOperations
id
- monitor id (string).__current
- The Current object for the invocation.OmeroFSError
public void stopMonitor(java.lang.String id, Ice.Current __current) throws OmeroFSError
_MonitorServerOperations
stopMonitor
in interface _MonitorServerOperations
id
- monitor id (string).__current
- The Current object for the invocation.OmeroFSError