Oracle Corporation

com.bea.wlcp.wlng.api.plugin
Class CorrelatorRequestInfo

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.plugin.RequestInfo
      extended bycom.bea.wlcp.wlng.api.plugin.CorrelatorRequestInfo

public class CorrelatorRequestInfo
extends RequestInfo

Request info that contain one correlator.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Constructor Summary
CorrelatorRequestInfo(Class type, Method method, String correlator, Object[] args)
          Constructor
 
Method Summary
 String getCorrelator()
          Gets the correlator.
 void setCorrelator(String correlator)
          Sets the correlator.
 String toShortString()
          Returns a string representing the specifics of the requestInfo For the super class RequestInfo this will be the empty string
 
Methods inherited from class com.bea.wlcp.wlng.api.plugin.RequestInfo
getArgument, getArguments, getMethod, getMethodName, getType, isForAllPlugins, setForAllPlugins
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrelatorRequestInfo

public CorrelatorRequestInfo(Class type,
                             Method method,
                             String correlator,
                             Object[] args)
Constructor

Method Detail

getCorrelator

public final String getCorrelator()
Gets the correlator.

Returns:
The correlator.

setCorrelator

public void setCorrelator(String correlator)
Sets the correlator.

Parameters:
correlator - The correlator

toShortString

public String toShortString()
Returns a string representing the specifics of the requestInfo For the super class RequestInfo this will be the empty string

Overrides:
toShortString in class RequestInfo

Oracle Corporation