public static class ServerEventCollection.ServerEvent extends ServerObject implements RemoteEventCollection.RemoteEvent
RemoteEvent
interface.
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 javax.jcr.RepositoryException
Event.getPath()
method.getPath
in interface RemoteEventCollection.RemoteEvent
null
.javax.jcr.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 javax.jcr.RepositoryException, RemoteException
Event.getIdentifier()
method.getIdentifier
in interface RemoteEventCollection.RemoteEvent
null
.javax.jcr.RepositoryException
- on repository errorsRemoteException
- on RMI errorspublic Map getInfo() throws javax.jcr.RepositoryException, RemoteException
Event.getInfo()
method.getInfo
in interface RemoteEventCollection.RemoteEvent
Map
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.RemoteEvent
javax.jcr.RepositoryException
- on repository errorsRemoteException
- on RMI errorspublic long getDate() throws javax.jcr.RepositoryException, RemoteException
Event.getDate()
method.getDate
in interface RemoteEventCollection.RemoteEvent
javax.jcr.RepositoryException
- on repository errorsRemoteException
- on RMI errorsCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.