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 © 2015 JacORB. All rights reserved.