cwms.environment
Class RmiCwmsEnvironmentImpl

java.lang.Object
  extended bycwms.environment.CwmsEnvironmentImpl
      extended bycwms.environment.RmiCwmsEnvironmentImpl
All Implemented Interfaces:
Environment, java.rmi.Remote, RmiEnvironment, java.io.Serializable, StdPathnameConstants, StdPathnames

public class RmiCwmsEnvironmentImpl
extends CwmsEnvironmentImpl
implements RmiEnvironment, java.io.Serializable

Remote CWMS-oriented implementation of the Environment interface.

See Also:
CwmsEnvironmentImpl, hec.environment.RemoteEnvironment, Serialized Form

Field Summary
 
Fields inherited from interface hec.environment.StdPathnameConstants
COMMON_APPDATA, COMMON_DOCS, PROGRAM_INSTALL, USER_APPDATA, USER_DOCS, USER_HOME
 
Constructor Summary
RmiCwmsEnvironmentImpl()
          Default constructor.
 
Methods inherited from class cwms.environment.CwmsEnvironmentImpl
getCommonAppData, getCommonDocs, getProgramInstall, getStdPathname, getUserAppData, getUserDocs, getUserHome
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hec.environment.StdPathnames
getCommonAppData, getCommonDocs, getProgramInstall, getStdPathname, getUserAppData, getUserDocs, getUserHome
 

Constructor Detail

RmiCwmsEnvironmentImpl

public RmiCwmsEnvironmentImpl()
                       throws java.lang.Exception
Default constructor.

Throws:
java.lang.Exception