BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Serialized Form


Package bea.jolt.pool

Class bea.jolt.pool.ApplicationException implements Serializable

Serialized Fields

a_result

Result a_result

Class bea.jolt.pool.DataSet implements Serializable

Serialized Fields

unrestricted

boolean unrestricted
This flag is used by the generic service invocation. It is for internal use only.

Class bea.jolt.pool.Result implements Serializable

Serialized Fields

applicationCode

int applicationCode

detailErrmsg

java.lang.String detailErrmsg

detailErrno

int detailErrno

errmsg

java.lang.String errmsg

errno

int errno

errtype

int errtype

Class bea.jolt.pool.ServiceException implements Serializable

Class bea.jolt.pool.SessionPoolException implements Serializable

Class bea.jolt.pool.SessionPoolManager implements Serializable

Serialized Fields

m_gc

bea.jolt.pool.SessionGC m_gc

Class bea.jolt.pool.TransactionException implements Serializable


Package bea.jolt.pool.servlet

Class bea.jolt.pool.servlet.ServletDataSet implements Serializable

Class bea.jolt.pool.servlet.ServletResult implements Serializable

Class bea.jolt.pool.servlet.ServletSessionPoolManager implements Serializable


Package weblogic.beans.common

Class weblogic.beans.common.AlreadyImplementedException implements Serializable

Class weblogic.beans.common.ClientEnumeration implements Serializable

Serialized Fields

clients

java.util.Vector clients

current

int current

verbose

boolean verbose

Class weblogic.beans.common.NotImplementedException implements Serializable

Class weblogic.beans.common.T3BeanMsg implements Serializable

Serialized Fields

exception

java.lang.Exception exception

invokeID

int invokeID

invoker

java.lang.String invoker

name

java.lang.String name

result

java.lang.Object result

source

java.lang.String source

topic

int topic

Class weblogic.beans.common.UnbindException implements Serializable


Package weblogic.beans.reflector

Class weblogic.beans.reflector.Reference implements Serializable

Serialized Fields

name

java.lang.String name


Package weblogic.com

Class weblogic.com.EventProxy implements Serializable

Serialized Fields

listeners

java.util.Vector listeners

Class weblogic.com.ServerEvent implements Serializable

Serialized Fields

eventTopic

java.lang.String eventTopic

parameters

ParamSet parameters

Class weblogic.com.Variant implements Serializable

Serialized Fields

arrayValue

java.lang.Object[] arrayValue

booleanValue

boolean booleanValue

byteArrayValue

byte[] byteArrayValue

byteValue

byte byteValue

currencyValue

long currencyValue

dateValue

double dateValue

dispatchValue

java.lang.Object dispatchValue

doubleValue

double doubleValue

errorValue

int errorValue

floatValue

float floatValue

intValue

int intValue

objectValue

java.lang.Object objectValue

shortValue

short shortValue

stringValue

java.lang.String stringValue

type

int type

variantValue

Variant variantValue


Package weblogic.common

Class weblogic.common.AssertionError implements Serializable

Class weblogic.common.LicenseCorruptException implements Serializable

Class weblogic.common.LicenseException implements Serializable

Class weblogic.common.LicenseInvalidException implements Serializable

Class weblogic.common.LicenseKeyExpiredException implements Serializable

Class weblogic.common.LicenseKeyInvalidException implements Serializable

Class weblogic.common.LicenseKeyIpException implements Serializable

Class weblogic.common.LicenseKeyNotFoundException implements Serializable

Class weblogic.common.LicenseNotFoundException implements Serializable

Class weblogic.common.Monitor implements Serializable

Serialized Fields

callbackData

ParamSet callbackData

isMaster

boolean isMaster

Class weblogic.common.MonitorException implements Serializable

Class weblogic.common.ParamSet implements Serializable

Serialized Fields

ht

weblogic.common.internal.VectorTable ht

loose

boolean loose
Sets default mode to loose.

readonly

boolean readonly

trap

boolean trap

verbose

boolean verbose

Class weblogic.common.ParamSetException implements Serializable

Class weblogic.common.ParamValue implements Serializable

Serialization Methods

writeValue

private void writeValue(WLObjectOutput out)
                 throws java.io.IOException,
                        ParamSetException
Serialized Fields

paramDesc

java.lang.String paramDesc
Variable used for IN, OUT, and IN/OUT parameters to set the descriptor of the parameter. Default is null.

