com.ibm.sysmgt.sdk.remote
Class RemoteSdkConstants

java.lang.Object
  extended bycom.ibm.sysmgt.sdk.remote.RemoteSdkConstants

public class RemoteSdkConstants
extends java.lang.Object


Field Summary
static java.lang.String DebugPrefix
           
static long RETURN_CODE_ACTION_NOT_FOUND
           
static long RETURN_CODE_INVALID_PARMS
           
static long RETURN_CODE_SERVICE_NOT_FOUND
           
 
Constructor Summary
RemoteSdkConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETURN_CODE_SERVICE_NOT_FOUND

public static final long RETURN_CODE_SERVICE_NOT_FOUND
See Also:
Constant Field Values

RETURN_CODE_ACTION_NOT_FOUND

public static final long RETURN_CODE_ACTION_NOT_FOUND
See Also:
Constant Field Values

RETURN_CODE_INVALID_PARMS

public static final long RETURN_CODE_INVALID_PARMS
See Also:
Constant Field Values

DebugPrefix

public static final java.lang.String DebugPrefix
See Also:
Constant Field Values
Constructor Detail

RemoteSdkConstants

public RemoteSdkConstants()