|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvocationContext
Defines the common part of RequestContext
and CallbackContext
.
Method Summary | ||
---|---|---|
long |
getContentLength()
Provides the content length of the request measured in bytes. |
|
java.lang.String |
getContextID()
Provides the identifier for this context. |
|
java.lang.String |
getCorrelationID()
Provides the identifier use to correlate this invocation with others. |
|
com.tibco.amf.sca.model.extensionpoints.Interface |
getInterface()
Gets the interface that defines the operation of this context. |
|
javax.xml.namespace.QName |
getOperationName()
Gets the operation name of this context. |
|
|
getParameter(java.lang.String parameterName,
java.lang.Class<T> parameterType)
Provides the parameter with the given associated with the context. |
|
|
getParameter(java.lang.String parameterName,
java.lang.reflect.Type parameterType)
Provides the parameter with the given associated with this context. |
|
|
getParameters(java.lang.Class<T> parametersType)
Provides parameters associated with the context. |
|
java.lang.String |
getParentContextID()
Provides the identifier use to correlate this invocation with its direct parent. |
|
javax.security.auth.Subject |
getSecuritySubject()
Provides the security subject for the invocation. |
|
java.lang.String |
getServiceName()
Returns the name of the service that was invoked. |
|
long |
getTimeStamp()
Provides the the difference, measured in milliseconds, between the time when the request was received and midnight, January 1, 1970 UTC. |
Method Detail |
---|
com.tibco.amf.sca.model.extensionpoints.Interface getInterface()
javax.xml.namespace.QName getOperationName()
java.lang.String getServiceName()
javax.security.auth.Subject getSecuritySubject()
Subject
for the invocation<T> java.util.Map<java.lang.String,T> getParameters(java.lang.Class<T> parametersType)
parametersType
- the java type of the parameters
<T> T getParameter(java.lang.String parameterName, java.lang.Class<T> parameterType)
parameterName
- name of the parameter to be returnedparameterType
- the java type of the parameter
<T> T getParameter(java.lang.String parameterName, java.lang.reflect.Type parameterType)
parameterName
- name of the parameter to be returnedparameterType
- the java type of the parameter
java.lang.String getCorrelationID()
java.lang.String getParentContextID()
java.lang.String getContextID()
long getTimeStamp()
long getContentLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |