Uses of Class
com.perforce.p4java.server.ServerStatus

Packages that use ServerStatus
com.perforce.p4java.impl.mapbased.rpc   
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of ServerStatus in com.perforce.p4java.impl.mapbased.rpc
 

Methods in com.perforce.p4java.impl.mapbased.rpc that return ServerStatus
 ServerStatus RpcServer.init(String host, int port, Properties props)
          The default init sets up things like host names, etc., and fails if we can't establish some pretty basic things at connect time.
 ServerStatus OneShotServerImpl.init(String host, int port, Properties props)
          Shorthand for the options-based init() above, but with a null opts arg.
 ServerStatus NtsServerImpl.init(String host, int port, Properties props)
          Shorthand for the options-based init() above, but with a null opts arg.
 ServerStatus RpcServer.init(String host, int port, Properties props, UsageOptions opts)
           
 ServerStatus OneShotServerImpl.init(String host, int port, Properties props, UsageOptions opts)
          Shorthand for the options-based init() above, but with a false secure arg.
 ServerStatus NtsServerImpl.init(String host, int port, Properties props, UsageOptions opts)
          Shorthand for the options-based init() above, but with a fasle secure arg.
 ServerStatus RpcServer.init(String host, int port, Properties props, UsageOptions opts, boolean secure)
           
 ServerStatus NtsServerImpl.init(String host, int port, Properties props, UsageOptions opts, boolean secure)
          Shorthand for the options-based init() above, but with a fasle secure arg.
 ServerStatus OneShotServerImpl.init(String host, int port, Properties props, UsageOptions opts, boolean secure, String rsh)
          Initialize the server.
 ServerStatus NtsServerImpl.init(String host, int port, Properties props, UsageOptions opts, boolean secure, String rsh)
          Initialize the server.
 

Uses of ServerStatus in com.perforce.p4java.impl.mapbased.server
 

Fields in com.perforce.p4java.impl.mapbased.server declared as ServerStatus
protected  ServerStatus Server.status
           
 

Methods in com.perforce.p4java.impl.mapbased.server that return ServerStatus
 ServerStatus Server.getStatus()
           
 ServerStatus IServerControl.init(String host, int port, Properties props)
          Convenience method for init(host, port, props, null).
 ServerStatus Server.init(String host, int port, Properties props)
           
 ServerStatus IServerControl.init(String host, int port, Properties props, UsageOptions opts)
          Convenience method for init(host, port, props, opts, secure).
 ServerStatus Server.init(String host, int port, Properties props, UsageOptions opts)
           
 ServerStatus IServerControl.init(String host, int port, Properties props, UsageOptions opts, boolean secure)
          Convenience method for init(host, port, props, opts, secure, null).
 ServerStatus Server.init(String host, int port, Properties props, UsageOptions opts, boolean secure)
           
 ServerStatus IServerControl.init(String host, int port, Properties props, UsageOptions opts, boolean secure, String rsh)
          Initialize the server.
 

Uses of ServerStatus in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return ServerStatus
 ServerStatus IServer.getStatus()
          Return the current status of this server object.
static ServerStatus ServerStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServerStatus[] ServerStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 Perforce Software. All Rights Reserved.