com.francetelecom.admindm.api
Class EventBehavior

java.lang.Object
  extended by com.francetelecom.admindm.api.EventBehavior

public final class EventBehavior
extends java.lang.Object

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

EventBehavior

public EventBehavior(boolean pMustBeSingle,
                     int pRetryPolicy,
                     java.lang.String pSuccessfulDelivery)
Constructor.

Parameters:
pMustBeSingle - the must be single
pRetryPolicy - the retry policy
pSuccessfulDelivery - the ACS Response for successful delivery
Method Detail

isMustBeSingle

public boolean isMustBeSingle()
Checks if is must be single.

Returns:
true, if is must be single

setMustBeSingle

public void setMustBeSingle(boolean pMustBeSingle)
Sets the must be single.

Parameters:
pMustBeSingle - the new must be single

getRetryPolicy

public int getRetryPolicy()
Gets the retry policy.

Returns:
the retry policy

setRetryPolicy

public void setRetryPolicy(int pRetryPolicy)
Sets the retry policy.

Parameters:
pRetryPolicy - the new retry policy

getCount

public int getCount()
Gets the count.

Returns:
the count

setCount

public void setCount(int pCount)
Sets the count.

Parameters:
pCount - the new count

setSuccessfulDelivery

public void setSuccessfulDelivery(java.lang.String pSuccessfulDelivery)
Sets the successful delivery RPCMethod name who will acknowledge this kind of event.

Parameters:
pSuccessfulDelivery - the successful delivery

getSuccessfulDelivery

public java.lang.String getSuccessfulDelivery()
Gets the successful delivery.

Returns:
the successful delivery


Copyright © 2011 FranceTelecom. All Rights Reserved.