public class EventStreamProxy extends Object implements InvocationHandler
Constructor and Description |
---|
EventStreamProxy(String engineURI,
String statementName,
String eventTypeAndFilter,
EventStream eventStream) |
Modifier and Type | Method and Description |
---|---|
static EventStream |
getAuditProxy(String engineURI,
String statementName,
Annotation[] annotations,
FilterSpecCompiled filterSpec,
EventStream designated) |
Object |
invoke(Object proxy,
Method m,
Object[] args) |
static Object |
newInstance(String engineURI,
String statementName,
String eventTypeAndFilter,
EventStream eventStream) |
public EventStreamProxy(String engineURI, String statementName, String eventTypeAndFilter, EventStream eventStream)
public static EventStream getAuditProxy(String engineURI, String statementName, Annotation[] annotations, FilterSpecCompiled filterSpec, EventStream designated)
public static Object newInstance(String engineURI, String statementName, String eventTypeAndFilter, EventStream eventStream)