speech
Interface RemoteGrammarActivation


public interface RemoteGrammarActivation
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void activate()
           
 void activate(String name)
           
 void deactivate()
           
 void deactivate(String name)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

activate

public void activate()
              throws RemoteException

deactivate

public void deactivate()
                throws RemoteException

activate

public void activate(String name)
              throws RemoteException

deactivate

public void deactivate(String name)
                throws RemoteException