JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

JBoss JavaMail Resource Adapter

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R RARDeployment Return the service name
State int R 3 Return the service state
StateString java.lang.String R Started Return the service's state as a String
MetaData org.jboss.resource.metadata.ConnectorMetaData R ConnectorMetaData@155f127[version=1.5 vendorName=JBoss, Inc eisType=JavaMail Adapter resourceAdapterVersion=1.0 resourceAdapterClass=org.jboss.resource.adapter.mail.MailResourceAdapter license=LicenseMetaData@14b3b34[required=true descriptions=[DescriptionMetaData@157b5e5[language=en description=COPYRIGHT AND PERMISSION NOTICE Copyright (c) 2004 JBoss, Inc This is released under the terms of the LGPL. See gnu.org for details.]]] properties=[] descriptions=[DescriptionGroupMetaData@166d855[language=en description=JBoss JavaMail Resource Adapter displayName=JavaMail Adapter]] connectionDefinitions=[] transactionSupport=TransactionSupportMetaData@104cdc9[transactionSupport=NoTransaction] authenticationMechanism=AuthenticationMechanismMetaData@6273c0[authenticationMechanismType=null credentialInterfaceClass=null descriptions=[DescriptionMetaData@19d820c[language=en]]] reauthenticationSupport=false messageListeners=[MessageListenerMetaData@725967[type=org.jboss.resource.adapter.mail.inflow.MailListener activationSpecType=org.jboss.resource.adapter.mail.inflow.MailActivationSpec requiredProperties=[RequiredConfigPropertyMetaData@6dddcf[name=mailFolder descriptions=[DescriptionMetaData@1c4f418[language=en]]], RequiredConfigPropertyMetaData@14ba9a2[name=mailServer descriptions=[DescriptionMetaData@1757149[language=en]]], RequiredConfigPropertyMetaData@fd4662[name=storeProtocol descriptions=[DescriptionMetaData@16088fd[language=en]]]]]] adminobjects=[] securityPermissions=[]] The meta data
AuthenticationMechanism java.lang.String R null The authentication mechanism
EISType java.lang.String R JavaMail Adapter The EIS type
License java.lang.String R COPYRIGHT AND PERMISSION NOTICE Copyright (c) 2004 JBoss, Inc This is released under the terms of the LGPL. See gnu.org for details. The license
RAClass java.lang.String R org.jboss.resource.adapter.mail.MailResourceAdapter The resource adapter class
RAVersion java.lang.String R 1.0 The resource adapter version
TransactionSupport java.lang.String R TransactionSupportMetaData@104cdc9[transactionSupport=NoTransaction] The transaction support
VendorName java.lang.String R JBoss, Inc The vendor name
Version java.lang.String R 1.5 The spec version
ReauthenticationSupport boolean R False Whether reauthentication support is supported
ResourceAdapter javax.resource.spi.ResourceAdapter R org.jboss.resource.adapter.mail.MailResourceAdapter@aebaaf The resource adapter instance

List of MBean operations:


void create()

create service lifecycle operation


void start()

start service lifecycle operation


void stop()

stop service lifecycle operation


void destroy()

destroy service lifecycle operation


void jbossInternalLifecycle()

Internal lifecycle (for internal use)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle method

javax.resource.spi.ActivationSpec createActivationSpec()

Create an activation spec

Param ParamType ParamValue ParamDescription
MessagingType java.lang.Class The type of the message listener
ActivationConfig java.util.Collection A collection of activation config properties

java.lang.Void endpointActivation()

Active the endpoint

Param ParamType ParamValue ParamDescription
MessageEndpointFactory javax.resource.spi.endpoint.MessageEndpointFactory The message endpoint factory
ActivationSpec javax.resource.spi.ActivationSpec The activation spec

java.lang.Void endpointDeactivation()

Deactive the endpoint

Param ParamType ParamValue ParamDescription
MessageEndpointFactory javax.resource.spi.endpoint.MessageEndpointFactory The message endpoint factory
ActivationSpec javax.resource.spi.ActivationSpec The activation spec