Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.plugin.RequestInfo
Direct Known Subclasses:
AddressRequestInfo, CorrelatorRequestInfo, PluginIDRequestInfo, RegistrationIdentifierRequestInfo, RequestIdentifierRequestInfo

public class RequestInfo
extends java.lang.Object

Plug-in RequestInfo used collect information about a specific application request.


Constructor Summary
RequestInfo(java.lang.Class type, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Method Summary
 java.lang.Object getArgument(int index)
          Gets the argument on specific index.
 java.lang.Object[] getArguments()
          Gets the arguments for the request.
 java.lang.reflect.Method getMethod()
          Gets the method used to make a call to the plug-in.
 java.lang.String getMethodName()
          Gets the method name used to make a call to the plug-in.
 java.lang.Class getType()
          Gets the plug-in type.
 boolean isForAllPlugins()
           
 void setForAllPlugins(boolean isForAllPlugins)
          This method is deprecated.
 java.lang.String toShortString()
          Returns a string representing the specifics of the requestInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestInfo

public RequestInfo(java.lang.Class type,
                   java.lang.reflect.Method method,
                   java.lang.Object[] args)
Method Detail

getArgument

public java.lang.Object getArgument(int index)
Gets the argument on specific index.

Parameters:
index - Index
Returns:
The argument or null if not found.

getArguments

public java.lang.Object[] getArguments()
Gets the arguments for the request.

Returns:
The arguments.

getMethod

public java.lang.reflect.Method getMethod()
Gets the method used to make a call to the plug-in.

Returns:
The method.

getMethodName

public java.lang.String getMethodName()
Gets the method name used to make a call to the plug-in.

Returns:
The method name.

getType

public java.lang.Class getType()
Gets the plug-in type.

Returns:
The type.

isForAllPlugins

public boolean isForAllPlugins()

setForAllPlugins

public void setForAllPlugins(boolean isForAllPlugins)
This method is deprecated. Use the customMatch() method in the ManagedPlugin to indicate that a request must be sent to all the plugins.


toShortString

public java.lang.String toShortString()
Returns a string representing the specifics of the requestInfo. For the superclass, RequestInfo, this will be an empty string.


Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.