hec.environment
Class RmiEnvironmentImpl

java.lang.Object
  extended byhec.environment.EnvironmentImpl
      extended byhec.environment.RmiEnvironmentImpl
All Implemented Interfaces:
Environment, java.rmi.Remote, RmiEnvironment, java.io.Serializable, StdPathnameConstants, StdPathnames

public class RmiEnvironmentImpl
extends EnvironmentImpl
implements RmiEnvironment, java.io.Serializable

Remote 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
RmiEnvironmentImpl()
          Default constructor.
 
Methods inherited from class hec.environment.EnvironmentImpl
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

RmiEnvironmentImpl

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

Throws:
java.lang.Exception