|
||||||||||
| 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 |
NtsServerImpl.connect()
Try to establish an actual RPC connection to the target Perforce server. |
void |
OneShotServerImpl.connect()
|
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 |
NtsServerImpl.init(String host,
int port,
Properties props)
Initialize the server. |
ServerStatus |
OneShotServerImpl.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)
Initialize the server. |
void |
RpcServer.saveTicket(String ticketValue)
Save specified auth ticket value as associate with this server's address and configured user returned from Server.getUserName(). |
| 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 |
Server.init(String host,
int port,
Properties props)
|
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,
UsageOptions opts)
|
ServerStatus |
IServerControl.init(String host,
int port,
Properties props,
UsageOptions opts)
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. |
static List<ZeroconfServerInfo> |
ServerFactory.getZeroconfServers()
Return a list of Perforce servers registered locally with zeroconf at the time the method was called. |
protected List<ZeroconfServerInfo> |
ZeroconfHelper.getZeroconfServers()
|
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 | |||||||||