@Immutable @ThreadSafe @ProviderType public class WireEnvelope extends org.osgi.service.wireadmin.BasicEnvelope
Envelope,
BasicEnvelope| Constructor and Description |
|---|
WireEnvelope(java.lang.String emitterPid,
java.util.List<WireRecord> wireRecords)
Instantiates a new WireEnvelope.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmitterPid()
Gets the wire emitter PID.
|
java.util.List<WireRecord> |
getRecords()
Gets the
WireRecords. |
public WireEnvelope(java.lang.String emitterPid,
java.util.List<WireRecord> wireRecords)
emitterPid - the wire emitter PIDwireRecords - the WireRecordspublic java.lang.String getEmitterPid()
public java.util.List<WireRecord> getRecords()
WireRecords.WireRecords