|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientMessage.ClientMessageId | |
---|---|
com.perforce.p4java.impl.mapbased.rpc.func.client | |
com.perforce.p4java.impl.mapbased.rpc.msg |
Uses of ClientMessage.ClientMessageId in com.perforce.p4java.impl.mapbased.rpc.func.client |
---|
Methods in com.perforce.p4java.impl.mapbased.rpc.func.client that return ClientMessage.ClientMessageId | |
---|---|
ClientMessage.ClientMessageId |
ClientMessage.getId()
|
static ClientMessage.ClientMessageId |
ClientMessage.ClientMessageId.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ClientMessage.ClientMessageId[] |
ClientMessage.ClientMessageId.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.perforce.p4java.impl.mapbased.rpc.func.client with parameters of type ClientMessage.ClientMessageId | |
---|---|
static ClientMessage |
ClientMessage.getClientMessage(ClientMessage.ClientMessageId id)
Return the ClientMessage associated with this ID, if any. |
void |
ClientMessage.setId(ClientMessage.ClientMessageId id)
|
Uses of ClientMessage.ClientMessageId in com.perforce.p4java.impl.mapbased.rpc.msg |
---|
Constructors in com.perforce.p4java.impl.mapbased.rpc.msg with parameters of type ClientMessage.ClientMessageId | |
---|---|
RpcMessage(ClientMessage.ClientMessageId id,
int severity,
int generic,
String[] argStrs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |