prueba1.access
Interface AccessServiceInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
AccessService

public interface AccessServiceInterface
extends java.rmi.Remote


Method Summary
 void createNotifier(java.lang.String _notifee, java.lang.String _agentName)
           
 void destroyNotifier(java.lang.String _agentName)
           
 java.lang.Object invokeRemoteMethod(java.lang.String _agentName, java.lang.String _methodName, java.lang.Object[] _args)
           
 void notifyRemoteArrival(java.lang.String _agentName, java.lang.String _newLocation)
           
 int notifyRemoteMovement(java.lang.String _agentName, java.lang.String _newLocation)
           
 

Method Detail

notifyRemoteMovement

public int notifyRemoteMovement(java.lang.String _agentName,
                                java.lang.String _newLocation)
                         throws java.rmi.RemoteException

notifyRemoteArrival

public void notifyRemoteArrival(java.lang.String _agentName,
                                java.lang.String _newLocation)
                         throws java.rmi.RemoteException

invokeRemoteMethod

public java.lang.Object invokeRemoteMethod(java.lang.String _agentName,
                                           java.lang.String _methodName,
                                           java.lang.Object[] _args)
                                    throws java.rmi.RemoteException

createNotifier

public void createNotifier(java.lang.String _notifee,
                           java.lang.String _agentName)
                    throws java.rmi.RemoteException

destroyNotifier

public void destroyNotifier(java.lang.String _agentName)
                     throws java.rmi.RemoteException