|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindtree.techworks.insight.receiver.RemoteProtocolStreamReceiver.SourceDetails
protected class RemoteProtocolStreamReceiver.SourceDetails
Inner class to hold the different objects in relation to a particular
source including the LogNamespace
,
LogInterpreter
(including the ReceiverFormat
)
and if a startup message has been received for this source.
Serializable
,
Serialized FormConstructor Summary | |
---|---|
RemoteProtocolStreamReceiver.SourceDetails(short sourceId)
Creates an instance of this source details. |
Method Summary | |
---|---|
LogInterpreter |
getLogInterpreter()
Returns the logInterpreter |
LogNamespace |
getLogNamespace()
Returns the logNamespace |
short |
getSourceId()
Returns the sourceId |
boolean |
isLogNamespaceSet()
Returns the isLogNamespaceSet |
void |
setLogInterpreter(LogInterpreter logInterpreter)
Sets the logInterpreter |
void |
setLogNamespace(LogNamespace logNamespace)
Sets the logNamespace |
void |
setLogNamespaceSet(boolean isLogNamespaceSet)
Sets the isLogNamespaceSet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteProtocolStreamReceiver.SourceDetails(short sourceId)
sourceId
- The identifier of the source.Method Detail |
---|
public boolean isLogNamespaceSet()
public void setLogNamespaceSet(boolean isLogNamespaceSet)
isLogNamespaceSet
- The isLogNamespaceSet to set.public LogNamespace getLogNamespace()
public void setLogNamespace(LogNamespace logNamespace)
logNamespace
- The logNamespace to set.public short getSourceId()
public LogInterpreter getLogInterpreter()
public void setLogInterpreter(LogInterpreter logInterpreter)
logInterpreter
- The logInterpreter to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |