IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class Result

java.lang.Object
  extended by com.ibm.uddi.datatypes.Result
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class Result
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 'result' element.

See Also:
Serialized Form

Field Summary
static int E_accountLimitExceeded
          Deprecated.  
static int E_assertionNotFound
          Deprecated.  
static int E_authTokenExpired
          Deprecated.  
static int E_authTokenRequired
          Deprecated.  
static int E_busy
          Deprecated.  
static int E_categorizationNotAllowed
          Deprecated.  
static int E_fatalError
          Deprecated.  
static int E_invalidCategory
          Deprecated.  
static int E_invalidCompletionStatus
          Deprecated.  
static int E_invalidKeyPassed
          Deprecated.  
static int E_invalidProjection
          Deprecated.  
static int E_invalidURLPassed
          Deprecated.  
static int E_invalidValue
          Deprecated.  
static int E_keyRetired
          Deprecated.  
static int E_languageError
          Deprecated.  
static int E_messageTooLarge
          Deprecated.  
static int E_nameTooLong
          Deprecated.  
static int E_operatorMismatch
          Deprecated.  
static int E_publisherCancelled
          Deprecated.  
static int E_requestDenied
          Deprecated.  
static int E_secretUnknown
          Deprecated.  
static int E_success
          Deprecated.  
static int E_tooManyOptions
          Deprecated.  
static int E_transferAborted
          Deprecated.  
static int E_unknownUser
          Deprecated.  
static int E_unrecognizedVersion
          Deprecated.  
static int E_unsupported
          Deprecated.  
static int E_userMismatch
          Deprecated.  
static int E_valueNotAllowed
          Deprecated.  
 
Constructor Summary
Result()
          Deprecated.  
 
Method Summary
static java.lang.String getErrCode(int errno)
          Deprecated. Returns the errCode corresponding to the specified errno.
 ErrInfo getErrInfo()
          Deprecated. Returns the ErrInfo of this Result.
 int getErrno()
          Deprecated. Returns the errno of this Result.
 java.lang.String getKeyType()
          Deprecated. Returns the keyType of this Result.
 void setErrInfo(ErrInfo errInfo)
          Deprecated. Sets the ErrInfo of this Result.
 void setErrno(int errno)
          Deprecated. Sets the errno of this Result.
 void setKeyType(java.lang.String keyType)
          Deprecated. Sets the keyType of this Result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

E_success

public static final int E_success
Deprecated. 
See Also:
Constant Field Values

E_nameTooLong

public static final int E_nameTooLong
Deprecated. 
See Also:
Constant Field Values

E_tooManyOptions

public static final int E_tooManyOptions
Deprecated. 
See Also:
Constant Field Values

E_unrecognizedVersion

public static final int E_unrecognizedVersion
Deprecated. 
See Also:
Constant Field Values

E_unsupported

public static final int E_unsupported
Deprecated. 
See Also:
Constant Field Values

E_languageError

public static final int E_languageError
Deprecated. 
See Also:
Constant Field Values

E_authTokenExpired

public static final int E_authTokenExpired
Deprecated. 
See Also:
Constant Field Values

E_authTokenRequired

public static final int E_authTokenRequired
Deprecated. 
See Also:
Constant Field Values

E_operatorMismatch

public static final int E_operatorMismatch
Deprecated. 
See Also:
Constant Field Values

E_userMismatch

public static final int E_userMismatch
Deprecated. 
See Also:
Constant Field Values

E_unknownUser

public static final int E_unknownUser
Deprecated. 
See Also:
Constant Field Values

E_accountLimitExceeded

public static final int E_accountLimitExceeded
Deprecated. 
See Also:
Constant Field Values

E_invalidKeyPassed

public static final int E_invalidKeyPassed
Deprecated. 
See Also:
Constant Field Values

E_invalidURLPassed

public static final int E_invalidURLPassed
Deprecated. 
See Also:
Constant Field Values

E_keyRetired

public static final int E_keyRetired
Deprecated. 
See Also:
Constant Field Values

E_busy

public static final int E_busy
Deprecated. 
See Also:
Constant Field Values

E_fatalError

public static final int E_fatalError
Deprecated. 
See Also:
Constant Field Values

E_invalidCategory

public static final int E_invalidCategory
Deprecated. 
See Also:
Constant Field Values

E_categorizationNotAllowed

public static final int E_categorizationNotAllowed
Deprecated. 
See Also:
Constant Field Values

E_invalidValue

public static final int E_invalidValue
Deprecated. 
See Also:
Constant Field Values

E_valueNotAllowed

public static final int E_valueNotAllowed
Deprecated. 
See Also:
Constant Field Values

E_invalidProjection

public static final int E_invalidProjection
Deprecated. 
See Also:
Constant Field Values

E_assertionNotFound

public static final int E_assertionNotFound
Deprecated. 
See Also:
Constant Field Values

E_invalidCompletionStatus

public static final int E_invalidCompletionStatus
Deprecated. 
See Also:
Constant Field Values

E_messageTooLarge

public static final int E_messageTooLarge
Deprecated. 
See Also:
Constant Field Values

E_transferAborted

public static final int E_transferAborted
Deprecated. 
See Also:
Constant Field Values

E_requestDenied

public static final int E_requestDenied
Deprecated. 
See Also:
Constant Field Values

E_publisherCancelled

public static final int E_publisherCancelled
Deprecated. 
See Also:
Constant Field Values

E_secretUnknown

public static final int E_secretUnknown
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

Result

public Result()
Deprecated. 
Method Detail

getErrInfo

public ErrInfo getErrInfo()
Deprecated. 
Returns the ErrInfo of this Result.

Returns:
the ErrInfo of this Result.

setErrInfo

public void setErrInfo(ErrInfo errInfo)
Deprecated. 
Sets the ErrInfo of this Result.

Parameters:
errInfo - the ErrInfo of this Result.

getKeyType

public java.lang.String getKeyType()
Deprecated. 
Returns the keyType of this Result.

Returns:
the keyType of this Result.

setKeyType

public void setKeyType(java.lang.String keyType)
Deprecated. 
Sets the keyType of this Result.

Parameters:
keyType - the keyType of this Result.

getErrno

public int getErrno()
Deprecated. 
Returns the errno of this Result.

Returns:
the errno of this Result.

setErrno

public void setErrno(int errno)
Deprecated. 
Sets the errno of this Result.

Parameters:
errno - the errno of this Result.

getErrCode

public static java.lang.String getErrCode(int errno)
Deprecated. 
Returns the errCode corresponding to the specified errno.

Parameters:
errno - the errno to get the errCode of.
Returns:
the errCode corresponding to the specified errno.

IBM WebSphere Application ServerTM
Release 8