|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Signallable
A resource which can receive signals. A signal may move the resource into a new state, depending on its policy.
| Method Summary | |
|---|---|
String[] |
getAvailableSignals()
List the signals which are available given the resource's current state. |
String |
signal(String signalName)
Signal an event to the resource's PBAC process. |
| Method Detail |
|---|
@WebMethod
String signal(String signalName)
throws RemoteException
signalName - the event causing the transition
RemoteException
@WebMethod
String[] getAvailableSignals()
throws RemoteException
RemoteExceptionsignal(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||