com.francetelecom.admindm.getRPCMethods
Class GetRPCMethods

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

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

The Class GetRPCMethods.


Constructor Summary
protected GetRPCMethods(RPCMethodMngService pMng)
          The Constructor.
 
Method Summary
 java.lang.String getId()
          Gets the id.
 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

GetRPCMethods

protected GetRPCMethods(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

perform

public void perform(Session session)
             throws Fault
Perform.

Specified by:
perform in interface RPCMethod
Parameters:
session - the session
Throws:
Fault - the exception

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.