Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded for Embedded Linux ARM, Embedded Linux x86, Linux ARM, Linux x86
11g Release 1 (11.1.1.9)

E39906-02
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.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

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