Skip navigation links

Oracle® Fusion Middleware Java API Reference for Event Processing in Oracle Stream Analytics
12c Release (12.2.1.3.0)

E98700-01
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
abstract  int getConcurrentConsumers()
          Gets the value of the concurrentConsumers property.
abstract  java.lang.String getConnectionEncryptedPassword()
          Gets the value of the connection encryptedPassword property.
abstract  java.lang.String getConnectionJndiName()
          Gets the value of the connectionJndiName property.
abstract  java.lang.String getConnectionPassword()
          Gets the value of the connection password property.
abstract  java.lang.String getConnectionUser()
          Gets the value of the connection user property.
abstract  java.lang.String getDestinationJndiName()
          Gets the value of the destinationJndiName property.
abstract  java.lang.String getDestinationType()
          Gets the value of the destinationType property.
abstract  java.lang.String getDurableSubscriptionName()
          Gets the value of the durableSubscriptionName property.
abstract  java.lang.String getEncryptedPassword()
          Gets the value of the encryptedPassword property.
abstract  java.lang.String getEventType()
          Gets the value of the eventType property.
abstract  java.lang.String getJndiFactory()
          Gets the value of the jndiFactory property.
abstract  java.lang.String getJndiProviderUrl()
          Gets the value of the jndiProviderUrl property.
abstract  java.lang.String getMessageSelector()
          Gets the value of the messageSelector property.
abstract  java.lang.String getPassword()
          Gets the value of the password property.
abstract  java.lang.String getSessionAckModeName()
          Gets the value of the sessionAckModeName property.
abstract  java.lang.String getUser()
          Gets the value of the user property.
abstract  java.lang.String getWorkManager()
          Gets the value of the workManager property.
abstract  boolean isDurableSubscription()
          Gets the value of the durableSubscription property.
abstract  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

getDestinationType

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

isDurableSubscription

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

getDurableSubscriptionName

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

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