com.francetelecom.admindm.getRPCMethods
Class GetRPCMethodsResponse

java.lang.Object
  extended by com.francetelecom.admindm.getRPCMethods.GetRPCMethodsResponse
All Implemented Interfaces:
RPCMethod

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

The Class GetRPCMethodsResponse.


Constructor Summary
protected GetRPCMethodsResponse(RPCMethodMngService pMng)
          The Constructor.
 
Method Summary
 java.lang.String getId()
          Gets the id.
 java.util.List getLsRPCMethods()
          Gets the ls rpc methods.
 java.lang.String getName()
          Gets the name.
 void perform(Session session)
          Perform.
 void setId(java.lang.String id)
          Setter the Id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRPCMethodsResponse

protected GetRPCMethodsResponse(RPCMethodMngService pMng)
The Constructor.

Parameters:
pMng - the mng
Method Detail

getName

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

Specified by:
getName in interface RPCMethod
Returns:
the name
See Also:
RPCMethod.getName()

getLsRPCMethods

public java.util.List getLsRPCMethods()
Gets the ls rpc methods.

Returns:
the ls rpc methods

perform

public void perform(Session session)
Perform.

Specified by:
perform in interface RPCMethod
Parameters:
session - the 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.