public class GIStreamingTrackerImpl extends NodeComponentImpl implements GIStreamingTrackerCmpnt
| Constructor and Description |
|---|
GIStreamingTrackerImpl() |
| Modifier and Type | Method and Description |
|---|---|
GIStreamingProxyOps |
getStreamProxy() |
GIStreamingProxyOps |
getStreamProxy(int inStreamGrp) |
boolean |
registerStreamNode(GIStreamingDetails inDetails) |
void |
setFileLogging(boolean inActive,
java.util.Map<java.lang.String,java.lang.String> inResourceNames) |
boolean |
unregisterStreamNode(GIStreamingDetails inDetails) |
getComponentKey, getComponentLink, hashCode, setComponentKey, startComponent, stopComponentequals, getClass, notify, notifyAll, toString, wait, wait, waitgetComponentKey, setComponentKey, startComponent, stopComponentpublic boolean registerStreamNode(GIStreamingDetails inDetails)
registerStreamNode in interface GIStreamingTrackerCmpntpublic boolean unregisterStreamNode(GIStreamingDetails inDetails)
unregisterStreamNode in interface GIStreamingTrackerCmpntpublic void setFileLogging(boolean inActive,
java.util.Map<java.lang.String,java.lang.String> inResourceNames)
setFileLogging in interface GIStreamingTrackerCmpntpublic GIStreamingProxyOps getStreamProxy()
getStreamProxy in interface GIStreamingTrackerCmpntpublic GIStreamingProxyOps getStreamProxy(int inStreamGrp)
getStreamProxy in interface GIStreamingTrackerCmpnt