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 javax.jcr.RepositoryException
Event.getPath() method.getPath in interface RemoteEventCollection.RemoteEventnull.javax.jcr.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 javax.jcr.RepositoryException, RemoteException
Event.getIdentifier() method.getIdentifier in interface RemoteEventCollection.RemoteEventnull.javax.jcr.RepositoryException - on repository errorsRemoteException - on RMI errorspublic Map getInfo() throws javax.jcr.RepositoryException, RemoteException
Event.getInfo() method.getInfo in interface RemoteEventCollection.RemoteEventMap containing parameter information for instances
of a NODE_MOVED event.javax.jcr.RepositoryException - on repository errorsRemoteException - on RMI errorspublic String getUserData() throws javax.jcr.RepositoryException, RemoteException
Event.getUserData() method.getUserData in interface RemoteEventCollection.RemoteEventjavax.jcr.RepositoryException - on repository errorsRemoteException - on RMI errorspublic long getDate()
throws javax.jcr.RepositoryException,
RemoteException
Event.getDate() method.getDate in interface RemoteEventCollection.RemoteEventjavax.jcr.RepositoryException - on repository errorsRemoteException - on RMI errorsCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.