edu.sc.seis.cormorant
Interface Controller
- All Known Implementing Classes:
- AbstractController, BudLightController, DBProvidingAbstractController, EventController, MockSeismogramController, NameServiceController, NetworkController, PlottableController, RedirectController, SodDBSeismogramController
public interface Controller
Instances of Controller must have a constructor with arguments:
Properties props, String serverPropName, ORB orb
Created on Jan 13, 2005
Method Summary |
void |
destroy()
|
java.lang.String |
getServerPropName()
|
void |
start(org.omg.CORBA.ORB orb,
edu.sc.seis.fissuresUtil.namingService.FissuresNamingService ns)
|
void |
stop(org.omg.CORBA.ORB orb,
edu.sc.seis.fissuresUtil.namingService.FissuresNamingService ns)
|
getServerPropName
java.lang.String getServerPropName()
start
void start(org.omg.CORBA.ORB orb,
edu.sc.seis.fissuresUtil.namingService.FissuresNamingService ns)
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
void stop(org.omg.CORBA.ORB orb,
edu.sc.seis.fissuresUtil.namingService.FissuresNamingService ns)
throws java.lang.Exception
- Throws:
java.lang.Exception
destroy
void destroy()
throws java.lang.Exception
- Throws:
java.lang.Exception