|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.category.RTCPostSubscriber
public class RTCPostSubscriber
RTCPostSubscriber class.
| Field Summary | |
|---|---|
protected static ThreadCategory |
log
Constant log |
protected String |
m_password
|
protected EventProxy |
m_proxy
|
protected String |
m_url
|
protected String |
m_username
|
| Constructor Summary | |
|---|---|
RTCPostSubscriber()
Constructor for RTCPostSubscriber. |
|
| Method Summary | |
|---|---|
void |
close()
close |
protected void |
initFromRtcPropertyFile(String categoryName)
initFromRtcPropertyFile |
static void |
sendSubscribeEvent(EventProxy proxy,
String url,
String username,
String password,
String categoryName)
sendSubscribeEvent |
static void |
sendUnsubscribeEvent(EventProxy proxy,
String url)
sendUnsubscribeEvent |
String |
subscribe(String categoryName)
subscribe |
static void |
subscribeAll(String viewName)
subscribeAll |
void |
unsubscribe()
unsubscribe |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EventProxy m_proxy
protected String m_url
protected String m_username
protected String m_password
protected static ThreadCategory log
log
| Constructor Detail |
|---|
public RTCPostSubscriber()
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
Constructor for RTCPostSubscriber.
IOException - if any.
org.exolab.castor.xml.MarshalException - if any.
org.exolab.castor.xml.ValidationException - if any.| Method Detail |
|---|
public static void sendSubscribeEvent(EventProxy proxy,
String url,
String username,
String password,
String categoryName)
throws IllegalArgumentException,
EventProxyException
sendSubscribeEvent
proxy - a EventProxy object.url - a String object.username - a String object.password - a String object.categoryName - a String object.
IllegalArgumentException - if any.
EventProxyException - if any.
public static void sendUnsubscribeEvent(EventProxy proxy,
String url)
throws IllegalArgumentException,
EventProxyException
sendUnsubscribeEvent
proxy - a EventProxy object.url - a String object.
IllegalArgumentException - if any.
EventProxyException - if any.
public String subscribe(String categoryName)
throws IllegalArgumentException,
EventProxyException
subscribe
categoryName - a String object.
String object.
IllegalArgumentException - if any.
EventProxyException - if any.
public void unsubscribe()
throws IllegalArgumentException,
EventProxyException
unsubscribe
IllegalArgumentException - if any.
EventProxyException - if any.public void close()
close
protected void initFromRtcPropertyFile(String categoryName)
initFromRtcPropertyFile
categoryName - a String object.
public static void subscribeAll(String viewName)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException,
EventProxyException
subscribeAll
viewName - a String object.
IOException - if any.
org.exolab.castor.xml.MarshalException - if any.
org.exolab.castor.xml.ValidationException - if any.
EventProxyException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||