|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.opensolaris.os.dtrace.DropEvent
public class DropEvent
Notification that DTrace has dropped data due to inadequate buffer space.
ConsumerListener.dataDropped(DropEvent e),
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DropEvent(java.lang.Object source,
Drop dataDrop)
Creates a dataDropped() event that reports dropped data. |
|
| Method Summary | |
|---|---|
Drop |
getDrop()
Gets the drop information generated by DTrace. |
java.lang.String |
toString()
Gets a string representation of this event useful for logging and not intended for display. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DropEvent(java.lang.Object source,
Drop dataDrop)
dataDropped() event that reports dropped data.
java.lang.NullPointerException - if the given drop is null| Method Detail |
|---|
public Drop getDrop()
public java.lang.String toString()
class-name[property1 = value1, property2 = value2]
toString in class java.util.EventObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||