Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.platform.database.oracle.publisher
Class MethodFilter

java.lang.Object
  extended by org.eclipse.persistence.platform.database.oracle.publisher.MethodFilter


public abstract class MethodFilter
extends java.lang.Object

Constructor Summary
MethodFilter()
           

 

Method Summary
abstract  boolean acceptMethod(ProcedureMethod method, boolean preApprove)
           
 java.util.List<java.lang.String> getMethodNames()
           
 java.lang.String getSingleMethodName()
           
 boolean isSingleMethod()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MethodFilter

public MethodFilter()

Method Detail

acceptMethod

public abstract boolean acceptMethod(ProcedureMethod method,
                                     boolean preApprove)

isSingleMethod

public boolean isSingleMethod()

getSingleMethodName

public java.lang.String getSingleMethodName()

getMethodNames

public java.util.List<java.lang.String> getMethodNames()

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.