paramMode

int paramMode
Variable used for IN, OUT, and IN/OUT parameters to set the mode of the parameter. Default is ParamTypes.IN.
See Also:
ParamTypes

paramName

java.lang.String paramName
Variable used for IN, OUT, and IN/OUT parameters to set the name of the parameter. Default is null.

paramType

int paramType
Variable used for IN, OUT, and IN/OUT parameters to set the type of the parameter. Default is ParamTypes.NOTYPE.
See Also:
ParamTypes

value

java.lang.Object value

valuevect

java.util.Vector valuevect

verbose

boolean verbose

Class weblogic.common.ResourceException implements Serializable

Class weblogic.common.SequenceEvent implements Serializable

Serialized Fields

id

int id
ID of a SequenceEvent.

labels

java.lang.String[] labels

sequenced

Sequenced sequenced

Class weblogic.common.T3ClientReconnectedException implements Serializable

Class weblogic.common.T3Exception implements Serializable

Serialized Fields

nestedException

java.lang.Throwable nestedException

nestedStackTrace

java.lang.String nestedStackTrace

Class weblogic.common.T3ExecuteException implements Serializable

Serialized Fields

nestedException

java.lang.Exception nestedException

nestedExceptionStackTrace

java.lang.String nestedExceptionStackTrace

Class weblogic.common.T3User implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput is)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads a DefaultUserInfoImpl object from the specified object input stream.

writeExternal

public void writeExternal(java.io.ObjectOutput os)
                   throws java.io.IOException
Writes a DefaultUserInfoImpl object to the specified object output stream.


Package weblogic.db.jdbc

Class weblogic.db.jdbc.Column implements Serializable

Serialized Fields

autoinc

boolean autoinc

colnum

int colnum

dbtype

java.lang.String dbtype

length

int length

name

java.lang.String name

nullok

boolean nullok

prec

int prec

readonly

boolean readonly

scale

int scale

search

boolean search

type

int type

Class weblogic.db.jdbc.DataSet implements Serializable

Serialized Fields

cached

boolean cached

currentrecordindex

int currentrecordindex

finished

boolean finished

lastfetchsize

int lastfetchsize

recs

java.util.Vector recs

resetable

boolean resetable

schemaval

Schema schemaval

Class weblogic.db.jdbc.DataSetException implements Serializable

Class weblogic.db.jdbc.EventfulRecord implements Serializable

Serialized Fields

t3

T3Client t3

types

int[] types

uniqueKey

java.lang.String uniqueKey

Class weblogic.db.jdbc.EventfulTableDataSet implements Serializable

Serialized Fields

action

ActionDef action

records

java.util.Hashtable records

registrationParams

ParamSet registrationParams

t3

T3Client t3

Class weblogic.db.jdbc.InvalidDateException implements Serializable

Class weblogic.db.jdbc.QueryDataSet implements Serializable

Serialized Fields

sql

java.lang.String sql

Class weblogic.db.jdbc.Record implements Serializable

Serialized Fields

fetch_count

int fetch_count

isclean

boolean[] isclean

numcols

int numcols

parentdataset

DataSet parentdataset

prevmethod

int prevmethod

savedWithoutStatusUpdate

boolean savedWithoutStatusUpdate

savemethod

int savemethod

values

Value[] values

Class weblogic.db.jdbc.Schema implements Serializable

Serialized Fields

attributes

java.lang.String attributes

colcnt

int colcnt

colsbuf

Column[] colsbuf

tableName

java.lang.String tableName

Class weblogic.db.jdbc.TableDataSet implements Serializable

Serialized Fields

keydefval

KeyDef keydefval

miscstr

java.lang.String miscstr

optimisticLockingCol

java.lang.String optimisticLockingCol

qbestmt

SelectStmt qbestmt

refreshFromDBMSonSave

boolean refreshFromDBMSonSave

tablestr

java.lang.String tablestr

tabname

java.lang.String tabname

wherestr

java.lang.String wherestr

Class weblogic.db.jdbc.Value implements Serializable

Serialized Fields

typeval

int typeval

valobj

java.lang.Object valobj


Package weblogic.event.actions

Class weblogic.event.actions.Action implements Serializable


Package weblogic.event.common

Class weblogic.event.common.EventGenerationException implements Serializable

Class weblogic.event.common.EventRegistrationException implements Serializable


Package weblogic.event.evaluators

Class weblogic.event.evaluators.Evaluate implements Serializable


Package weblogic.html

Class weblogic.html.FormServlet implements Serializable

Serialized Fields

fields

java.util.Hashtable fields
Deprecated. 

Class weblogic.html.HtmlException implements Serializable


Package weblogic.jndi

Class weblogic.jndi.Environment implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException


Package weblogic.net.http

Class weblogic.net.http.HttpUnauthorizedException implements Serializable

Class weblogic.net.http.KeepAliveCache implements Serializable


Package weblogic.remote.common

Class weblogic.remote.common.T3ServletException implements Serializable


Package weblogic.rmi

Class weblogic.rmi.AccessException implements Serializable

Class weblogic.rmi.AlreadyBoundException implements Serializable

Class weblogic.rmi.ConnectException implements Serializable

Class weblogic.rmi.ConnectIOException implements Serializable

Class weblogic.rmi.MarshalException implements Serializable

Class weblogic.rmi.NoSuchObjectException implements Serializable

Class weblogic.rmi.NotBoundException implements Serializable

Class weblogic.rmi.RemoteException implements Serializable

Serialized Fields

detail

java.lang.Throwable detail
Throwable nested within the RemoteException.

Class weblogic.rmi.RMISecurityException implements Serializable

Class weblogic.rmi.ServerError implements Serializable

Class weblogic.rmi.ServerException implements Serializable

Class weblogic.rmi.ServerRuntimeException implements Serializable

Class weblogic.rmi.StubNotFoundException implements Serializable

Class weblogic.rmi.UnexpectedException implements Serializable

Class weblogic.rmi.UnknownHostException implements Serializable

Class weblogic.rmi.UnmarshalException implements Serializable


Package weblogic.rmi.dgc

Class weblogic.rmi.dgc.Lease implements Serializable

Class weblogic.rmi.dgc.VMID implements Serializable


Package weblogic.rmi.extensions

Class weblogic.rmi.extensions.AbstractDescriptor implements Serializable

Serialized Fields

controlDescriptors

weblogic.rmi.extensions.WLControlDescriptor[] controlDescriptors

dgcPolicy

int dgcPolicy

disableServerSideStubs

boolean disableServerSideStubs

enableServerSideStubs

boolean enableServerSideStubs

remoteClassName

java.lang.String remoteClassName

remoteObjectReferenceClassName

java.lang.String remoteObjectReferenceClassName

requestDispatcherClassName

java.lang.String requestDispatcherClassName

skeletonClassName

java.lang.String skeletonClassName

stubClassName

java.lang.String stubClassName

Class weblogic.rmi.extensions.AbstractRemoteObjectReference implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class weblogic.rmi.extensions.ActivatableRequestDispatcher implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class weblogic.rmi.extensions.ActivatableRuntimeDescriptor implements Serializable

Serialized Fields

activatedRemoteReferenceClassName

java.lang.String activatedRemoteReferenceClassName

activationHelper

weblogic.rmi.extensions.ActivationHelper activationHelper

activationHelperClassName

java.lang.String activationHelperClassName

activationIdentifierClassName

java.lang.String activationIdentifierClassName

Class weblogic.rmi.extensions.BasicDescriptor implements Serializable

Class weblogic.rmi.extensions.BasicRemoteRef implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class weblogic.rmi.extensions.BasicRequestDispatcher implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class weblogic.rmi.extensions.BasicRequestHandler implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class weblogic.rmi.extensions.BasicRuntimeDescriptor implements Serializable

Class weblogic.rmi.extensions.BasicServerObjectAdapter implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class weblogic.rmi.extensions.BasicServerObjectReference implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class weblogic.rmi.extensions.HolderList implements Serializable

Serialized Fields

i

int i

Class weblogic.rmi.extensions.MethodDefinitionException implements Serializable

Class weblogic.rmi.extensions.NonRemoteClassException implements Serializable

Class weblogic.rmi.extensions.NotImplementedException implements Serializable

Class weblogic.rmi.extensions.PeerNotActiveException implements Serializable

Class weblogic.rmi.extensions.RemoteRuntimeException implements Serializable

Class weblogic.rmi.extensions.RequestTimeoutException implements Serializable

Class weblogic.rmi.extensions.SmartStub implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Internal use only.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Internal use only.

Class weblogic.rmi.extensions.Stub implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class weblogic.rmi.extensions.UnknownHostIDException implements Serializable

Class weblogic.rmi.extensions.WLControlDescriptor implements Serializable

Serialized Fields

className

java.lang.String className

dispatchInOriginalThread

boolean dispatchInOriginalThread

flags

int flags

implRespondsToClient

boolean implRespondsToClient

signature

java.lang.String signature


Package weblogic.rmi.server

Class weblogic.rmi.server.ExportException implements Serializable

Class weblogic.rmi.server.ObjID implements Serializable

Class weblogic.rmi.server.ServerCloneException implements Serializable

Serialized Fields

detail

java.lang.Exception detail

Class weblogic.rmi.server.ServerNotActiveException implements Serializable

Class weblogic.rmi.server.SkeletonMismatchException implements Serializable

Class weblogic.rmi.server.SkeletonNotFoundException implements Serializable

Class weblogic.rmi.server.SocketSecurityException implements Serializable

Class weblogic.rmi.server.UID implements Serializable


Package weblogic.security

Class weblogic.security.AuthenticationException implements Serializable

Class weblogic.security.CipherException implements Serializable

Class weblogic.security.CoderException implements Serializable

Class weblogic.security.FastSecureRandom implements Serializable

Class weblogic.security.JDK11Certificate implements Serializable

Serialized Fields

x

X509 x

Class weblogic.security.KeyManagementException implements Serializable

Class weblogic.security.X509 implements Serializable

Serialized Fields

contents

byte[] contents

fingerprint

byte[] fingerprint

issuer

X500Name issuer

issuerCertificate

X509 issuerCertificate

notAfterDate

java.util.Date notAfterDate

notBeforeDate

java.util.Date notBeforeDate


Package weblogic.security.acl

Class weblogic.security.acl.AclImpl implements Serializable

Serialized Fields

info

weblogic.security.acl.AclGroup info

name

java.lang.String name

Class weblogic.security.acl.CachingRealm.CaseInsensitiveUserInfo implements Serializable

Serialized Fields

defInfo

DefaultUserInfoImpl defInfo

hashCode

int hashCode

info

UserInfo info

name

java.lang.String name

realmName

java.lang.String realmName

Class weblogic.security.acl.DefaultUserImpl implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

realm

BasicRealm realm

userInfo

UserInfo userInfo

Class weblogic.security.acl.DefaultUserInfoImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput is)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads a DefaultUserInfoImpl object from the specified object input stream.

writeExternal

public void writeExternal(java.io.ObjectOutput os)
                   throws java.io.IOException
Writes a DefaultUserInfoImpl object to the specified object output stream.

Class weblogic.security.acl.Everyone implements Serializable

Serialized Fields

realm

ListableRealm realm

Class weblogic.security.acl.GroupImpl implements Serializable

Serialized Fields

individuals

java.util.Hashtable individuals

subgroups

java.util.Vector subgroups

Class weblogic.security.acl.OwnerImpl implements Serializable

Serialized Fields

ownerGroup

java.security.acl.Group ownerGroup

Class weblogic.security.acl.PermissionImpl implements Serializable

Serialized Fields

name

java.lang.String name

Class weblogic.security.acl.SSLUserInfo implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput is)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads a DefaultUserInfoImpl object from the specified object input stream.

writeExternal

public void writeExternal(java.io.ObjectOutput os)
                   throws java.io.IOException
Writes a DefaultUserInfoImpl object to the specified object output stream.

Class weblogic.security.acl.URLAcl implements Serializable

Class weblogic.security.acl.User implements Serializable

Serialized Fields

authenticatedUser

weblogic.security.acl.internal.AuthenticatedUser authenticatedUser


Package weblogic.security.net

Class weblogic.security.net.ConnectionEvent implements Serializable

Serialized Fields

localPort

int localPort

protocol

java.lang.String protocol

remAddr

java.net.InetAddress remAddr

remPort

int remPort

Class weblogic.security.net.FilterException implements Serializable


Package weblogic.time.common

Class weblogic.time.common.Scheduler implements Serializable

Class weblogic.time.common.TimeTriggerException implements Serializable

Class weblogic.time.common.Trigger implements Serializable


Documentation is available at
http://www.weblogic.com/docs51