equip.data
Class PeerAddPatternsEventImpl
java.lang.Object
equip.runtime.Object
equip.runtime.ValueBase
equip.data.Event
equip.data.PeerEvent
equip.data.PeerAddPatternsEvent
equip.data.PeerAddPatternsEventImpl
- All Implemented Interfaces:
- java.lang.Cloneable
- public class PeerAddPatternsEventImpl
- extends PeerAddPatternsEvent
Implementation of IDL'd abstract class PeerAddPatternsEvent
|
Method Summary |
void |
initMetadata(GUID agentId,
boolean local,
boolean reliable)
create and initialise metadata, default to priority 0 |
void |
initMetadata2(GUID agentId,
boolean local,
boolean reliable,
int priority)
create and initialise metadata |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeerAddPatternsEventImpl
public PeerAddPatternsEventImpl()
initMetadata
public void initMetadata(GUID agentId,
boolean local,
boolean reliable)
- Description copied from class:
Event
- create and initialise metadata, default to priority 0
- Specified by:
initMetadata in class Event
initMetadata2
public void initMetadata2(GUID agentId,
boolean local,
boolean reliable,
int priority)
- Description copied from class:
Event
- create and initialise metadata
- Specified by:
initMetadata2 in class Event