public final class PropagationContext extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
TransIdentity |
current |
Any |
implementation_specific_data |
TransIdentity[] |
parents |
int |
timeout |
Constructor and Description |
---|
PropagationContext() |
PropagationContext(int _timeout,
TransIdentity _current,
TransIdentity[] _parents,
Any _implementation_specific_data) |
public int timeout
public TransIdentity current
public TransIdentity[] parents
public Any implementation_specific_data
public PropagationContext()
public PropagationContext(int _timeout, TransIdentity _current, TransIdentity[] _parents, Any _implementation_specific_data)
Copyright © 2013. All Rights Reserved.