|
OSGi™ Service Platform Release 3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.osgi.service.wireadmin.BasicEnvelope
BasicEnvelope is an implementation of the Envelope
interface
Constructor Summary | |
BasicEnvelope(java.lang.Object value,
java.lang.Object identification,
java.lang.String scope)
Constructor. |
Method Summary | |
java.lang.Object |
getIdentification()
Return the identification of this Envelope object. |
java.lang.String |
getScope()
Return the scope name of this Envelope object. |
java.lang.Object |
getValue()
Return the value associated with this Envelope object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicEnvelope(java.lang.Object value, java.lang.Object identification, java.lang.String scope)
value
- Content of this envelope, may be null.scope
- Scope name for this object, must not be nullEnvelope
Method Detail |
public java.lang.Object getValue()
Envelope
getValue
in interface Envelope
Envelope.getValue()
public java.lang.Object getIdentification()
Envelope
getIdentification
in interface Envelope
Envelope.getIdentification()
public java.lang.String getScope()
Envelope
getScope
in interface Envelope
Envelope.getScope()
|
OSGi™ Service Platform Release 3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |