Serialized Form


Package org.jboss.invocation.http.servlet

Class org.jboss.invocation.http.servlet.InvokerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

mbeanServer

javax.management.MBeanServer mbeanServer

localInvokerName

javax.management.ObjectName localInvokerName

Class org.jboss.invocation.http.servlet.NamingFactoryServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

log

org.jboss.logging.Logger log

namingProxy

Object namingProxy
The Naming proxy instance obtained from the MBean


namingProxyMBean

javax.management.ObjectName namingProxyMBean
The JMX ObjectName that provides the Naming proxy for the servlet


proxyAttribute

String proxyAttribute
The name of the attribute of namingProxyMBean used to obtain the proxy


Package org.jboss.jaxr.juddi

Class org.jboss.jaxr.juddi.JUDDIServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 8768916717023791095L

Class org.jboss.jaxr.juddi.WS4EEJUDDIServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.jboss.jmx.adaptor.html

Class org.jboss.jmx.adaptor.html.ClusteredConsoleServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

jgProps

String jgProps

Class org.jboss.jmx.adaptor.html.HtmlAdaptorServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.jboss.jmx.adaptor.snmp.agent

Class org.jboss.jmx.adaptor.snmp.agent.BadSnmpVersionException extends Exception implements Serializable

Class org.jboss.jmx.adaptor.snmp.agent.ComparableSnmpObjectId extends org.opennms.protocols.snmp.SnmpObjectId implements Serializable

Class org.jboss.jmx.adaptor.snmp.agent.MappingFailedException extends Exception implements Serializable

Class org.jboss.jmx.adaptor.snmp.agent.ReadOnlyException extends Exception implements Serializable


Package org.jboss.monitor

Class org.jboss.monitor.JBossMonitorNotification extends javax.management.Notification implements Serializable

Serialized Fields

observedObject

javax.management.ObjectName observedObject

monitorObjectName

javax.management.ObjectName monitorObjectName

monitorName

String monitorName

attribute

String attribute

Class org.jboss.monitor.LockMonitor extends Object implements Serializable

serialVersionUID: -6710878502772579272L

Serialized Fields

totalTime

long totalTime

numContentions

long numContentions

timeouts

long timeouts

maxContenders

long maxContenders

currentContenders

long currentContenders

Class org.jboss.monitor.StringThresholdNotification extends JBossMonitorNotification implements Serializable

Serialized Fields

value

String value

threshold

String threshold

equality

boolean equality

Class org.jboss.monitor.ThresholdNotification extends JBossMonitorNotification implements Serializable

Serialized Fields

value

Number value

threshold

Number threshold

Package org.jboss.monitor.alarm

Class org.jboss.monitor.alarm.AlarmNotification extends javax.management.Notification implements Serializable

serialVersionUID: -7041616127511632675L

Serialized Fields

target

javax.management.ObjectName target
Set when the alarm refers to some other MBean


severity

int severity
The alarm severity


alarmState

int alarmState
The alarm state

Class org.jboss.monitor.alarm.AlarmTableNotification extends AlarmNotification implements Serializable

serialVersionUID: -2307598716282112101L

Serialized Fields

alarmId

String alarmId
A unique id for the alarm


ackState

boolean ackState
the acked/unacked status of the alarm


ackTime

long ackTime
the time the ack/unack happened


ackUser

String ackUser
the user that performed the ack/unack


ackSystem

String ackSystem
the system ack/unack came from


Package org.jboss.mq.il.http.servlet

Class org.jboss.mq.il.http.servlet.HTTPServerILServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

server

javax.management.MBeanServer server

invoker

org.jboss.mq.server.JMSServerInvoker invoker

Package org.jboss.security.srp

Class org.jboss.security.srp.SRPParameters extends Object implements Serializable

serialVersionUID: 6438772808805276693L

Serialized Fields

N

byte[] N
The algorithm safe-prime modulus


g

byte[] g
The algorithm primitive generator


s

byte[] s
The random password salt originally used to verify the password


hashAlgorithm

String hashAlgorithm
The algorithm to hash the session key to produce K. To be consistent with the RFC2945 description this must be SHA_Interleave as implemented by the JBossSX security provider. For compatibility with earlier JBossSX SRP releases the algorithm must be SHA_ReverseInterleave. This name is passed to java.security.MessageDigest.getInstance().


cipherAlgorithm

String cipherAlgorithm
The algorithm to use for any encryption of data.


cipherIV

byte[] cipherIV
The cipher intialization vector bytes

Class org.jboss.security.srp.SRPPermission extends BasicPermission implements Serializable

Class org.jboss.security.srp.SRPRemoteServer extends UnicastRemoteObject implements Serializable

