com.ibm.uddi.datatypes
Class Result
- java.lang.Object
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
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
E_accountLimitExceeded
Deprecated.
|
|
E_assertionNotFound
Deprecated.
|
|
E_authTokenExpired
Deprecated.
|
|
E_authTokenRequired
Deprecated.
|
|
E_busy
Deprecated.
|
|
E_categorizationNotAllowed
Deprecated.
|
|
E_fatalError
Deprecated.
|
|
E_invalidCategory
Deprecated.
|
|
E_invalidCompletionStatus
Deprecated.
|
|
E_invalidKeyPassed
Deprecated.
|
|
E_invalidProjection
Deprecated.
|
|
E_invalidURLPassed
Deprecated.
|
|
E_invalidValue
Deprecated.
|
|
E_keyRetired
Deprecated.
|
|
E_languageError
Deprecated.
|
|
E_messageTooLarge
Deprecated.
|
|
E_nameTooLong
Deprecated.
|
|
E_operatorMismatch
Deprecated.
|
|
E_publisherCancelled
Deprecated.
|
|
E_requestDenied
Deprecated.
|
|
E_secretUnknown
Deprecated.
|
|
E_success
Deprecated.
|
|
E_tooManyOptions
Deprecated.
|
|
E_transferAborted
Deprecated.
|
|
E_unknownUser
Deprecated.
|
|
E_unrecognizedVersion
Deprecated.
|
|
E_unsupported
Deprecated.
|
|
E_userMismatch
Deprecated.
|
|
E_valueNotAllowed
Deprecated.
|
Constructor Summary
Constructor and Description |
---|
Result()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrCode(int errno)
Deprecated. Returns the errCode corresponding to the specified errno.
|
getErrInfo()
Deprecated. Returns the
ErrInfo of this Result.
|
|
|
getErrno()
Deprecated. Returns the errno of this Result.
|
|
getKeyType()
Deprecated. Returns the keyType of this Result.
|
|
setErrInfo(ErrInfo errInfo)
Deprecated. Sets the
ErrInfo of this Result.
|
|
setErrno(int errno)
Deprecated. Sets the errno of this Result.
|
|
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:
E_nameTooLong
- public static final int E_nameTooLong
Deprecated.
See Also:
E_tooManyOptions
- public static final int E_tooManyOptions
Deprecated.
See Also:
E_unrecognizedVersion
- public static final int E_unrecognizedVersion
Deprecated.
See Also:
E_unsupported
- public static final int E_unsupported
Deprecated.
See Also:
E_languageError
- public static final int E_languageError
Deprecated.
See Also:
E_authTokenExpired
- public static final int E_authTokenExpired
Deprecated.
See Also:
E_authTokenRequired
- public static final int E_authTokenRequired
Deprecated.
See Also:
E_operatorMismatch
- public static final int E_operatorMismatch
Deprecated.
See Also:
E_userMismatch
- public static final int E_userMismatch
Deprecated.
See Also:
E_unknownUser
- public static final int E_unknownUser
Deprecated.
See Also:
E_accountLimitExceeded
- public static final int E_accountLimitExceeded
Deprecated.
See Also:
E_invalidKeyPassed
- public static final int E_invalidKeyPassed
Deprecated.
See Also:
E_invalidURLPassed
- public static final int E_invalidURLPassed
Deprecated.
See Also:
E_keyRetired
- public static final int E_keyRetired
Deprecated.
See Also:
E_busy
- public static final int E_busy
Deprecated.
See Also:
E_fatalError
- public static final int E_fatalError
Deprecated.
See Also:
E_invalidCategory
- public static final int E_invalidCategory
Deprecated.
See Also:
E_categorizationNotAllowed
- public static final int E_categorizationNotAllowed
Deprecated.
See Also:
E_invalidValue
- public static final int E_invalidValue
Deprecated.
See Also:
E_valueNotAllowed
- public static final int E_valueNotAllowed
Deprecated.
See Also:
E_invalidProjection
- public static final int E_invalidProjection
Deprecated.
See Also:
E_assertionNotFound
- public static final int E_assertionNotFound
Deprecated.
See Also:
E_invalidCompletionStatus
- public static final int E_invalidCompletionStatus
Deprecated.
See Also:
E_messageTooLarge
- public static final int E_messageTooLarge
Deprecated.
See Also:
E_transferAborted
- public static final int E_transferAborted
Deprecated.
See Also:
E_requestDenied
- public static final int E_requestDenied
Deprecated.
See Also:
E_publisherCancelled
- public static final int E_publisherCancelled
Deprecated.
See Also:
E_secretUnknown
- public static final int E_secretUnknown
Deprecated.
See Also:
Constructor Detail
Result
- public Result()
Deprecated.
Method Detail
getErrInfo
- public ErrInfo getErrInfo()
Deprecated.
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.
ErrInfo
of this Result.