|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteStub
nl.tudelft.simulation.naming.listener.RemoteContextListener_Stub
| Field Summary |
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Constructor Summary | |
RemoteContextListener_Stub()
|
|
RemoteContextListener_Stub(java.rmi.server.RemoteRef ref)
|
|
| Method Summary | |
void |
namingExceptionThrown(javax.naming.event.NamingExceptionEvent $param_NamingExceptionEvent_1)
Called when a naming exception is thrown while attempting to fire a NamingEvent. |
void |
objectAdded(javax.naming.event.NamingEvent $param_NamingEvent_1)
Called when an object has been added. |
void |
objectChanged(javax.naming.event.NamingEvent $param_NamingEvent_1)
Called when an object has been changed. |
void |
objectRemoved(javax.naming.event.NamingEvent $param_NamingEvent_1)
Called when an object has been removed. |
void |
objectRenamed(javax.naming.event.NamingEvent $param_NamingEvent_1)
Called when an object has been renamed. |
| Methods inherited from class java.rmi.server.RemoteStub |
setRef |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RemoteContextListener_Stub()
public RemoteContextListener_Stub(java.rmi.server.RemoteRef ref)
| Method Detail |
public void namingExceptionThrown(javax.naming.event.NamingExceptionEvent $param_NamingExceptionEvent_1)
throws java.rmi.RemoteException
RemoteContextListenerInterface
namingExceptionThrown in interface RemoteContextListenerInterface$param_NamingExceptionEvent_1 - The nonnull event.
java.rmi.RemoteException - on network exception
public void objectAdded(javax.naming.event.NamingEvent $param_NamingEvent_1)
throws java.rmi.RemoteException
RemoteContextListenerInterfaceThe binding of the newly added object can be obtained using evt.getNewBinding().
objectAdded in interface RemoteContextListenerInterface$param_NamingEvent_1 - The nonnull event.
java.rmi.RemoteException - on network failureNamingEvent.OBJECT_ADDED
public void objectChanged(javax.naming.event.NamingEvent $param_NamingEvent_1)
throws java.rmi.RemoteException
RemoteContextListenerInterfaceThe binding of the changed object can be obtained using evt.getNewBinding(). Its old binding (before the change) can be obtained using evt.getOldBinding().
objectChanged in interface RemoteContextListenerInterface$param_NamingEvent_1 - The nonnull naming event.
java.rmi.RemoteException - on network failure.NamingEvent.OBJECT_CHANGED
public void objectRemoved(javax.naming.event.NamingEvent $param_NamingEvent_1)
throws java.rmi.RemoteException
RemoteContextListenerInterfaceThe binding of the newly removed object can be obtained using evt.getOldBinding().
objectRemoved in interface RemoteContextListenerInterface$param_NamingEvent_1 - The nonnull event.
java.rmi.RemoteException - on network failureNamingEvent.OBJECT_REMOVED
public void objectRenamed(javax.naming.event.NamingEvent $param_NamingEvent_1)
throws java.rmi.RemoteException
RemoteContextListenerInterfaceThe binding of the renamed object can be obtained using evt.getNewBinding(). Its old binding (before the rename) can be obtained using evt.getOldBinding(). One of these may be null if the old/new binding was outside the scope in which the listener has registered interest.
objectRenamed in interface RemoteContextListenerInterface$param_NamingEvent_1 - The nonnull event.
java.rmi.RemoteException - on network failureNamingEvent.OBJECT_RENAMED
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||