com.ibm.websphere.fabric.da.context
Class ContextComponentSupport.InvocationParamBlock

java.lang.Object
  extended by 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.


Field Summary
static long DEFAULT_CONTEXT_DURATION
           
 
Constructor Summary
ContextComponentSupport.InvocationParamBlock()
           
 
Method Summary
 long getDurationInSeconds()
           
 java.util.Map getOtherProperties()
           
 ServiceProxy getProxy()
           
 java.util.Map getSelectionProperties()
           
 void setDurationInSeconds(long durationInSeconds)
           
 void setOtherProperties(java.util.Map otherProperties)
           
 void setProxy(ServiceProxy proxy)
           
 void setSelectionProperties(java.util.Map selectionProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONTEXT_DURATION

public static final long DEFAULT_CONTEXT_DURATION
See Also:
Constant Field Values
Constructor Detail

ContextComponentSupport.InvocationParamBlock

public ContextComponentSupport.InvocationParamBlock()
Method Detail

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.