com.ibm.websphere.fabric.da.context
Class ContextComponentSupport.InvocationParamBlock
java.lang.Object
com.ibm.websphere.fabric.da.context.ContextComponentSupport.InvocationParamBlock
- Enclosing class:
- ContextComponentSupport
public static final class ContextComponentSupport.InvocationParamBlock
- extends java.lang.Object
Encapsulates parameters needed for invocations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CONTEXT_DURATION
public static final long DEFAULT_CONTEXT_DURATION
- See Also:
- Constant Field Values
ContextComponentSupport.InvocationParamBlock
public ContextComponentSupport.InvocationParamBlock()
getSelectionProperties
public java.util.Map getSelectionProperties()
setSelectionProperties
public void setSelectionProperties(java.util.Map selectionProperties)
- Parameters:
selectionProperties
- the selection properties to add to the context
getOtherProperties
public java.util.Map getOtherProperties()
setOtherProperties
public void setOtherProperties(java.util.Map otherProperties)
- Parameters:
otherProperties
- the other (non-selection) properties to add to the context
getProxy
public ServiceProxy getProxy()
setProxy
public void setProxy(ServiceProxy proxy)
- Parameters:
proxy
- non-null service to be invoked using the established context
getDurationInSeconds
public long getDurationInSeconds()
setDurationInSeconds
public void setDurationInSeconds(long durationInSeconds)
- Parameters:
durationInSeconds
- the duration, in seconds, for which a context should exist
Copyright © 2002-2009 IBM. All Rights Reserved.