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, getSerialValuesclone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogpublic String getPath() throws RepositoryException
Event.getPath() method.getPath in interface RemoteEventCollection.RemoteEventnull.RepositoryException - on repository errorspublic int getType()
Event.getType() method.getType in interface RemoteEventCollection.RemoteEventpublic String getUserID()
Event.getUserID() method.getUserID in interface RemoteEventCollection.RemoteEventpublic String getIdentifier() throws RepositoryException, RemoteException
Event.getIdentifier() method.getIdentifier in interface RemoteEventCollection.RemoteEventnull.RepositoryException - on repository errorsRemoteException - on RMI errorspublic Map getInfo() throws RepositoryException, RemoteException
Event.getInfo() method.getInfo in interface RemoteEventCollection.RemoteEventMap 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.RemoteEventRepositoryException - on repository errorsRemoteException - on RMI errorspublic long getDate()
throws RepositoryException,
RemoteException
Event.getDate() method.getDate in interface RemoteEventCollection.RemoteEventRepositoryException - on repository errorsRemoteException - on RMI errorsCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.