| 
 | Oracle Fusion Middleware Java API Reference for Oracle Event Processing 12c Release 1 (12.1.3.0.0) E54267-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
MBean for controlling the behaviour of event tracing and injection.
| Field Summary | |
| static java.lang.String | MBEAN_NAME | 
| static java.lang.String | MBEAN_TYPE | 
| Method Summary | |
|  java.util.Map | getAllTraceChannels()Returns a list of channels using event tracing. | 
|  java.lang.String | getInjectChannelName(java.lang.String appId, java.lang.String stageId)Returns the channel name for event inject of a specific stage | 
|  java.lang.String | getPubsubServerName()return pubsub server name which is used for event tracing/injection. | 
|  java.lang.String | getPubsubServerURL()Returns the url of pubsub server which is used for event tracing/injection | 
|  java.lang.String | getTraceChannelName(java.lang.String appId, java.lang.String stageId)Returns the channel name for event trace of a specific stage | 
|  boolean | isInjecting(java.lang.String appId, java.lang.String stageId)Returns true if event injection is started on the stage | 
|  boolean | isTracing(java.lang.String appId, java.lang.String stageId)Returns true if event tracing has been started on the stage | 
|  void | setPubsubServerName(java.lang.String pubsubServerName)Set pubsub server name which is used for event tracing/injection | 
|  void | setPubsubServerURL(java.lang.String pubsubServerUrl)Set the url of pubsub server which is used for event tracing/injection | 
|  void | startInject(java.lang.String appId, java.lang.String stageId, java.lang.String channel)Start event injection on a specific stage. | 
|  void | startTrace(java.lang.String appId, java.lang.String stageId, java.lang.String channel)Start event tracing on a specific stage. | 
|  void | stopInject(java.lang.String appId, java.lang.String stageId)Stop event inject on a specific stage | 
|  void | stopTrace(java.lang.String appId, java.lang.String stageId)Stop event tracing on a specific stage. | 
| 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 | 
public static final java.lang.String MBEAN_TYPE
public static final java.lang.String MBEAN_NAME
| Method Detail | 
public void startTrace(java.lang.String appId,
                       java.lang.String stageId,
                       java.lang.String channel)
                throws javax.management.JMException
appId - application idstageId - stage idchannel - channel name for Event Trace. If it is null, default channel name will be used. The default channel follows the form {server}/{application}/{stage}/output
public void stopTrace(java.lang.String appId,
                      java.lang.String stageId)
               throws javax.management.JMException
appId - application idstageId - stage id
public void startInject(java.lang.String appId,
                        java.lang.String stageId,
                        java.lang.String channel)
                 throws javax.management.JMException
appId - appliation idstageId - stage idchannel - channel name for Event Inject. If it is null, default channel name will be used. The default channel name follows the form {server}/{application}/{stage}/input
public void stopInject(java.lang.String appId,
                       java.lang.String stageId)
                throws javax.management.JMException
appId - application idstageId - stage id
public boolean isTracing(java.lang.String appId,
                         java.lang.String stageId)
                  throws javax.management.JMException
appId - application idstageId - stage id
public boolean isInjecting(java.lang.String appId,
                           java.lang.String stageId)
                    throws javax.management.JMException
appId - application idstageId - stage id
public java.lang.String getTraceChannelName(java.lang.String appId,
                                            java.lang.String stageId)
                                     throws javax.management.JMException
appId - application idstageId - stage id
public java.lang.String getInjectChannelName(java.lang.String appId,
                                             java.lang.String stageId)
                                      throws javax.management.JMException
appId - application idstageId - stage id
public java.lang.String getPubsubServerURL()
                                    throws javax.management.JMException
public void setPubsubServerURL(java.lang.String pubsubServerUrl)
                        throws javax.management.JMException
pubsubServerUrl - url of pubsub server
public void setPubsubServerName(java.lang.String pubsubServerName)
                         throws javax.management.JMException
pubsubServerName - name of pubsub server
public java.lang.String getPubsubServerName()
                                     throws javax.management.JMException
public java.util.Map getAllTraceChannels()
                                  throws javax.management.JMException
| 
 | Copyright © 2007, 2014 Oracle and/or its affiliates. All rights reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||