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

MBeanServer mbeanServer

localInvokerName

ObjectName localInvokerName

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

Serialized Fields

log

Logger log

namingProxy

Object namingProxy
The Naming proxy instance obtained from the MBean


namingProxyMBean

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.jdo.castor

Class org.jboss.jdo.castor.CastorJDOImpl extends ServiceMBeanSupport implements Serializable

Serialized Fields

_jndiName

String _jndiName

_dbConf

String _dbConf

_dbUrl

String _dbUrl

_jdo

JDO _jdo

_dataSourceName

String _dataSourceName

_commonClassPath

boolean _commonClassPath
Do JDO classes should be loader by the global class loader (the same class loader as Castor classes)?


_autoStore

boolean _autoStore

_dbPooling

boolean _dbPooling

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.jmx.examples.configuration

Class org.jboss.jmx.examples.configuration.MBeanConfiguratorSupport.RegistrationNotificationFilter extends Object implements Serializable


Package org.jboss.monitor

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

Serialized Fields

observedObject

ObjectName observedObject

monitorObjectName

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 Notification implements Serializable

serialVersionUID: -7041616127511632675L

Serialized Fields

target

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.security.identity.sso

Class org.jboss.security.identity.sso.AuthResponse extends Object implements Serializable

serialVersionUID: -7206332679806340854L

Serialized Fields

assertingParty

String assertingParty

assertToken

String assertToken

user

SSOUser user

success

boolean success

Class org.jboss.security.identity.sso.SSOException extends Exception implements Serializable

serialVersionUID: -6690284220592821869L

Class org.jboss.security.identity.sso.SSOUser extends Object implements Serializable

serialVersionUID: 638324007707479464L

Serialized Fields

username

String username

password

String password

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 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

serialVersionUID: 6008978514257402631L

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

serialVersionUID: -9055052272112983527L


Package org.jboss.services.deployment

Class org.jboss.services.deployment.MBeanData extends Object implements Serializable

serialVersionUID: -4870385245742489112L

Serialized Fields

name

String name
The JNDI name for the MBean


xpath

String xpath
Partial XPath statement used to locate the name of the MBean. This is a read-only property set from the name property the first time this property is accessed.


templateName

String templateName
The simple file name of the Velocity template to use to generate the XSLT file.


depends

Properties depends
Collection of dependencies for this MBean. The key is the value for the optional-attribute-name property, and the value is the name of the depending MBean. The key can be an empty string to represent the default dependency. Both key and value are strings.


attributes

Properties attributes
The collection of attributes for this MBean. The key is the attribute name, and the value is its value. Both key and value are strings.


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

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


Package org.jboss.varia.threaddump

Class org.jboss.varia.threaddump.ThreadDumpBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stackTraces

Map<K,V> stackTraces



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.