|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.francetelecom.admindm.inform.Inform
public final class Inform
The Class Inform.
| 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 |
|---|
public Inform(IParameterData pParameterData,
long retry)
pParameterData - the parameter dataretry - the retry| Method Detail |
|---|
public DeviceIdStruct getDeviceId()
public void setDeviceId(DeviceIdStruct pDeviceId)
pDeviceId - the new device idpublic java.util.List getEvent()
public void setEvent(java.util.List pEvent)
pEvent - the new eventpublic long getMaxEnvelopes()
public void setMaxEnvelopes(long pMaxEnvelopes)
pMaxEnvelopes - the new max envelopespublic long getCurrentTime()
public void setCurrentTime(long pCurrentTime)
pCurrentTime - the new current timepublic long getRetryCount()
public java.util.List getParameterList()
public void setParameterList(java.util.List pParameterList)
pParameterList - the new parameter listpublic java.lang.String getName()
getName in interface RPCMethod
public void perform(Session session)
throws Fault
perform in interface RPCMethodsession - the session
Fault - the faultRPCMethod.perform(Session)public java.lang.String getId()
getId in interface RPCMethodpublic void setId(java.lang.String id)
setId in interface RPCMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||