|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Event |
getEvent(Topic topic)
This method is used to obtain the last event relative to the specified topic. |
Info |
getInfo()
Get an Info object containing some useful information about the CEMonitor. |
TopicArray |
getTopics()
Get the topics supported by CEMonitor. |
void |
notify(Notification notification)
This operation is not yet implemented. |
void |
pauseSubscription(SubscriptionRef pauseParam)
Stop the asynchronous notification sending relative to the specified subscription. |
void |
ping()
Not yet implemented. |
void |
resumeSubscription(SubscriptionRef resumeParam)
Resume a previously paused subscription. |
SubscriptionRef |
subscribe(Subscription subscription)
Subscribe for asynchronous notifications related to a specific topic's events. |
void |
unsubscribe(SubscriptionRef unsubscribeParam)
Unsubscribe a previously created subscription. |
Method Detail |
public void ping() throws java.rmi.RemoteException
java.rmi.RemoteException
public Info getInfo() throws java.rmi.RemoteException, org.glite.ce.faults.GenericFault
java.rmi.RemoteException
org.glite.ce.faults.GenericFault
public SubscriptionRef subscribe(Subscription subscription) throws java.rmi.RemoteException, org.glite.ce.faults.GenericFault, org.glite.ce.monitorapij.faults.SubscriptionFault
java.rmi.RemoteException
org.glite.ce.faults.GenericFault
org.glite.ce.monitorapij.faults.SubscriptionFault
public void unsubscribe(SubscriptionRef unsubscribeParam) throws java.rmi.RemoteException, org.glite.ce.faults.GenericFault
java.rmi.RemoteException
org.glite.ce.faults.GenericFault
public void pauseSubscription(SubscriptionRef pauseParam) throws java.rmi.RemoteException, org.glite.ce.faults.GenericFault
java.rmi.RemoteException
org.glite.ce.faults.GenericFault
public void resumeSubscription(SubscriptionRef resumeParam) throws java.rmi.RemoteException, org.glite.ce.faults.GenericFault
java.rmi.RemoteException
org.glite.ce.faults.GenericFault
public TopicArray getTopics() throws java.rmi.RemoteException, org.glite.ce.faults.GenericFault
java.rmi.RemoteException
org.glite.ce.faults.GenericFault
public Event getEvent(Topic topic) throws java.rmi.RemoteException, org.glite.ce.faults.GenericFault, org.glite.ce.monitorapij.faults.DialectNotSupportedFault, org.glite.ce.monitorapij.faults.TopicNotSupportedFault
java.rmi.RemoteException
org.glite.ce.faults.GenericFault
org.glite.ce.monitorapij.faults.DialectNotSupportedFault
org.glite.ce.monitorapij.faults.TopicNotSupportedFault
public void notify(Notification notification) throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |