public abstract class _MonitorServerDisp extends Ice.ObjectImpl implements MonitorServer
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
ice_staticId
Constructor and Description |
---|
_MonitorServerDisp() |
Modifier and Type | Method and Description |
---|---|
static Ice.DispatchStatus |
___createMonitor(MonitorServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___destroyMonitor(MonitorServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getMonitorState(MonitorServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___startMonitor(MonitorServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___stopMonitor(MonitorServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
Ice.DispatchStatus |
__dispatch(IceInternal.Incoming in,
Ice.Current __current) |
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
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)
Create a monitor of events.
|
void |
destroyMonitor(java.lang.String id)
Destroy an existing monitor.
|
MonitorState |
getMonitorState(java.lang.String id)
Get the state of an existing monitor.
|
protected void |
ice_copyStateFrom(Ice.Object __obj) |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
void |
startMonitor(java.lang.String id)
Start an existing monitor.
|
void |
stopMonitor(java.lang.String id)
Stop an existing monitor.
|
___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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
__read, __read, __write, __write, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
createMonitor, destroyMonitor, getMonitorState, startMonitor, stopMonitor
public static final java.lang.String[] __ids
public static final long serialVersionUID
protected void ice_copyStateFrom(Ice.Object __obj) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean ice_isA(java.lang.String s)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public boolean ice_isA(java.lang.String s, Ice.Current __current)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public java.lang.String[] ice_ids()
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String[] ice_ids(Ice.Current __current)
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String ice_id()
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public java.lang.String ice_id(Ice.Current __current)
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public static java.lang.String ice_staticId()
public final 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) throws OmeroFSError
createMonitor
in interface _MonitorServerOperationsNC
mType
- type of monitor to create (MonitorType).eTypes
- a sequence of watch event type to monitor (WatchEventTypeList).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).pMode
- path mode of monitor (PathMode).proxy
- a proxy of the client to which notifications will be sent (MonitorClient*).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).omero::OmeroFSError
OmeroFSError
public final void destroyMonitor(java.lang.String id) throws OmeroFSError
destroyMonitor
in interface _MonitorServerOperationsNC
id
- monitor id (string).omero::OmeroFSError
OmeroFSError
public final MonitorState getMonitorState(java.lang.String id) throws OmeroFSError
getMonitorState
in interface _MonitorServerOperationsNC
id
- monitor id (string).omero::OmeroFSError
OmeroFSError
public final void startMonitor(java.lang.String id) throws OmeroFSError
startMonitor
in interface _MonitorServerOperationsNC
id
- monitor id (string).omero::OmeroFSError
OmeroFSError
public final void stopMonitor(java.lang.String id) throws OmeroFSError
stopMonitor
in interface _MonitorServerOperationsNC
id
- monitor id (string).omero::OmeroFSError
OmeroFSError
public static Ice.DispatchStatus ___createMonitor(MonitorServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___startMonitor(MonitorServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___stopMonitor(MonitorServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___destroyMonitor(MonitorServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getMonitorState(MonitorServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
__dispatch
in interface Ice.Object
__dispatch
in class Ice.ObjectImpl
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class Ice.ObjectImpl
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class Ice.ObjectImpl