|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.edge.common.DeviceEventArray
Represents a resizable array of events collected from each device.
| Field Summary | |
int |
m_eventNo |
Event[] |
m_events |
| Constructor Summary | |
DeviceEventArray(int AllocCapacity)A constructor with specified intial allocation capacity. |
|
| Method Summary | |
void |
AddEvent(Event CurEvent)Append an event to this array. |
void |
AddEvents(Event[] CurEvents)Append an array of new events into this array. |
void |
AssignEvent(Event CurEvent)Empty this array and then add a new event to this array. |
void |
AssignEvents(Event[] CurEvents)Empty this array and then add a new array of events to this array. |
void |
clear()Direct cleanup on everything. |
boolean |
isEmpty()Check whether current device event array is empty or not. |
void |
output(java.io.PrintStream PS)Output all stored events to passed PrintStream <p/> |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int m_eventNo
public Event[] m_events
| Constructor Detail |
public DeviceEventArray(int AllocCapacity)
AllocCapacity - initial allocation capacity| Method Detail |
public void AddEvent(Event CurEvent)
CurEvent - a new event to append.public void AddEvents(Event[] CurEvents)
CurEvents - an array of new eventspublic void AssignEvent(Event CurEvent)
CurEvent - a new eventpublic void AssignEvents(Event[] CurEvents)
CurEvents - a new eventpublic void clear()
public boolean isEmpty()
public void output(java.io.PrintStream PS)
PrintStream <p/>PS -
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||