Modifier and Type | Method and Description |
---|---|
EtEventImpl[] |
EtContainer.getEventArrayLocal()
Get an array containing events resulting from a call to
EtContainer.newEvents(AttachmentLocal, int, int, int, int, int) or
EtContainer.getEvents(AttachmentLocal, int, int, int) . |
EtEventImpl[] |
EtContainer.getHoldEvents()
Get the array used to store references to events being put/dumped using JNI with local calls.
|
Modifier and Type | Method and Description |
---|---|
void |
EtContainer.holdLocalEvents(EtEventImpl[] evs)
This method is NOT for general use! Experts only!
Take the events obtained in
SystemCreate.getEvents(EtContainer)
and assign them to local storage. |
Modifier and Type | Method and Description |
---|---|
void |
EtContainer.holdLocalEvents(java.util.List<EtEventImpl> list)
This method is NOT for general use! Experts only!
Take the new events obtained in
SystemCreate.newEvents(EtContainer)
and assign them to local storage. |
Constructor and Description |
---|
EtEventImpl(EtEventImpl ev)
Creates an event object by duplicating another.
|