|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.bea.wlcp.wlng.api.plugin.RequestInfo
Plug-in request info used collect information about a specific application request.
| Constructor Summary | |
RequestInfo(Class type,
Method method,
Object[] args)
|
|
| Method Summary | |
Object |
getArgument(int index)
Gets the argument on specific index. |
Object[] |
getArguments()
Gets the arguments for the request. |
Method |
getMethod()
Gets the method used to make call to the plugin. |
String |
getMethodName()
Gets the method name used to make call to the plugin. |
Class |
getType()
Gets the plugin type. |
boolean |
isForAllPlugins()
|
void |
setForAllPlugins(boolean isForAllPlugins)
This method is deprecated. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RequestInfo(Class type,
Method method,
Object[] args)
| Method Detail |
public Object getArgument(int index)
index - Index
public Object[] getArguments()
public Method getMethod()
public String getMethodName()
public Class getType()
public boolean isForAllPlugins()
public void setForAllPlugins(boolean isForAllPlugins)
public String toShortString()
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||