|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wli.management.configuration.NodeMethodInfo
Entry into map from a process's method name to information about its method. This includes the associated control's class name and whether the method has a return value. This is uese by the process graph, as it is created at runtime and lacks certain information.
Field Summary | |
static int |
DTF_CONTROL
|
Constructor Summary | |
NodeMethodInfo(Class ctlClass,
boolean hasReturn)
Create a NodeMethodInfo record |
|
NodeMethodInfo(int controlType,
boolean hasReturn)
Create a NodeMethodInfo record |
Method Summary | |
static String |
findCtlIconId(Class ctlClass)
|
String |
getIconId()
Get this NodeMethnodInfo's iconID |
static ByteBuffer |
getNodeMethodInfo(Class iconInterface)
|
boolean |
hasReturn()
Flags whether the method has a retrun value, which means node is a controlSendReturn node. |
boolean |
isStaticIconFile()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DTF_CONTROL
Constructor Detail |
public NodeMethodInfo(int controlType, boolean hasReturn)
public NodeMethodInfo(Class ctlClass, boolean hasReturn)
hasReturn
- Method Detail |
public static ByteBuffer getNodeMethodInfo(Class iconInterface)
iconInterface
- Java interface name for a known control
public static String findCtlIconId(Class ctlClass)
ctlClass
- a controls Java class
public String getIconId()
public boolean hasReturn()
public boolean isStaticIconFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |