public static class ServerEventCollection.ServerEvent extends ServerObject implements RemoteEventCollection.RemoteEvent
RemoteEvent
interface.
Base class for remote adapters. The purpose of this class is to
centralize the handling of the RemoteAdapterFactory instance used
to instantiate new server adapters.ref
Modifier and Type | Method and Description |
---|---|
long |
getDate()
Remote version of the
Event.getDate() method. |
String |
getIdentifier()
Remote version of the
Event.getIdentifier() method. |
Map |
getInfo()
Remote version of the
Event.getInfo() method. |
String |
getPath()
Remote version of the
Event.getPath() method. |
int |
getType()
Remote version of the
Event.getType() method. |
String |
getUserData()
Remote version of the
Event.getUserData() method. |
String |
getUserID()
Remote version of the
Event.getUserID() method. |
getFactory, getRemoteItem, getRemoteNode, getRemoteNodeTypeArray, getRepositoryException, getSerialValue, getSerialValues
clone, exportObject, exportObject, exportObject, unexportObject
getClientHost, getLog, setLog
public String getPath() throws RepositoryException
Event.getPath()
method.getPath
in interface RemoteEventCollection.RemoteEvent
null
.RepositoryException
- on repository errorspublic int getType()
Event.getType()
method.getType
in interface RemoteEventCollection.RemoteEvent
public String getUserID()
Event.getUserID()
method.getUserID
in interface RemoteEventCollection.RemoteEvent
public String getIdentifier() throws RepositoryException, RemoteException
Event.getIdentifier()
method.getIdentifier
in interface RemoteEventCollection.RemoteEvent
null
.RepositoryException
- on repository errorsRemoteException
- on RMI errorspublic Map getInfo() throws RepositoryException, RemoteException
Event.getInfo()
method.getInfo
in interface RemoteEventCollection.RemoteEvent
Map
containing parameter information for instances
of a NODE_MOVED
event.RepositoryException
- on repository errorsRemoteException
- on RMI errorspublic String getUserData() throws RepositoryException, RemoteException
Event.getUserData()
method.getUserData
in interface RemoteEventCollection.RemoteEvent
RepositoryException
- on repository errorsRemoteException
- on RMI errorspublic long getDate() throws RepositoryException, RemoteException
Event.getDate()
method.getDate
in interface RemoteEventCollection.RemoteEvent
RepositoryException
- on repository errorsRemoteException
- on RMI errorsCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.