com.francetelecom.admindm.inform
Class Inform

java.lang.Object
  extended by com.francetelecom.admindm.inform.Inform
All Implemented Interfaces:
RPCMethod

public final class Inform
extends java.lang.Object
implements RPCMethod

The Class Inform.

Author:
Olivier Beyler - OrangeLabs -

Constructor Summary
Inform(IParameterData pParameterData, long retry)
          Instantiates a new inform.
 
Method Summary
 long getCurrentTime()
          Gets the current time.
 DeviceIdStruct getDeviceId()
          Gets the device id.
 java.util.List getEvent()
          Gets the event.
 java.lang.String getId()
          Gets the id.
 long getMaxEnvelopes()
          Gets the max envelopes.
 java.lang.String getName()
          Gets the name.
 java.util.List getParameterList()
          Gets the parameter list.
 long getRetryCount()
          Gets the retry count.
 void perform(Session session)
          Perform.
 void setCurrentTime(long pCurrentTime)
          Sets the current time.
 void setDeviceId(DeviceIdStruct pDeviceId)
          Sets the device id.
 void setEvent(java.util.List pEvent)
          Sets the event.
 void setId(java.lang.String id)
          Setter the Id.
 void setMaxEnvelopes(long pMaxEnvelopes)
          Sets the max envelopes.
 void setParameterList(java.util.List pParameterList)
          Sets the parameter list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inform

public Inform(IParameterData pParameterData,
              long retry)
Instantiates a new inform.

Parameters:
pParameterData - the parameter data
retry - the retry
Method Detail

getDeviceId

public DeviceIdStruct getDeviceId()
Gets the device id.

Returns:
the device id

setDeviceId

public void setDeviceId(DeviceIdStruct pDeviceId)
Sets the device id.

Parameters:
pDeviceId - the new device id

getEvent

public java.util.List getEvent()
Gets the event.

Returns:
the event

setEvent

public void setEvent(java.util.List pEvent)
Sets the event.

Parameters:
pEvent - the new event

getMaxEnvelopes

public long getMaxEnvelopes()
Gets the max envelopes.

Returns:
the max envelopes

setMaxEnvelopes

public void setMaxEnvelopes(long pMaxEnvelopes)
Sets the max envelopes.

Parameters:
pMaxEnvelopes - the new max envelopes

getCurrentTime

public long getCurrentTime()
Gets the current time.

Returns:
the current time

setCurrentTime

public void setCurrentTime(long pCurrentTime)
Sets the current time.

Parameters:
pCurrentTime - the new current time

getRetryCount

public long getRetryCount()
Gets the retry count.

Returns:
the retry count

getParameterList

public java.util.List getParameterList()
Gets the parameter list.

Returns:
the parameter list

setParameterList

public void setParameterList(java.util.List pParameterList)
Sets the parameter list.

Parameters:
pParameterList - the new parameter list

getName

public java.lang.String getName()
Gets the name.

Specified by:
getName in interface RPCMethod
Returns:
RPCMethod's name

perform

public void perform(Session session)
             throws Fault
Perform.

Specified by:
perform in interface RPCMethod
Parameters:
session - the session
Throws:
Fault - the fault
See Also:
RPCMethod.perform(Session)

getId

public java.lang.String getId()
Gets the id.

Specified by:
getId in interface RPCMethod
Returns:
the Id.

setId

public void setId(java.lang.String id)
Setter the Id.

Specified by:
setId in interface RPCMethod


Copyright © 2011 FranceTelecom. All Rights Reserved.