|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Server | |
---|---|
com.perforce.p4java.impl.generic.core | Provides standard implementation classes for the com.perforce.p4java.core interfaces. |
com.perforce.p4java.impl.mapbased.rpc | |
com.perforce.p4java.impl.mapbased.server |
Uses of Server in com.perforce.p4java.impl.generic.core |
---|
Fields in com.perforce.p4java.impl.generic.core declared as Server | |
---|---|
protected Server |
Changelist.serverImpl
|
Methods in com.perforce.p4java.impl.generic.core with parameters of type Server | |
---|---|
void |
Changelist.setServerImpl(Server serverImpl)
|
Constructors in com.perforce.p4java.impl.generic.core with parameters of type Server | |
---|---|
Changelist(int id,
String clientId,
String username,
ChangelistStatus status,
Date date,
String description,
boolean shelved,
Server serverImpl)
Construct a changelist implementation given an explicit set of initial field values. |
|
Changelist(int id,
String clientId,
String username,
ChangelistStatus status,
Date date,
String description,
boolean shelved,
Server serverImpl,
IChangelistSummary.Visibility visibility)
Construct a changelist implementation given an explicit set of initial field values. |
|
Changelist(Map<String,Object> map,
Server serverImpl)
Construct a changelist impl from the passed-in map and serverImpl parameters. |
Uses of Server in com.perforce.p4java.impl.mapbased.rpc |
---|
Subclasses of Server in com.perforce.p4java.impl.mapbased.rpc | |
---|---|
class |
NtsServerImpl
NTS (non-thread-safe) version of the P4Java RPC implementation. |
class |
OneShotServerImpl
A one-shot (connection-per-command) version of the RPC protocol implementation. |
class |
RpcServer
RPC-based Perforce server implementation superclass. |
Uses of Server in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server that return Server | |
---|---|
Server |
Server.setUsageOptions(UsageOptions usageOptions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |