equip.data
Class EventMetadataImpl
java.lang.Object
equip.runtime.Object
equip.runtime.ValueBase
equip.data.EventMetadata
equip.data.EventMetadataImpl
- All Implemented Interfaces:
- java.lang.Cloneable
- public class EventMetadataImpl
- extends EventMetadata
Implementation of IDL'd abstract class EventMetadata
|
Method Summary |
void |
init(GUID agentId,
boolean local,
boolean reliable)
initialisation helper, default to priority 0 |
void |
init2(GUID agentId,
boolean local,
boolean reliable,
int priority)
initialisation helper |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventMetadataImpl
public EventMetadataImpl()
init
public void init(GUID agentId,
boolean local,
boolean reliable)
- Description copied from class:
EventMetadata
- initialisation helper, default to priority 0
- Specified by:
init in class EventMetadata
init2
public void init2(GUID agentId,
boolean local,
boolean reliable,
int priority)
- Description copied from class:
EventMetadata
- initialisation helper
- Specified by:
init2 in class EventMetadata