konark.manager
Interface Launcher

All Superinterfaces:
java.rmi.Remote

public interface Launcher
extends java.rmi.Remote


Method Summary
 void agentReached(java.lang.String agentType, ajanta.naming.URN monAgentURN)
           
 void agentSubscriptionDone(ajanta.naming.URN agURN)
           
 boolean checkStart(ajanta.naming.URN agURN)
           
 void report(Event e)
           
 

Method Detail

agentSubscriptionDone

public void agentSubscriptionDone(ajanta.naming.URN agURN)
                           throws java.rmi.RemoteException,
                                  java.rmi.AlreadyBoundException
Throws:
java.rmi.RemoteException
java.rmi.AlreadyBoundException

checkStart

public boolean checkStart(ajanta.naming.URN agURN)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

report

public void report(Event e)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

agentReached

public void agentReached(java.lang.String agentType,
                         ajanta.naming.URN monAgentURN)
                  throws java.rmi.RemoteException,
                         java.rmi.AlreadyBoundException
Throws:
java.rmi.RemoteException
java.rmi.AlreadyBoundException