ponderEnforcement.ponderMC
Interface PMCServer

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
PMCServerImpl

public interface PMCServer
extends java.rmi.Remote


Method Summary
 void startPMC(java.lang.String pmcClassName, byte[] byteCodes, java.lang.String rmiUrl)
          start a PMC The first parameter is the Class name of the PMC to create The second parameter is the java bytecode of the class The third parameter is the rmi-url to which to bind the instance
 void stopPMC(java.lang.String rmiUrl)
          stop a PMC The parameter is the rmi-url to which the instance was bound
 

Method Detail

startPMC

public void startPMC(java.lang.String pmcClassName,
                     byte[] byteCodes,
                     java.lang.String rmiUrl)
              throws java.rmi.RemoteException
start a PMC The first parameter is the Class name of the PMC to create The second parameter is the java bytecode of the class The third parameter is the rmi-url to which to bind the instance

stopPMC

public void stopPMC(java.lang.String rmiUrl)
             throws java.rmi.RemoteException
stop a PMC The parameter is the rmi-url to which the instance was bound