|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdevimpl.audit.core.ProfileBinding
public final class ProfileBinding
A binding of the visitor methods to the analyzer instances of a profile.
| Nested Class Summary | |
|---|---|
class |
ProfileBinding.Invoker |
| Constructor Summary | |
|---|---|
ProfileBinding(Profile profile)Creates a profile binding for a profile. |
|
| Method Summary | |
|---|---|
void |
cancelAnalyzers()Gets the bound analyzers. |
void |
clear()Resets this binding to its initial state. |
java.util.Map<Analyzer,java.util.Collection<ExtensionBean>> |
createInstances()Creates the analyzer and bean instances for the bound profile. |
Analyzer |
getAnalyzer(java.lang.Class<? extends Analyzer> analyzerClass)Gets the bound analyzer of a specified class. |
java.util.Collection<Analyzer> |
getAnalyzers() |
java.util.Collection<ExtensionBean> |
getBeans()Gets the bound beans. |
ProfileBinding.Invoker |
getInvoker(java.lang.Class<?> constructType)Gets the invoker for a construct type. |
java.util.List<Tuple<java.lang.Class<? extends Analyzer>,java.lang.reflect.Method>> |
getStartTaskMethods() |
void |
introspectVisitorMethods(Profile profile) |
java.lang.String |
statistics() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileBinding(Profile profile)
| Method Detail |
|---|
public java.util.Map<Analyzer,java.util.Collection<ExtensionBean>> createInstances()
Analyzer instance to the beans associated with it.public void cancelAnalyzers()
public java.util.Collection<ExtensionBean> getBeans()
public java.util.Collection<Analyzer> getAnalyzers()
public Analyzer getAnalyzer(java.lang.Class<? extends Analyzer> analyzerClass)
public ProfileBinding.Invoker getInvoker(java.lang.Class<?> constructType)
public java.util.List<Tuple<java.lang.Class<? extends Analyzer>,java.lang.reflect.Method>> getStartTaskMethods()
public void clear()
public void introspectVisitorMethods(Profile profile)
public java.lang.String statistics()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||