com.bea.wlevs.management.configuration
Interface HttpPubSubAdapterMBean
- public interface HttpPubSubAdapterMBean
- extends AdapterMBean
This MBean manages the configuration of
a HttpPubSubAdapter instance
Method Summary
|
java.lang.String |
getChannel()
Returns the pub-sub channel |
java.lang.String |
getEventType()
Returns the event type of events that flow through this
HTTP pub-sub channel. |
java.lang.String |
getServerContextPath()
Return the server context path |
java.lang.String |
getServerUrl()
Returns the HTTP pub-sub server URL |
Methods inherited from interface com.bea.wlevs.management.configuration.StageMBean |
configurePlayback,
configurePlaybackWithDuration,
configureRecord,
configureRecordWithDuration,
getPlaybackConfiguration,
getRecordConfiguration,
isPlayingBack,
isRecording,
startPlayback,
startRecording,
stopPlayback,
stopRecording |
Methods inherited from interface javax.management.NotificationEmitter |
removeNotificationListener |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
MBEAN_TYPE
public static final java.lang.String MBEAN_TYPE
getServerContextPath
public java.lang.String getServerContextPath()
- Return the server context path
- Returns:
- String
getServerUrl
public java.lang.String getServerUrl()
- Returns the HTTP pub-sub server URL
- Returns:
- String
getChannel
public java.lang.String getChannel()
- Returns the pub-sub channel
- Returns:
- String
getEventType
public java.lang.String getEventType()
- Returns the event type of events that flow through this
HTTP pub-sub channel.
- Returns:
- String - event type name
Copyright © 2007 BEA Systems All Rights Reserved.