public class NetworkController extends DBProvidingAbstractController
| Modifier and Type | Field and Description |
|---|---|
protected NetworkServantLocator |
netLocate |
protected NetworkDCImpl |
networkDCImpl |
dbConnCreator| Constructor and Description |
|---|
NetworkController(java.util.Properties confProps,
java.lang.String serverPropName,
org.omg.CORBA.ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
protected NetworkServantLocator |
createLocator(org.omg.PortableServer.POA networkControllerPOA) |
protected void |
createNetworkDC(org.omg.CORBA.ORB orb) |
NetworkServantLocator |
getNetworkServantLocator() |
org.omg.PortableServer.Servant |
getServant() |
createPOA, createPolicy, destroy, getAlternateServerDNS, getAlternateServerName, getConfigProps, getInterfaceName, getORB, getPropertiesForServer, getProperty, getProperty, getPropertyKey, getPropertyPrefix, getServerDNS, getServerName, getServerPropName, start, stopprotected NetworkServantLocator netLocate
protected NetworkDCImpl networkDCImpl
public NetworkController(java.util.Properties confProps,
java.lang.String serverPropName,
org.omg.CORBA.ORB orb)
throws java.lang.Exception
java.lang.Exceptionpublic org.omg.PortableServer.Servant getServant()
throws java.lang.Exception
getServant in class AbstractControllerjava.lang.Exceptionprotected void createNetworkDC(org.omg.CORBA.ORB orb)
throws java.lang.Exception
java.lang.Exceptionpublic NetworkServantLocator getNetworkServantLocator()
protected NetworkServantLocator createLocator(org.omg.PortableServer.POA networkControllerPOA) throws edu.sc.seis.fissuresUtil.database.NotFound
edu.sc.seis.fissuresUtil.database.NotFound