|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.notification.NotificationTarget
org.jboss.soa.esb.notification.NotifyConsole
public class NotifyConsole
| Field Summary |
|---|
| Fields inherited from class org.jboss.soa.esb.notification.NotificationTarget |
|---|
m_oParms, PRM_NOTIF_CLASS |
| Constructor Summary | |
|---|---|
NotifyConsole(ConfigTree tree)
|
|
| Method Summary | |
|---|---|
void |
sendNotification(java.io.Serializable content)
Derived classes must implement this method to do what has to be done to trigger that specific type of notification event |
| Methods inherited from class org.jboss.soa.esb.notification.NotificationTarget |
|---|
fromParams |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotifyConsole(ConfigTree tree)
| Method Detail |
|---|
public void sendNotification(java.io.Serializable content)
throws java.lang.Exception
NotificationTarget
sendNotification in class NotificationTargetcontent - Object - The toString() method of this object will be the actual
notification content
java.lang.Exception - - invoke Exception.getMessage() at runtime for this objectConfigTree
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||