|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.francetelecom.admindm.api.EventBehavior
public final class EventBehavior
The Class EventBehavior.
Constructor Summary | |
---|---|
EventBehavior(boolean pMustBeSingle,
int pRetryPolicy,
java.lang.String pSuccessfulDelivery)
Constructor. |
Method Summary | |
---|---|
int |
getCount()
Gets the count. |
int |
getRetryPolicy()
Gets the retry policy. |
java.lang.String |
getSuccessfulDelivery()
Gets the successful delivery. |
boolean |
isMustBeSingle()
Checks if is must be single. |
void |
setCount(int pCount)
Sets the count. |
void |
setMustBeSingle(boolean pMustBeSingle)
Sets the must be single. |
void |
setRetryPolicy(int pRetryPolicy)
Sets the retry policy. |
void |
setSuccessfulDelivery(java.lang.String pSuccessfulDelivery)
Sets the successful delivery RPCMethod name who will acknowledge this kind of event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventBehavior(boolean pMustBeSingle, int pRetryPolicy, java.lang.String pSuccessfulDelivery)
pMustBeSingle
- the must be singlepRetryPolicy
- the retry policypSuccessfulDelivery
- the ACS Response for successful deliveryMethod Detail |
---|
public boolean isMustBeSingle()
public void setMustBeSingle(boolean pMustBeSingle)
pMustBeSingle
- the new must be singlepublic int getRetryPolicy()
public void setRetryPolicy(int pRetryPolicy)
pRetryPolicy
- the new retry policypublic int getCount()
public void setCount(int pCount)
pCount
- the new countpublic void setSuccessfulDelivery(java.lang.String pSuccessfulDelivery)
pSuccessfulDelivery
- the successful deliverypublic java.lang.String getSuccessfulDelivery()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |