Package ons
Class BulkDataArrivalEvent
java.lang.Object
ons.Event
ons.BulkDataArrivalEvent
public class BulkDataArrivalEvent extends Event
Methods to treat the incoming of a BulkData object.
-
Constructor Summary
Constructors Constructor Description BulkDataArrivalEvent(BulkData bd)Creates a new BulkDataArrivalEvent object. -
Method Summary
Modifier and Type Method Description BulkDatagetBulkData()Retrives the bdUnicast attribute of the BulkDataArrivalEvent object.java.lang.StringtoString()Prints all information related to the arriving BulkData request.
-
Constructor Details
-
BulkDataArrivalEvent
Creates a new BulkDataArrivalEvent object.- Parameters:
bd- the arriving Bulk Data request
-
-
Method Details
-
getBulkData
Retrives the bdUnicast attribute of the BulkDataArrivalEvent object.- Returns:
- the BulkDataArrivalEvent's bd request attribute
-
toString
public java.lang.String toString()Prints all information related to the arriving BulkData request.- Overrides:
toStringin classjava.lang.Object- Returns:
- string containing all the values of the BulkData request's parameters
-