Serialized Fields

sessionMap

Map<K,V> sessionMap
A map of for the active sessions


verifierStore

SRPVerifierStore verifierStore
The store implementation providing the SRP VerifierInfo


listener

SRPServerListener listener
The callback interface for SRP session events.


requireAuxChallenge

boolean requireAuxChallenge
A flag indicating if the client must supply an aux challenge

Class org.jboss.security.srp.SRPServerProxy extends Object implements Serializable

serialVersionUID: 5255628656806648070L

Serialized Fields

server

SRPServerInterface server

Class org.jboss.security.srp.SRPServerSession extends Object implements Serializable

serialVersionUID: -2448005747721323704L

Serialized Fields

params

SRPParameters params

N

BigInteger N

g

BigInteger g

v

BigInteger v

b

BigInteger b

B

BigInteger B

K

byte[] K

M1

byte[] M1

M2

byte[] M2

Class org.jboss.security.srp.SRPSessionKey extends Object implements Serializable

serialVersionUID: -7783783206948014409L

Serialized Fields

username

String username

sessionID

int sessionID

Class org.jboss.security.srp.SRPVerifierStore.VerifierInfo extends Object implements Serializable

serialVersionUID: 7420301687504271098L

Serialized Fields

Package org.jboss.security.srp.jaas

Class org.jboss.security.srp.jaas.SRPPrincipal extends org.jboss.security.SimplePrincipal implements Serializable

serialVersionUID: -7123071794402068344L

Serialized Fields

sessionID

int sessionID
The SRP session ID, 0 == no session


Package org.jboss.services.binding

Class org.jboss.services.binding.DuplicateServiceException extends Exception implements Serializable


Package org.jboss.services.deployment.metadata

Class org.jboss.services.deployment.metadata.ConfigInfo extends Object implements Serializable

serialVersionUID: 3455531161586923775L

Serialized Fields

name

String name

copydir

String copydir

template

String template

extension

String extension

description

String description

propertyList

List<E> propertyList

templateList

List<E> templateList

Class org.jboss.services.deployment.metadata.PropertyInfo extends Object implements Serializable

serialVersionUID: -1246926015774516936L

Serialized Fields

name

String name

type

String type

optional

boolean optional

description

String description

defaultValue

Object defaultValue

Class org.jboss.services.deployment.metadata.TemplateInfo extends Object implements Serializable

serialVersionUID: 2231674463239010529L

Serialized Fields

input

String input

output

String output

Package org.jboss.tools

Class org.jboss.tools.ClassVersionInfo extends Object implements Serializable

serialVersionUID: 2036506209171911437L

Serialized Fields

serialVersion

long serialVersion
The named class serialVersionUID as returned by ObjectStreamClass


name

String name
The binary class name


hasExplicitSerialVersionUID

boolean hasExplicitSerialVersionUID

Package org.jboss.varia.autonumber

Class org.jboss.varia.autonumber.AutoNumberEJB extends Object implements Serializable

Serialized Fields

name

String name

value

Integer value

Class org.jboss.varia.autonumber.AutoNumberEJB2 extends Object implements Serializable


Package org.jboss.varia.property

Class org.jboss.varia.property.SystemPropertiesService.HTMLMap extends HashMap implements Serializable


Package org.jboss.varia.stats

Class org.jboss.varia.stats.AbstractStatisticalItem extends Object implements Serializable

Serialized Fields

name

String name

value

String value

count

int count

minCountPerTx

int minCountPerTx

maxCountPerTx

int maxCountPerTx

mergedItemsTotal

int mergedItemsTotal

Class org.jboss.varia.stats.CacheListener.ContentionStats extends AbstractStatisticalItem implements Serializable

Serialized Fields

maxContentionTime

long maxContentionTime

contentionTimeTotal

long contentionTimeTotal

Class org.jboss.varia.stats.CacheListener.EvictionStats extends AbstractStatisticalItem implements Serializable

Serialized Fields

tableName

String tableName

pk

Object pk

Class org.jboss.varia.stats.CacheListener.HitStats extends AbstractStatisticalItem implements Serializable

Serialized Fields

tableName

String tableName

partitionIndex

int partitionIndex

Class org.jboss.varia.stats.CacheListener.MissStats extends AbstractStatisticalItem implements Serializable

Class org.jboss.varia.stats.TxReport extends Object implements Serializable

serialVersionUID: 1144384523072827681L

Serialized Fields

name

String name

stats

Map<K,V> stats

count

int count

Class org.jboss.varia.stats.TxReport.MethodStats extends AbstractStatisticalItem implements Serializable

Class org.jboss.varia.stats.TxReport.SqlStats extends AbstractStatisticalItem implements Serializable



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.