站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 .net API Documentation 英文版文档

Serialized Form (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档


Serialized Form


Package org.jboss.net.axis

Class org.jboss.net.axis.AxisInvocationHandler extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
serialization helper to reattach to engine, must be private to be called correctly

Serialized Fields

methodToInterface

Map methodToInterface
Deprecated. 
mapping of methods to interface names


methodToName

Map methodToName
Deprecated. 
mapping of methods to method names


rootContext

String rootContext
Deprecated. 
if attached to a server-engine, we can reattach


endPoint

String endPoint
Deprecated. 
the endpoint to which we are attached

Class org.jboss.net.axis.AxisInvocationHandler.DefaultInterfaceMap extends HashMap implements Serializable

Class org.jboss.net.axis.AxisInvocationHandler.DefaultMethodMap extends HashMap implements Serializable

Class org.jboss.net.axis.Deployment extends org.apache.axis.deployment.wsdd.WSDDDeployment implements Serializable

Serialized Fields

deploymentLoader

ClassLoader deploymentLoader
holds the classloader related to this deployment * which is the thread context classloader at creation time


typeMappings

List typeMappings
these are our local typemappings


tmrCreated

boolean tmrCreated
whether our registry has already been built

Class org.jboss.net.axis.ParameterizableDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

Serialized Fields

options

Map options

Class org.jboss.net.axis.TypeMapping extends org.apache.axis.deployment.wsdd.WSDDTypeMapping implements Serializable

Serialized Fields

parameters

org.apache.axis.utils.LockableHashtable parameters
carries the options


Package org.jboss.net.axis.message.addressing.handler

Class org.jboss.net.axis.message.addressing.handler.AddressingHandler extends org.apache.axis.message.addressing.handler.AddressingHandler implements Serializable


Package org.jboss.net.axis.security.handler

Class org.jboss.net.axis.security.handler.WSSRequestHandler extends org.apache.ws.axis.security.WSDoAllReceiver implements Serializable

Serialized Fields

log

org.apache.log4j.Logger log

sigCrypto

JBossCrypto sigCrypto

domain

org.jboss.security.SecurityDomain domain

Class org.jboss.net.axis.security.handler.WSSResponseHandler extends org.apache.ws.axis.security.WSDoAllSender implements Serializable

Serialized Fields

log

org.apache.log4j.Logger log

domain

org.jboss.security.SecurityDomain domain


Package org.jboss.net.axis.server

Class org.jboss.net.axis.server.AxisAdminServlet extends org.apache.axis.transport.http.AdminServlet implements Serializable

Serialized Fields

server

org.apache.axis.server.AxisServer server
reference to the server

Class org.jboss.net.axis.server.AxisServiceServlet extends org.apache.axis.transport.http.AxisServlet implements Serializable

Serialized Fields

server

org.apache.axis.server.AxisServer server
reference to the server

Class org.jboss.net.axis.server.EJBHomeProvider extends org.apache.axis.providers.java.RPCProvider implements Serializable

Class org.jboss.net.axis.server.EJBProvider extends org.apache.axis.providers.java.EJBProvider implements Serializable

Serialized Fields

remoteClass

Class remoteClass
the real remote class we are shielding


ejbHome

Object ejbHome
we are caching the home for perfomance purposes


ejbCreateMethod

Method ejbCreateMethod
we are caching the create method for perfomance purposes

Class org.jboss.net.axis.server.EntityBeanDeserializer extends org.apache.axis.encoding.DeserializerImpl implements Serializable

Serialized Fields

options

Map options

home

Object home

findMethod

Method findMethod

findElements

List findElements

findObjects

Object[] findObjects

typeDesc

org.apache.axis.description.TypeDesc typeDesc

xmlType

javax.xml.namespace.QName xmlType

javaType

Class javaType

propertyMap

Map propertyMap

collectionIndex

int collectionIndex

fieldSetters

Collection fieldSetters

initialized

boolean initialized

Class org.jboss.net.axis.server.EntityBeanDeserializerFactory extends ParameterizableDeserializerFactory implements Serializable

Class org.jboss.net.axis.server.FlashAxisServiceServlet extends AxisServiceServlet implements Serializable

Serialized Fields

log

org.jboss.logging.Logger log
The instance logger for the service. Not using a class logger because we want to dynamically obtain the logger name from concrete sub-classes.

Class org.jboss.net.axis.server.FlashNamespaceHandler extends org.apache.axis.handlers.BasicHandler implements Serializable

Class org.jboss.net.axis.server.JBossAuthenticationHandler extends org.apache.axis.handlers.BasicHandler implements Serializable

Serialized Fields

isInitialised

boolean isInitialised
whether this handler has been initialized already


shouldValidateUnauthenticatedCalls

boolean shouldValidateUnauthenticatedCalls
whether this handler should let through unauthenticated calls


authMgr

org.jboss.security.SubjectSecurityManager authMgr
this is the authentication manager that is responsible for our security domain if that is null, this authenticationhandler will block any call, rather deactivate the handler, then, or run against a NullSecurityManager

Class org.jboss.net.axis.server.JBossAuthorizationHandler extends org.apache.axis.handlers.BasicHandler implements Serializable

Serialized Fields

realmMapping

org.jboss.security.RealmMapping realmMapping
the security domain against which we call


rolesAllowed

Set rolesAllowed
the roles that we want to let through


rolesDenied

Set rolesDenied
the roles that we want to deny access


isInitialised

boolean isInitialised
whether this handler has been initialized

Class org.jboss.net.axis.server.SerialisationResponseHandler extends org.apache.axis.handlers.BasicHandler implements Serializable

Class org.jboss.net.axis.server.TransactionRequestHandler extends TransactionResponseHandler implements Serializable

Class org.jboss.net.axis.server.TransactionResponseHandler extends org.apache.axis.handlers.BasicHandler implements Serializable

Serialized Fields

userTransaction

UserTransaction userTransaction

Class org.jboss.net.axis.server.WsdlAwareHttpActionHandler extends org.apache.axis.handlers.http.HTTPActionHandler implements Serializable


Package org.jboss.net.axis.transport.mailto.client

Class org.jboss.net.axis.transport.mailto.client.AsyncMailSender extends BaseMailSender implements Serializable

Class org.jboss.net.axis.transport.mailto.client.BaseMailSender extends org.apache.axis.handlers.BasicHandler implements Serializable

Serialized Fields

log

org.apache.log4j.Logger log

Class org.jboss.net.axis.transport.mailto.client.SyncMailSender extends BaseMailSender implements Serializable


Package org.jboss.net.jmx

Class org.jboss.net.jmx.MBeanInvocationHandler extends AxisInvocationHandler implements Serializable


Package org.jboss.net.jmx.adaptor

Class org.jboss.net.jmx.adaptor.AttributeDeser extends org.apache.axis.encoding.DeserializerImpl implements Serializable

Serialized Fields

attributeName

String attributeName

attributeValue

Object attributeValue

xmlType

javax.xml.namespace.QName xmlType

Class org.jboss.net.jmx.adaptor.AttributeDeserFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.AttributeSer extends Object implements Serializable

Serialized Fields

xmlType

javax.xml.namespace.QName xmlType
this is the fully-qualified type that we serialize into

Class org.jboss.net.jmx.adaptor.AttributeSerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanAttributeInfoDeser extends org.apache.axis.encoding.DeserializerImpl implements Serializable

Serialized Fields

name

String name

type

String type

description

String description

isReadable

boolean isReadable

isWritable

boolean isWritable

isIs

boolean isIs

Class org.jboss.net.jmx.adaptor.MBeanAttributeInfoDeserFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanAttributeInfoSer extends Object implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanAttributeInfoSerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanConstructorInfoDeser extends org.apache.axis.encoding.DeserializerImpl implements Serializable

Serialized Fields

name

String name

description

String description

signature

javax.management.MBeanParameterInfo[] signature

Class org.jboss.net.jmx.adaptor.MBeanConstructorInfoDeserFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanConstructorInfoSer extends Object implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanConstructorInfoSerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanInfoDeser extends org.apache.axis.encoding.DeserializerImpl implements Serializable

Serialized Fields

className

String className

description

String description

attributes

javax.management.MBeanAttributeInfo[] attributes

constructors

javax.management.MBeanConstructorInfo[] constructors

operations

javax.management.MBeanOperationInfo[] operations

notifications

javax.management.MBeanNotificationInfo[] notifications

Class org.jboss.net.jmx.adaptor.MBeanInfoDeserFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanInfoSer extends Object implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanInfoSerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanNotificationInfoDeser extends org.apache.axis.encoding.DeserializerImpl implements Serializable

Serialized Fields

notifTypes

String[] notifTypes

name

String name

description

String description

Class org.jboss.net.jmx.adaptor.MBeanNotificationInfoDeserFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanNotificationInfoSer extends Object implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanNotificationInfoSerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanOperationInfoDeser extends org.apache.axis.encoding.DeserializerImpl implements Serializable

Serialized Fields

name

String name

description

String description

signature

javax.management.MBeanParameterInfo[] signature

type

String type

impact

int impact

Class org.jboss.net.jmx.adaptor.MBeanOperationInfoDeserFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanOperationInfoSer extends Object implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanOperationInfoSerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanParameterInfoDeser extends org.apache.axis.encoding.DeserializerImpl implements Serializable

Serialized Fields

name

String name

type

String type

description

String description

Class org.jboss.net.jmx.adaptor.MBeanParameterInfoDeserFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanParameterInfoSer extends Object implements Serializable

Class org.jboss.net.jmx.adaptor.MBeanParameterInfoSerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.ObjectInstanceDeser extends org.apache.axis.encoding.DeserializerImpl implements Serializable

Serialized Fields

objectName

javax.management.ObjectName objectName

className

String className

Class org.jboss.net.jmx.adaptor.ObjectInstanceDeserFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.ObjectInstanceSer extends Object implements Serializable

Class org.jboss.net.jmx.adaptor.ObjectInstanceSerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.ObjectNameDeser extends org.apache.axis.encoding.ser.SimpleDeserializer implements Serializable

Class org.jboss.net.jmx.adaptor.ObjectNameDeserFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

Class org.jboss.net.jmx.adaptor.ObjectNameSer extends org.apache.axis.encoding.ser.SimpleSerializer implements Serializable

Class org.jboss.net.jmx.adaptor.ObjectNameSerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable


Package org.jboss.net.jmx.server

Class org.jboss.net.jmx.server.MBeanProvider extends org.apache.axis.providers.BasicProvider implements Serializable

Serialized Fields

server

javax.management.MBeanServer server
the server which we are tight to


name

javax.management.ObjectName name
the objectName which we are running against


attributeData

Map attributeData
stores meta-data about mbean


methodData

Map methodData

allowedMethodsOption

String allowedMethodsOption
which methods are allowed to be exposed


allowedReadAttributesOption

String allowedReadAttributesOption
which attributes are allowed to be exposed


allowedWriteAttributesOption

String allowedWriteAttributesOption
which attributes are allowed to be exposed


Package org.jboss.net.taglib

Class org.jboss.net.taglib.FlashParametersTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

mbeanName

String mbeanName

parms

Map parms



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