|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.event.impl.DistributionTracesImpl
public class DistributionTracesImpl
Provides information regarding the distribution traces associated with an event.
| Constructor Summary | |
|---|---|
DistributionTracesImpl()
|
|
DistributionTracesImpl(byte[] tracesBytes)
|
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
Get a byte stream representation of the distribution traces |
byte[] |
getDestinationsToReach()
Get the destinations to reach |
byte[] |
getDestinationsTraversedSoFar()
Get the destinations traversed so far |
static void |
main(String[] args)
|
void |
setDestinationsToReach(byte[] toReach)
Setting the destinations to reach |
void |
setDestinationsTraversedSoFar(byte[] traversedSoFar)
Setting the destinations traversed so far |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DistributionTracesImpl()
public DistributionTracesImpl(byte[] tracesBytes)
| Method Detail |
|---|
public void setDestinationsTraversedSoFar(byte[] traversedSoFar)
DistributionTraces
setDestinationsTraversedSoFar in interface DistributionTracespublic byte[] getDestinationsTraversedSoFar()
getDestinationsTraversedSoFar in interface DistributionTracespublic void setDestinationsToReach(byte[] toReach)
setDestinationsToReach in interface DistributionTracespublic byte[] getDestinationsToReach()
getDestinationsToReach in interface DistributionTracespublic byte[] getBytes()
DistributionTraces
getBytes in interface DistributionTracespublic static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||