|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openmms.ejb.server.NotificationBuilder
Title: NotificationBuilder.java
Description: Builds a notification to the message recipient
Copyright: Copyright (c) 2003 OpenMMS.org
| Constructor Summary | |
NotificationBuilder()
|
|
| Method Summary | |
void |
addParameter(int nParamName,
int nParamValue)
Insert parameter for building of notification (integer) |
void |
addParameter(int nParamName,
long nParamValue)
Insert parameter for building of notification (long) |
void |
addParameter(int nParamName,
java.lang.String sParamValue)
Insert parameter for building of notification (string) |
java.lang.String |
getNotification()
Verify that all mandatory headers are set and builds the notification |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NotificationBuilder()
| Method Detail |
public void addParameter(int nParamName,
int nParamValue)
throws OpenMMSException
nParamName - nParamValue -
OpenMMSException
public void addParameter(int nParamName,
long nParamValue)
throws OpenMMSException
nParamName - nParamValue -
OpenMMSException
public void addParameter(int nParamName,
java.lang.String sParamValue)
throws OpenMMSException
nParamName - sParamValue -
OpenMMSException
public java.lang.String getNotification()
throws OpenMMSException
OpenMMSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||