Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
12c Release 1 (12.1.3.0.0)

E54267-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.management.configuration
Interface TableMBean


public interface TableMBean
extends WebLogicMBean

TableMBean manages tables that have been specified in an EPN using the wlevs:table tag.


Field Summary
static java.lang.String MBEAN_TYPE
           

 

Method Summary
 java.lang.String getDataSource()
          Returns JDBC data source name associated to this table.
 java.lang.String getEventType()
          Returns event type associated to table's rows.
 java.util.List getKeyProperties()
          Get the key-properties assoicated to this table
 java.lang.String getTableName()
          Get the table name of the database table

 

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

 

Field Detail

MBEAN_TYPE

public static final java.lang.String MBEAN_TYPE

Method Detail

getEventType

public java.lang.String getEventType()
Returns event type associated to table's rows.
Returns:
event type name

getDataSource

public java.lang.String getDataSource()
Returns JDBC data source name associated to this table.
Returns:
JDBC data source name

getTableName

public java.lang.String getTableName()
Get the table name of the database table
Returns:
Table name

getKeyProperties

public java.util.List getKeyProperties()
Get the key-properties assoicated to this table
Returns:
key-properties

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
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