|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerStatus | |
|---|---|
| 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.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 |
Server.init(java.lang.String host,
int port,
java.util.Properties props)
|
ServerStatus |
IServerControl.init(java.lang.String host,
int port,
java.util.Properties props)
Convenience method for init(host, port, props, null). |
ServerStatus |
Server.init(java.lang.String host,
int port,
java.util.Properties props,
UsageOptions opts)
|
ServerStatus |
IServerControl.init(java.lang.String host,
int port,
java.util.Properties props,
UsageOptions opts)
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(java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||