Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1)

E14303-03
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.management.configuration
Interface JMSAdapterMBean


public interface JMSAdapterMBean
extends AdapterMBean

This MBean manages the configuration of a JMS adapter instance.


Field Summary
static java.lang.String MBEAN_TYPE
           

 

Fields inherited from class com.bea.wlevs.management.configuration.AdapterMBean
MBEAN_TYPE

 

Fields inherited from class com.bea.wlevs.management.configuration.EventBeanMBean
MBEAN_TYPE

 

Method Summary
 int getConcurrentConsumers()
          Gets the value of the concurrentConsumers property.
 java.lang.String getConnectionEncryptedPassword()
          Gets the value of the connection encryptedPassword property.
 java.lang.String getConnectionJndiName()
          Gets the value of the connectionJndiName property.
 java.lang.String getConnectionPassword()
          Gets the value of the connection password property.
 java.lang.String getConnectionUser()
          Gets the value of the connection user property.
 java.lang.String getDestinationJndiName()
          Gets the value of the destinationJndiName property.
 java.lang.String getEncryptedPassword()
          Gets the value of the encryptedPassword property.
 java.lang.String getEventType()
          Gets the value of the eventType property.
 java.lang.String getJndiFactory()
          Gets the value of the jndiFactory property.
 java.lang.String getJndiProviderUrl()
          Gets the value of the jndiProviderUrl property.
 java.lang.String getMessageSelector()
          Gets the value of the messageSelector property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getSessionAckModeName()
          Gets the value of the sessionAckModeName property.
 java.lang.String getUser()
          Gets the value of the user property.
 java.lang.String getWorkManager()
          Gets the value of the workManager property.
 boolean isSessionTransacted()
          Gets the value of the sessionTransacted property.

 

Methods inherited from interface com.bea.wlevs.management.configuration.EventBeanMBean
getInstanceProperties, getProvider, getStageClassName

 

Methods inherited from interface com.bea.wlevs.management.configuration.StageMBean
configurePlayback, configurePlaybackWithDuration, configureRecord, configureRecordWithDuration, getPlaybackConfiguration, getRecordConfiguration, getRecordPlayback, isPlayingBack, isRecording, startPlayback, startRecording, stopPlayback, stopRecording

 

Methods inherited from interface com.bea.wlevs.management.WebLogicMBean
getName, getObjectName, getType

 

Methods inherited from interface javax.management.NotificationEmitter
removeNotificationListener

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Field Detail

MBEAN_TYPE

public static final java.lang.String MBEAN_TYPE

Method Detail

getEventType

public java.lang.String getEventType()
Gets the value of the eventType property.
Returns:
possible object is String

getJndiProviderUrl

public java.lang.String getJndiProviderUrl()
Gets the value of the jndiProviderUrl property.
Returns:
possible object is String

getJndiFactory

public java.lang.String getJndiFactory()
Gets the value of the jndiFactory property.
Returns:
possible object is String

getConnectionJndiName

public java.lang.String getConnectionJndiName()
Gets the value of the connectionJndiName property.
Returns:
possible object is String

getDestinationJndiName

public java.lang.String getDestinationJndiName()
Gets the value of the destinationJndiName property.
Returns:
possible object is String

getUser

public java.lang.String getUser()
Gets the value of the user property.
Returns:
possible object is String

getPassword

public java.lang.String getPassword()
Gets the value of the password property.
Returns:
possible object is String

getEncryptedPassword

public java.lang.String getEncryptedPassword()
Gets the value of the encryptedPassword property.
Returns:
possible object is String

getConnectionUser

public java.lang.String getConnectionUser()
Gets the value of the connection user property.
Returns:
possible object is String

getConnectionPassword

public java.lang.String getConnectionPassword()
Gets the value of the connection password property.
Returns:
possible object is String

getConnectionEncryptedPassword

public java.lang.String getConnectionEncryptedPassword()
Gets the value of the connection encryptedPassword property.
Returns:
possible object is String

getWorkManager

public java.lang.String getWorkManager()
Gets the value of the workManager property.
Returns:
possible object is String

getConcurrentConsumers

public int getConcurrentConsumers()
Gets the value of the concurrentConsumers property.
Returns:
possible object is Integer

getMessageSelector

public java.lang.String getMessageSelector()
Gets the value of the messageSelector property.
Returns:
possible object is String

getSessionAckModeName

public java.lang.String getSessionAckModeName()
Gets the value of the sessionAckModeName property.
Returns:
possible object is String

isSessionTransacted

public boolean isSessionTransacted()
Gets the value of the sessionTransacted property.
Returns:
possible object is Boolean

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2010 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD