|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A YellowPageInterface, which enables finding of actors based on a registry in
which actors can register themselves.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software is proprietary information
of Delft University of Technology.
| Method Summary | |
ActorInterface[] |
findActor(Category category)
finds an actor based on the category |
ActorInterface[] |
findActor(java.lang.String regex)
finds an actor based on the regex |
ActorInterface[] |
findActor(java.lang.String regex,
Category category)
finds an actor based on the regex |
boolean |
register(ActorInterface actor,
Category category)
registers an actor |
| Method Detail |
public ActorInterface[] findActor(java.lang.String regex)
throws java.rmi.RemoteException
regex - the name of the actor as regular expression
java.rmi.RemoteException - on network failure
public ActorInterface[] findActor(java.lang.String regex,
Category category)
throws java.rmi.RemoteException
regex - the name of the actor as regular expressioncategory - the category for this actor
java.rmi.RemoteException - on network failure
public ActorInterface[] findActor(Category category)
throws java.rmi.RemoteException
category - the category for this actor
java.rmi.RemoteException - on network failure
public boolean register(ActorInterface actor,
Category category)
throws java.rmi.RemoteException
actor - the actorcategory - the category
java.rmi.RemoteException - on network failure
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||