Package | Description |
---|---|
brown.tracingplane.bdl |
Library classes used by BDL-generated objects, including the
BDLContext implementation of
BaggageContext . |
brown.tracingplane.impl |
Implementations of
BaggageContext at several different points in the Tracing Plane. |
Modifier and Type | Class and Description |
---|---|
static class |
CounterImpl.Handler
Provides branch, merge, and serialization logic for
CounterImpl |
Modifier and Type | Method and Description |
---|---|
BaggageHandler<?> |
CounterImpl.handler() |
BaggageHandler<?> |
Bag.handler() |
Modifier and Type | Method and Description |
---|---|
static void |
BaggageHandlerRegistry.add(BagKey key,
BaggageHandler<?> handler)
Registers the provided key with the provided handler.
|
static BagKey |
BaggageHandlerRegistry.get(BaggageHandler<?> handler)
Look up the
BagKey that the specified BaggageHandler is registered to |