Modifier and Type | Method and Description |
---|---|
CommunicationType |
AbstractXSRunnableXSWritable.getCommunicationType() |
Constructor and Description |
---|
AbstractXSHub(java.lang.String name,
CommunicationType communicationType) |
AbstractXSRunnableXSWritable(java.lang.String name,
CommunicationType communicationType) |
AbstractXSRunnableXSWritable(java.lang.String name,
CommunicationType communicationType,
boolean trackPerformance) |
AbstractXSStream(java.lang.String name,
XSSignature signature,
CommunicationType communicationType) |
Modifier and Type | Method and Description |
---|---|
static CommunicationType |
CommunicationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationType[] |
CommunicationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends XSDataPacket<?,?>> |
XSStreamFactory.createStream(java.lang.Class<?> topic,
java.lang.Class<?> signature,
CommunicationType communicationType) |
Modifier and Type | Method and Description |
---|---|
CommunicationType |
XSWritable.getCommunicationType() |