public static interface RemoteEventCollection.RemoteEvent extends Remote
RemoteEvent class provides an encapsulation of single
events in an event list sent to a registered listener.| 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. |
int getType()
throws RemoteException
Event.getType() method.RemoteException - on RMI errorsString getPath() throws RepositoryException, RemoteException
Event.getPath() method.null.RepositoryException - on repository errorsRemoteException - on RMI errorsString getUserID() throws RemoteException
Event.getUserID() method.RemoteException - on RMI errorsString getIdentifier() throws RepositoryException, RemoteException
Event.getIdentifier() method.null.RepositoryException - on repository errorsRemoteException - on RMI errorsMap getInfo() throws RepositoryException, RemoteException
Event.getInfo() method.Map containing parameter information for instances
of a NODE_MOVED event.RepositoryException - on repository errorsRemoteException - on RMI errorsString getUserData() throws RepositoryException, RemoteException
Event.getUserData() method.RepositoryException - on repository errorsRemoteException - on RMI errorslong getDate()
throws RepositoryException,
RemoteException
Event.getDate() method.RepositoryException - on repository errorsRemoteException - on RMI errorsCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.