Serialized Form
Package com.bea.common.security.xacml |
type
URI type
type_as_string
String type_as_string
isBag
boolean isBag
isCustom
boolean isCustom
shortName
String shortName
throwableWrapper
ThrowableWrapper throwableWrapper
severity
int severity
id
String id
subSystem
String subSystem
threadId
String threadId
userId
String userId
transactionId
String transactionId
serverName
String serverName
diagnosticContextId
String diagnosticContextId
machineName
String machineName
serialVersionUID: 1796084591280954044L
severity
int severity
localizedName
String localizedName
Package com.bea.security.saml2.providers.registry |
binding
String binding
location
String location
index
int index
isDefault
boolean isDefault
defaultSet
boolean defaultSet
serialVersionUID: -5078245771512082862L
name
String name
artifactResolutionService
IndexedEndpoint[] artifactResolutionService
ssoSigningCert
X509Certificate ssoSigningCert
audienceURIs
String[] audienceURIs
clientPassword
String clientPassword
clientPasswordEncrypted
String clientPasswordEncrypted
plainPasswordChanged
boolean plainPasswordChanged
clientUsername
String clientUsername
contactPersonCompany
String contactPersonCompany
contactPersonEmailAddress
String contactPersonEmailAddress
contactPersonSurName
String contactPersonSurName
contactPersonTelephoneNumber
String contactPersonTelephoneNumber
contactPersonType
String contactPersonType
contactPersonGivenName
String contactPersonGivenName
description
String description
enabled
boolean enabled
entityID
String entityID
errorURL
String errorURL
wantAuthnRequestsSigned
boolean wantAuthnRequestsSigned
identityProviderNameMapperClassname
String identityProviderNameMapperClassname
issuerURI
String issuerURI
organizationName
String organizationName
organizationURL
String organizationURL
processAttributes
boolean processAttributes
redirectURIs
String[] redirectURIs
singleSignOnService
Endpoint[] singleSignOnService
transportLayerClientCert
X509Certificate transportLayerClientCert
virtualUserEnabled
boolean virtualUserEnabled
wantAssertionsSigned
boolean wantAssertionsSigned
artifactPOSTForm
String artifactPOSTForm
isWantArtifactRequestSigned
boolean isWantArtifactRequestSigned
postPOSTForm
String postPOSTForm
isArtifactUsePost
boolean isArtifactUsePost
originalName
String originalName
serialVersionUID: -3900627128562860967L
name
String name
artifactResolutionService
IndexedEndpoint[] artifactResolutionService
assertionConsumerService
IndexedEndpoint[] assertionConsumerService
audienceURIs
String[] audienceURIs
ssoSigningCert
X509Certificate ssoSigningCert
clientPassword
String clientPassword
clientPasswordEncrypted
String clientPasswordEncrypted
plainPasswordChanged
boolean plainPasswordChanged
clientUsername
String clientUsername
contactPersonCompany
String contactPersonCompany
contactPersonEmailAddress
String contactPersonEmailAddress
contactPersonGivenName
String contactPersonGivenName
contactPersonSurName
String contactPersonSurName
contactPersonTelephoneNumber
String contactPersonTelephoneNumber
contactPersonType
String contactPersonType
description
String description
enabled
boolean enabled
entityID
String entityID
errorURL
String errorURL
wantAssertionsSigned
boolean wantAssertionsSigned
generateAttributes
boolean generateAttributes
includeOneTimeUseCondition
boolean includeOneTimeUseCondition
keyinfoIncluded
boolean keyinfoIncluded
organizationName
String organizationName
organizationURL
String organizationURL
serviceProviderNameMapperClassname
String serviceProviderNameMapperClassname
timeToLive
int timeToLive
timeToLiveOffset
int timeToLiveOffset
transportLayerClientCert
X509Certificate transportLayerClientCert
wantAuthnRequestsSigned
boolean wantAuthnRequestsSigned
artifactPOSTForm
String artifactPOSTForm
isWantArtifactRequestSigned
boolean isWantArtifactRequestSigned
postPOSTForm
String postPOSTForm
isArtifactUsePost
boolean isArtifactUsePost
originalName
String originalName
name
String name
assertionSigningCert
X509Certificate assertionSigningCert
audienceURIs
String[] audienceURIs
confirmationMethod
String confirmationMethod
description
String description
enabled
boolean enabled
identityProviderNameMapperClassname
String identityProviderNameMapperClassname
issuerURI
String issuerURI
processAttributes
boolean processAttributes
virtualUserEnabled
boolean virtualUserEnabled
wantAssertionsSigned
boolean wantAssertionsSigned
originalName
String originalName
name
String name
audienceURIs
String[] audienceURIs
confirmationMethod
String confirmationMethod
description
String description
enabled
boolean enabled
wantAssertionsSigned
boolean wantAssertionsSigned
generateAttributes
boolean generateAttributes
includeOneTimeUseCondition
boolean includeOneTimeUseCondition
keyinfoIncluded
boolean keyinfoIncluded
serviceProviderNameMapperClassname
String serviceProviderNameMapperClassname
timeToLive
int timeToLive
timeToLiveOffset
int timeToLiveOffset
originalName
String originalName
exceptionList
List exceptionList
Package weblogic.apache.html.dom |
serialVersionUID: -4132266304459039201L
_anchors
weblogic.apache.html.dom.HTMLCollectionImpl _anchors
- Deprecated.
- Holds
HTMLCollectionImpl
object with live collection of all
anchors in document. This reference is on demand only once.
_forms
weblogic.apache.html.dom.HTMLCollectionImpl _forms
- Deprecated.
- Holds
HTMLCollectionImpl
object with live collection of all
forms in document. This reference is on demand only once.
_images
weblogic.apache.html.dom.HTMLCollectionImpl _images
- Deprecated.
- Holds
HTMLCollectionImpl
object with live collection of all
images in document. This reference is on demand only once.
_links
weblogic.apache.html.dom.HTMLCollectionImpl _links
- Deprecated.
- Holds
HTMLCollectionImpl
object with live collection of all
links in document. This reference is on demand only once.
_applets
weblogic.apache.html.dom.HTMLCollectionImpl _applets
- Deprecated.
- Holds
HTMLCollectionImpl
object with live collection of all
applets in document. This reference is on demand only once.
_writer
StringWriter _writer
- Deprecated.
- Holds string writer used by direct manipulation operation (
HTMLDocumentImpl.open()
.
HTMLDocumentImpl.write(java.lang.String)
, etc) to write new contents into the document and parse
that text into a document tree.
_elements
weblogic.apache.html.dom.HTMLCollectionImpl _elements
- Deprecated.
- Collection of all elements contained in this FORM.
_areas
org.w3c.dom.html.HTMLCollection _areas
- Deprecated.
_options
org.w3c.dom.html.HTMLCollection _options
- Deprecated.
_rows
weblogic.apache.html.dom.HTMLCollectionImpl _rows
- Deprecated.
_bodies
weblogic.apache.html.dom.HTMLCollectionImpl _bodies
- Deprecated.
_cells
org.w3c.dom.html.HTMLCollection _cells
- Deprecated.
_rows
weblogic.apache.html.dom.HTMLCollectionImpl _rows
- Deprecated.
Package weblogic.apache.wml.dom |
serialVersionUID: 8661606001258842145L
readExternal
public void readExternal(ObjectInput oi)
throws IOException
- Constructs a ParamValue from the specified serialization stream
- Throws:
IOException
- if there is an IO error
writeExternal
public void writeExternal(ObjectOutput oo)
throws IOException
- Writes a ParamValue object to a serialization stream.
- Throws:
IOException
serialVersionUID: -4431340916243112533L
Package weblogic.connector.extensions |
Package weblogic.deploy.api.spi |
serialVersionUID: -8124655104926643928L
useNonexclusiveLock
boolean useNonexclusiveLock
operationInitiatedByAutoDeployPoller
boolean operationInitiatedByAutoDeployPoller
testOption
boolean testOption
retireTimeOption
int retireTimeOption
retireGracefulPolicy
boolean retireGracefulPolicy
gracefulProductionToAdmin
boolean gracefulProductionToAdmin
gracefulIgnoreSessions
boolean gracefulIgnoreSessions
gracefulRMIGracePeriodSecs
int gracefulRMIGracePeriodSecs
undeployAllVersions
boolean undeployAllVersions
stageOption
String stageOption
name
String name
nameFromLibrary
boolean nameFromLibrary
forceUndeployTimeoutSecs
long forceUndeployTimeoutSecs
disableModuleLevelStartStop
boolean disableModuleLevelStartStop
timeout
long timeout
nameFromSource
boolean nameFromSource
- Indicates that the app name should be derived in the proper precedence
from other factors then the tmids because the tmid name was derived
from the source in the absence of a given name.
defaultSubmoduleTargets
boolean defaultSubmoduleTargets
altDD
String altDD
altWlsDD
String altWlsDD
noVersion
boolean noVersion
- Indicates that the operation will skip version checks on the app source
So that we can relax the restriction on the existance of the app source
on the admin server for really large apps
remote
boolean remote
- Indicates that the operation will be remote from the file system
that contains the source. This means the source for the operation is
expected to be at the specified location on the machine where the
server is located. And this means we should skip such things
as file verification and plan merging, and rely on the server side
to take care of this.
securityModel
String securityModel
isSecurityValidationEnabled
boolean isSecurityValidationEnabled
archiveVersion
String archiveVersion
planVersion
String planVersion
isLibrary
boolean isLibrary
libSpecVersion
String libSpecVersion
libImplVersion
String libImplVersion
clusterTimeout
int clusterTimeout
Package weblogic.diagnostics.watch |
watchNotification
WatchNotification watchNotification
serialVersionUID: 7729973007125942760L
Package weblogic.i18ntools |
subSystems
Vector subSystems
Package weblogic.jdbc.extensions |
Package weblogic.jdbc.rowset |
serialVersionUID: -7682272538461932607L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
insertRow
CachedRow insertRow
allrows
ArrayList allrows
isPopulated
boolean isPopulated
key
weblogic.jdbc.rowset.CachedRowSetImpl.RowSetCacheKey key
rowSets
ArrayList rowSets
where
String where
joinType
int joinType
serialVersionUID: 7684785426862655886L
cols
ArrayList cols
expression
Expression expression
serialVersionUID: 6539137427459606294L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
Package weblogic.jws.security |
serialVersionUID: -8930788966766077378L
Package weblogic.management |
serialVersionUID: 823184172044137571L
serialVersionUID: -7366904839966430571L
serialVersionUID: 7036036277067993290L
serialVersionUID: 1L
appName
String appName
- Deprecated.
serverName
String serverName
- Deprecated.
moduleName
String moduleName
- Deprecated.
transition
String transition
- Deprecated.
currentState
String currentState
- Deprecated.
targetState
String targetState
- Deprecated.
appNotification
boolean appNotification
- Deprecated.
moduleNotification
boolean moduleNotification
- Deprecated.
appPhase
String appPhase
- Deprecated.
task
String task
- Deprecated.
serialVersionUID: 1L
target
String target
module
String module
appsOK
boolean appsOK
modulesOK
boolean modulesOK
list
InvalidAttributeValueException[] list
serialVersionUID: 6968866866835556481L
Package weblogic.management.deploy |
serialVersionUID: -1065644178659248034L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deprecated.
- Throws:
IOException
ClassNotFoundException
files
String[] files
- Deprecated.
isDirectory
boolean[] isDirectory
- Deprecated.
targets
HashMap targets
- Deprecated.
deleteFlag
boolean deleteFlag
- Deprecated.
isNameFromSource
boolean isNameFromSource
- Deprecated.
isNewApp
boolean isNewApp
- Deprecated.
isActionFromDeployer
boolean isActionFromDeployer
- Deprecated.
plan
String plan
- Deprecated.
root
String root
- Deprecated.
config
String config
- Deprecated.
deployOpts
DeploymentOptions deployOpts
- Deprecated.
globaltargets
ArrayList globaltargets
- Deprecated.
moduleTargets
Map moduleTargets
- Deprecated.
allSubModuleTargets
Map allSubModuleTargets
- Deprecated.
standaloneModule
boolean standaloneModule
- Deprecated.
earmodule
boolean earmodule
- Deprecated.
planUpdate
boolean planUpdate
- Deprecated.
targetsFromConfig
boolean targetsFromConfig
- Deprecated.
intendedState
String intendedState
- Deprecated.
remote
boolean remote
- Deprecated.
- Indicates that the operation will be remote from the file system
that contains the source. This means we should skip such things
as file verification and plan merging, and rely on the server side
to take care of this.
enforceClusterConstraints
boolean enforceClusterConstraints
- Deprecated.
timeOut
int timeOut
- Deprecated.
appDD
String appDD
- Deprecated.
webDD
String webDD
- Deprecated.
serialVersionUID: -8426317304673733688L
state
int state
- Deprecated.
type
int type
- Deprecated.
messages
ArrayList messages
- Deprecated.
targetName
String targetName
- Deprecated.
Package weblogic.management.logging |
serialVersionUID: 8373884439485373606L
severity
int severity
- Description of the Field
serverName
String serverName
- Description of the Field
machineName
String machineName
- Description of the Field
threadId
String threadId
- Description of the Field
tranId
String tranId
- Description of the Field
userId
String userId
- Description of the Field
message
String message
- Description of the Field
th
Throwable th
- Description of the Field
intId
int intId
- Description of the Field
msgId
String msgId
- Description of the Field
subsystem
String subsystem
- Description of the Field
idAsString
String idAsString
- Description of the Field
diagCtxId
String diagCtxId
- The diagnostic context id for corelation
Package weblogic.management.timer |
listenerLock
Object listenerLock
allNotifications
Map allNotifications
allListeners
TimerListener[] allListeners
notificationCount
int notificationCount
listenerCount
int listenerCount
sendPastNotifications
boolean sendPastNotifications
timerManager
TimerManager timerManager
Id
int Id
isActive
boolean isActive
pastNotifications
Set pastNotifications
Package weblogic.management.utils |
serialVersionUID: -6671291145364224060L
exceptionList
List exceptionList
Package weblogic.net.http |
responseCode
int responseCode
location
String location
Package weblogic.security.acl |
info
weblogic.security.acl.AclGroup info
- Deprecated.
name
String name
- Deprecated.
serialVersionUID: 4045950267181139320L
realmName
String realmName
- Deprecated.
caseSensitive
boolean caseSensitive
- Deprecated.
- Whether this cache is case-sensitive.
aclPosCache
TTLCache aclPosCache
- Deprecated.
- ACL positive cache. You must synchronize on aclSync if
you wish to perform any action on either ACL cache.
- See Also:
CachingRealm.aclNegCache
,
CachingRealm.aclSync
aclNegCache
TTLCache aclNegCache
- Deprecated.
- ACL negative cache. You must synchronize on aclSync if
you wish to perform any action on either ACL cache.
- See Also:
CachingRealm.aclPosCache
,
CachingRealm.aclSync
aclSync
Object aclSync
- Deprecated.
- ACL sync object. You must synchronize on this if you wish
to perform any action on either ACL cache.
- See Also:
CachingRealm.aclPosCache
,
CachingRealm.aclNegCache
groupPosCache
TTLCache groupPosCache
- Deprecated.
- Group positive cache. You must synchronize on groupSync if
you wish to perform any action on either group cache.
- See Also:
CachingRealm.groupNegCache
,
CachingRealm.groupSync
groupNegCache
TTLCache groupNegCache
- Deprecated.
- Group negative cache. You must synchronize on groupSync if
you wish to perform any action on either group cache.
- See Also:
CachingRealm.groupPosCache
,
CachingRealm.groupSync
groupSync
Object groupSync
- Deprecated.
- Group sync object. You must synchronize on this if you wish
to perform any action on either group cache.
- See Also:
CachingRealm.groupPosCache
,
CachingRealm.groupNegCache
permPosCache
TTLCache permPosCache
- Deprecated.
- Permission positive cache. You must synchronize on
permSync if you wish to perform any action on either permission
cache.
- See Also:
CachingRealm.permNegCache
,
CachingRealm.permSync
permNegCache
TTLCache permNegCache
- Deprecated.
- Permission negative cache. You must synchronize on
permSync if you wish to perform any action on either permission
cache.
- See Also:
CachingRealm.permPosCache
,
CachingRealm.permSync
permSync
Object permSync
- Deprecated.
- Permission sync object. You must synchronize on this if
you wish to perform any action on either permission cache.
- See Also:
CachingRealm.permPosCache
,
CachingRealm.permNegCache
userPosCache
TTLCache userPosCache
- Deprecated.
- User positive cache. You must synchronize on userSync if
you wish to perform any action on any of the user or
authentication caches.
- See Also:
CachingRealm.userNegCache
,
CachingRealm.authPosCache
,
CachingRealm.authNegCache
,
CachingRealm.userSync
userNegCache
TTLCache userNegCache
- Deprecated.
- User negative cache. You must synchronize on userSync if
you wish to perform any action on any of the user or
authentication caches.
- See Also:
CachingRealm.userPosCache
,
CachingRealm.authPosCache
,
CachingRealm.authNegCache
,
CachingRealm.userSync
authPosCache
TTLCache authPosCache
- Deprecated.
- Authentication positive cache. You must synchronize on
userSync if you wish to perform any action on any of the user or
authentication caches.
- See Also:
CachingRealm.userPosCache
,
CachingRealm.userNegCache
,
CachingRealm.authNegCache
,
CachingRealm.userSync
authNegCache
TTLCache authNegCache
- Deprecated.
- Authentication negative cache. You must synchronize on
userSync if you wish to perform any action on any of the user or
authentication caches.
- See Also:
CachingRealm.userPosCache
,
CachingRealm.userNegCache
,
CachingRealm.authPosCache
,
CachingRealm.userSync
userSync
Object userSync
- Deprecated.
- User and authentication sync object. You must synchronize
on this if you wish to perform any action on any of the user or
authentication caches.
- See Also:
CachingRealm.userPosCache
,
CachingRealm.userNegCache
,
CachingRealm.authPosCache
,
CachingRealm.authNegCache
log
LogOutputStream log
- Deprecated.
- Debugging log. May be null.
delegate
ListableRealm delegate
- Deprecated.
manageable
ManageableRealm manageable
- Deprecated.
- This is a reference to the delegate, iff the delegate implements
ManageableRealm. If not, it is null.
backup
ManageableRealm backup
- Deprecated.
serialVersionUID: -419061834872911373L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Deprecated.
- We only put the obfuscated password on the wire
(the cleartext password, "password", is transient)
so, we have to reconstitute the cleartext password after deserialization
- Throws:
IOException
ClassNotFoundException
realmName
String realmName
- Deprecated.
id
String id
- Deprecated.
certificates
Vector certificates
- Deprecated.
obfuscatedPassword
byte[] obfuscatedPassword
- Deprecated.
ownerGroup
Group ownerGroup
- Deprecated.
serialVersionUID: -9019841447023711250L
name
String name
- Deprecated.
serialVersionUID: 4109721614403507950L
Package weblogic.security.net |
serialVersionUID: -8861858081041858122L
remAddr
InetAddress remAddr
remPort
int remPort
localAddr
InetAddress localAddr
localPort
int localPort
protocol
String protocol
serialVersionUID: -2581814989275884152L
Package weblogic.security.principal |
signature
byte[] signature
salt
byte[] salt
name
String name
Package weblogic.security.spi |
Package weblogic.time.common |
serialVersionUID: -1055933006857913665L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
Package weblogic.transaction |
serialVersionUID: 2830485510404675300L
nested
Throwable nested
Package weblogic.transaction.nonxa |
Package weblogic.uddi.client.structures.exception |
faultCode
String faultCode
faultString
String faultString
faultActor
String faultActor
dispositionReport
DispositionReport dispositionReport
Package weblogic.webservice.async |
futureResult
FutureResult futureResult
- Deprecated.
message
String message
- Deprecated.
exception
weblogic.webservice.saf.StoreForwardException exception
- Deprecated.
Package weblogic.webservice.client |
Package weblogic.webservice.context |
Package weblogic.workarea |
str
String str
longValue
long longValue
data
byte[] data
str
String str
Package weblogic.wsee.async |
Package weblogic.wsee.connection.transport.http |
serialVersionUID: 5812892933940605683L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
username
byte[] username
password
byte[] password
proxyUsername
byte[] proxyUsername
proxyPassword
byte[] proxyPassword
chunkLen
int chunkLen
passwordsEncrypted
boolean passwordsEncrypted
- Flag indicating whether our internal password fields are encrypted. We
encrypt them before serializing, so its possible that someone could
serialize an object, and then call getPassword after. In that case we
dynamically decrypt the passwords before returning them.
- Since:
- 10.0MP1
Package weblogic.wsee.connection.transport.https |
serialVersionUID: 5277936336380367841L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
_keystore
String _keystore
- Persistent state members
_keystorePassword
char[] _keystorePassword
_keystoreType
String _keystoreType
_keyAlias
String _keyAlias
_keyPassword
char[] _keyPassword
Package weblogic.wsee.conversation |
Package weblogic.wsee.jws |
serialVersionUID: 1L
readResolve
private Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
_id
int _id
_retryDelay
String _retryDelay
_detailContent
XmlObject[] _detailContent
- Deprecated.
- detail content
_faultContent
XmlObject _faultContent
- Deprecated.
- fault content
_soapFaultVersion
int _soapFaultVersion
- Deprecated.
- fault version
_senderIsCause
boolean _senderIsCause
- Deprecated.
- cause when using detail
Package weblogic.wsee.jws.util |
Class weblogic.wsee.jws.util.LegacyAnnotation extends Object implements Serializable |
Package weblogic.wsee.jws.wlw |
_detailContent
XmlObject[] _detailContent
- Deprecated.
- detail content
_faultContent
XmlObject _faultContent
- Deprecated.
- fault content
_soapFaultVersion
int _soapFaultVersion
- Deprecated.
- fault version
_senderIsCause
boolean _senderIsCause
- Deprecated.
- cause when using detail
Package weblogic.wsee.reliability |
elementName
String elementName
elementName
String elementName
versionToCodeMap
Map versionToCodeMap
prefix
String prefix
namespaceUri
String namespaceUri
policyPrefix
String policyPrefix
policyNamespaceUri
String policyNamespaceUri
prefix
String prefix
namespaceUri
String namespaceUri
lap
String lap
svcname
String svcname
type
int type
ss
int ss
serialVersionUID: 1247362893152970095L
localAccessPointId
String localAccessPointId
remoteAccessPointId
String remoteAccessPointId
connected
boolean connected
Package weblogic.wtc.jatmi |
dec_exp
short dec_exp
dec_pos
short dec_pos
dec_ndgts
short dec_ndgts
dec_dgts
byte[] dec_dgts
serialVersionUID: -2300659571782962414L
myMsgid
byte[] myMsgid
myCorrid
byte[] myCorrid
myReplyQueue
String myReplyQueue
myFailureQueue
String myFailureQueue
myAppkey
Integer myAppkey
myPriority
Integer myPriority
myDelivery_qos
int myDelivery_qos
myReply_qos
int myReply_qos
myUrcode
int myUrcode
serialVersionUID: 3053813208281488550L
myDeq_time
QueueTimeField myDeq_time
myPriority
Integer myPriority
myExp_time
QueueTimeField myExp_time
myDelivery_qos
int myDelivery_qos
myReply_qos
int myReply_qos
myMsgid
byte[] myMsgid
myCorrid
byte[] myCorrid
myReplyQueue
String myReplyQueue
myFailureQueue
String myFailureQueue
myIsTPQEXPTIME_NONE
boolean myIsTPQEXPTIME_NONE
myIsTPQTOP
boolean myIsTPQTOP
myUrcode
int myUrcode
errno
int errno
- The Ferror number
serialVersionUID: -1509142621752324483L
serialVersionUID: -4304569527535747878L
myTime
int myTime
myIsRelative
boolean myIsRelative
myTperrno
int myTperrno
myUunixerr
int myUunixerr
myTpurcode
int myTpurcode
myTperrordetail
int myTperrordetail
myDiagnostic
int myDiagnostic
myRevent
int myRevent
rplyRtn
Reply rplyRtn
serialVersionUID: -7645324238210497753L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the class status from the input stream.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the class status into the output stream.
- Throws:
IOException
service_name
String service_name
service_data
TypedBuffer service_data
service_flags
int service_flags
service_data_key
String service_data_key
mySessionIdentifier
int mySessionIdentifier
myConversationIdentifier
int myConversationIdentifier
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the class status from the input stream.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the class status into the output stream.
- Throws:
IOException
myTypedBuffer
TypedBuffer myTypedBuffer
myTpurcode
int myTpurcode
reply_cd
CallDescriptor reply_cd
myTypedBuffer_key
String myTypedBuffer_key
serialVersionUID: 5248957728968004859L
carray
byte[] carray
- The binary data to send to the remote TUXEDO domain
sendSize
int sendSize
- The amount of data in #carray to send
serialVersionUID: 4289835762041622281L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
magic
int magic
len
int len
maxlen
int maxlen
nfields
int nfields
nie
int nie
indxintvl
int indxintvl
flds
TreeMap flds
fldid_occs
HashMap fldid_occs
fldtbls
FldTbl[] fldtbls
usys
Usysflds usys
tmq
tmqflds tmq
serialVersionUID: -6427570805762043258L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
magic
int magic
len
int len
maxlen
int maxlen
nfields
int nfields
nie
int nie
indxintvl
int indxintvl
_flds
HashMap _flds
fldid_occs
HashMap fldid_occs
fldtbls
FldTbl[] fldtbls
systbls
FldTbl[] systbls
myIter
weblogic.wtc.jatmi.TypedFML32.FmlIterator myIter
in_presend
boolean in_presend
numPointerFields
int numPointerFields
numFml32Fields
int numFml32Fields
numMBStringFields
int numMBStringFields
numView32Fields
int numView32Fields
updatedModCount
int updatedModCount
myArray
Object[] myArray
serialVersionUID: 3469855909867685738L
tstring
StringBuffer tstring
bytes
byte[] bytes
serialVersionUID: -4800449954774495175L
tstring
StringBuffer tstring
serialVersionUID: -607969884185172853L
serialVersionUID: 1478768009528994942L
serialVersionUID: -5405254827452750129L
xmlarray
byte[] xmlarray
- The binary data to send to the remote TUXEDO domain
sendSize
int sendSize
- The amount of data in #xmlarray to send
serialVersionUID: -6003837641120997389L
carray
byte[] carray
- The binary data to send to the remote TUXEDO domain.
sendSize
int sendSize
- The amount of data in carray to send.
Package weblogic.xml.security |
Package weblogic.xml.stream |
th
Throwable th
- Deprecated.
Package weblogicx.jsp.tags.validators |
fieldToValidate
String fieldToValidate
errorMessage
String errorMessage
expression
String expression
expression
String expression
validatorClass
String validatorClass
custom
Customizable custom
interfaceName
String interfaceName
className
String className
fieldToValidate
String fieldToValidate
errorMessage
String errorMessage
isValid
boolean isValid
parent
Tag parent
pageContext
PageContext pageContext
bodyContent
BodyContent bodyContent