Uses of Class
com.perforce.p4java.server.IServerImplMetadata.ImplType

Packages that use IServerImplMetadata.ImplType
com.perforce.p4java.impl.mapbased.rpc   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IServerImplMetadata.ImplType in com.perforce.p4java.impl.mapbased.rpc
 

Fields in com.perforce.p4java.impl.mapbased.rpc declared as IServerImplMetadata.ImplType
static IServerImplMetadata.ImplType RpcServer.IMPL_TYPE
          The implementation type of this implementation.
 

Uses of IServerImplMetadata.ImplType in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return IServerImplMetadata.ImplType
 IServerImplMetadata.ImplType IServerImplMetadata.getImplType()
          Get the implementation type associated with this implementation.
static IServerImplMetadata.ImplType IServerImplMetadata.ImplType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IServerImplMetadata.ImplType[] IServerImplMetadata.ImplType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 Perforce Software. All Rights Reserved.