? BasicEnvelope
java.lang.Object
org.osgi.service.wireadmin.BasicEnvelope
- ????????:
Envelope
BasicEnvelope
is an implementation of the Envelope
interface-
?????
??? -
????
-
???????
-
BasicEnvelope
Constructor.- ??:
value
- Content of this envelope, may benull
.identification
- Identifying object for thisEnvelope
object, must not benull
scope
- Scope name for this object, must not benull
- ????:
-
-
??????
-
getValue
????????:Envelope
Return the value associated with thisEnvelope
object. -
getIdentification
????????:Envelope
Return the identification of thisEnvelope
object. An identification may be of any Java type. The type must be mutually agreed between the Consumer and Producer services.- ???:
getIdentification
????Envelope
- ??:
- an object which identifies the status item in the address space of the composite producer, must not be null.
- ????:
-
getScope
????????:Envelope
Return the scope name of thisEnvelope
object. Scope names are used to restrict the communication between the Producer and Consumer services. OnlyEnvelopes
objects with a scope name that is permitted for the Producer and the Consumer services must be passed through aWire
object.
-