|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.fabric.da.context.Context
public abstract class Context
Abstraction for recording salient aspects of the context within which a service is being invoked.
Constructor Summary | |
---|---|
Context()
|
Method Summary | |
---|---|
abstract java.io.Serializable |
getContextIdentifier()
Returns the unique identifier associated with this context. |
abstract TypedValue |
getSelectionProperty(java.lang.String name)
Looks up the value associated with the property name supplied. |
abstract java.util.Set |
getSelectionPropertyNames()
|
abstract void |
setSelectionProperty(java.lang.String name,
TypedValue value)
Associates the value supplied with the property name specified. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Context()
Method Detail |
---|
public abstract java.io.Serializable getContextIdentifier()
public abstract java.util.Set getSelectionPropertyNames()
public abstract TypedValue getSelectionProperty(java.lang.String name)
name
supplied.
name
- non-null name of property.
null
if this property
has not been set within this context (or it's ancenstral super contexts).public abstract void setSelectionProperty(java.lang.String name, TypedValue value)
value
supplied with the property name
specified.
name
- non-null property name.value
- non-null value.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |