|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdminEA
Provides methods for admimistration pruposes of the event agent.
| Method Summary | |
|---|---|
void |
informAddedNA(NetworkAgent na,
boolean propagate)
Informs about the adding of a network agent to the physical architecture. |
void |
informRemovedAll()
Informs about the removal of all network agents of the physical architecture. |
void |
informRemovedNA(NetworkAgent na,
boolean propagate)
Informs aboout the removal of a network agent from the physical architecture. |
void |
remoteInit(java.util.HashSet eaList,
EventAgent parent)
When a new network agent has been added to the physical architecture, the event agent of the parent NA calls this method of the event agent of the new NA. |
| Method Detail |
|---|
void informAddedNA(NetworkAgent na,
boolean propagate)
throws java.rmi.RemoteException
na - the network agent that has been addedpropagate - true, if the information shall be propagated to other event agents
java.rmi.RemoteException
void informRemovedAll()
throws java.rmi.RemoteException
java.rmi.RemoteException
void informRemovedNA(NetworkAgent na,
boolean propagate)
throws java.rmi.RemoteException
na - the network agent that has been removedpropagate - true, if the information shall be propagated to other event agents
java.rmi.RemoteException
void remoteInit(java.util.HashSet eaList,
EventAgent parent)
throws java.rmi.RemoteException
eaList - list of all NAs in the physical architectureparent - event agent of the parent NA
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||