com.francetelecom.admindm.api
Interface RPCMethod

All Known Implementing Classes:
Fault, Inform, InformResponse, SetParamValuesFault

public interface RPCMethod

The Interface RPCMethod.


Method Summary
 java.lang.String getId()
           
 java.lang.String getName()
          Gets the name.
 void perform(Session session)
          Perform.
 void setId(java.lang.String id)
           
 

Method Detail

getName

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

Returns:
the name

perform

void perform(Session session)
             throws Fault
Perform.

Parameters:
session - the session
Throws:
Fault - the exception

setId

void setId(java.lang.String id)

getId

java.lang.String getId()


Copyright © 2011 FranceTelecom. All Rights Reserved.