com.ibm.maf.rmi
Class Handler

java.lang.Object
  |
  +--com.ibm.maf.rmi.Handler
All Implemented Interfaces:
AgentSystemHandler

public class Handler
extends java.lang.Object
implements AgentSystemHandler


Constructor Summary
Handler()
           
 
Method Summary
 MAFAgentSystem getMAFAgentSystem(java.lang.String address)
           
 MAFAgentSystem getMAFAgentSystem(Ticket ticket)
           
 void initMAFAgentSystem(MAFAgentSystem local)
           
 void startMAFAgentSystem(MAFAgentSystem local)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Method Detail

getMAFAgentSystem

public MAFAgentSystem getMAFAgentSystem(Ticket ticket)
                                 throws java.net.UnknownHostException
Specified by:
getMAFAgentSystem in interface AgentSystemHandler

getMAFAgentSystem

public MAFAgentSystem getMAFAgentSystem(java.lang.String address)
                                 throws java.net.UnknownHostException
Specified by:
getMAFAgentSystem in interface AgentSystemHandler

initMAFAgentSystem

public void initMAFAgentSystem(MAFAgentSystem local)
                        throws MAFExtendedException
Specified by:
initMAFAgentSystem in interface AgentSystemHandler

startMAFAgentSystem

public void startMAFAgentSystem(MAFAgentSystem local)
                         throws MAFExtendedException
Specified by:
startMAFAgentSystem in interface AgentSystemHandler