|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigException | |
|---|---|
| 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 ConfigException in com.perforce.p4java.impl.mapbased.rpc |
|---|
| Methods in com.perforce.p4java.impl.mapbased.rpc that throw ConfigException | |
|---|---|
void |
RpcServer.connect()
Try to establish an actual RPC connection to the target Perforce server. |
void |
OneShotServerImpl.connect()
|
void |
NtsServerImpl.connect()
Try to establish an actual RPC connection to the target Perforce server. |
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. |
void |
RpcServer.saveFingerprint(String serverIpPort,
String fingerprintUser,
String fingerprintValue)
Save specified fingerprint value as associate with this server's address. |
void |
RpcServer.saveTicket(String ticketValue)
Save specified auth ticket value as associate with this server's address and configured user returned from Server.getUserName(). |
void |
RpcServer.saveTicket(String userName,
String ticketValue)
Save specified auth ticket value as associate with this server's address and user name from the userName parameter. |
| Uses of ConfigException in com.perforce.p4java.impl.mapbased.server |
|---|
| Methods in com.perforce.p4java.impl.mapbased.server that throw ConfigException | |
|---|---|
void |
Server.connect()
|
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. |
void |
Server.login(String password)
|
void |
Server.login(String password,
boolean allHosts)
Works by retrieving the auth ticket and storing it away for use on all future commands. |
void |
Server.logout()
|
| Uses of ConfigException in com.perforce.p4java.server |
|---|
| Methods in com.perforce.p4java.server that throw ConfigException | |
|---|---|
void |
IServer.connect()
Connect to the Perforce server associated with this server object. |
static IOptionsServer |
ServerFactory.getOptionsServer(String serverUriString,
Properties props)
Return an IOptionsServer onto an underlying Perforce server at the host address specified by serverUriString using the protocol implementation and passed-in properties and a default UsageOptions object. |
static IOptionsServer |
ServerFactory.getOptionsServer(String serverUriString,
Properties props,
UsageOptions opts)
Return an IOptionsServer interface onto an underlying Perforce server at the host address specified by serverUriString using the protocol implementation and passed-in properties and usage options. |
static IServer |
ServerFactory.getServer(String serverUriString,
Properties props)
Return an IServer interface onto an underlying Perforce server at the host address specified by serverUriString using the protocol implementation and passed-in properties. |
static IServer |
ServerFactory.getServer(URI serverUrl,
Properties props)
Deprecated. as of the 2009.2 release, use the getServer(String, Properties) method due to that Java's URI class does not accept hostnames with anything other than alphanumeric characters: even common hostnames like "perforce_p" will fail, often silently. |
protected List<ZeroconfServerInfo> |
ZeroconfHelper.getZeroconfServers()
Deprecated. |
static List<ZeroconfServerInfo> |
ServerFactory.getZeroconfServers()
Deprecated. As of release 2013.1, ZeroConf is no longer supported by the Perforce server 2013.1. |
void |
IServer.login(String password)
Convenience method for login(password, false). |
void |
IServer.login(String password,
boolean allHosts)
Log the current user (if any) in to a Perforce server, optionally arranging to be logged in for all hosts. |
void |
IServer.logout()
Log the current Perforce user out of a Perforce server session. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||