agentland.naming
Interface Resolver
- All Superinterfaces:
- Agent, Good, Managed, Remote, Spy
- All Known Implementing Classes:
- ResolverAgent
- public interface Resolver
- extends Managed
Methods inherited from interface agentland.util.Spy |
tell |
getReferences
public Vector getReferences(Object o)
throws RemoteException
getReference
public Object getReference(Object o)
throws RemoteException
addReference
public boolean addReference(Object o,
Object reference)
throws RemoteException
replaceReference
public boolean replaceReference(Object o,
Object oldRef,
Object newRef)
throws RemoteException
removeReference
public boolean removeReference(Object o,
Object reference)
throws RemoteException
removeReferences
public boolean removeReferences(Object o)
throws RemoteException
getObjects
public Vector getObjects(Object reference)
throws RemoteException
- Given a reference, this method should return a list of all
objects associated with this reference
getObjects
public Vector getObjects(String reference)
throws RemoteException