PaP
Interface PNESInterface

All Superinterfaces:
java.rmi.Remote, java.io.Serializable
All Known Implementing Classes:
PNES

public interface PNESInterface
extends java.rmi.Remote, java.io.Serializable


Method Summary
 RequestResult control(java.lang.String command, java.lang.String[] pars)
           
 RequestResult syncRequestFromPAS(RequestPars rpars)
           
 RequestResult syncRequestFromPNES(RequestPars rpars)
           
 

Method Detail

syncRequestFromPAS

public RequestResult syncRequestFromPAS(RequestPars rpars)
                                 throws java.lang.Exception

syncRequestFromPNES

public RequestResult syncRequestFromPNES(RequestPars rpars)
                                  throws java.lang.Exception

control

public RequestResult control(java.lang.String command,
                             java.lang.String[] pars)
                      throws java.lang.Exception