|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.management.configuration.NodeMethodInfo
public class 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(com.bea.wli.knex.runtime.core.dispatcher.DispFile dispFile,
Class ctlClass,
boolean hasReturn)
Create a NodeMethodInfo record |
|
NodeMethodInfo(com.bea.wli.knex.runtime.core.dispatcher.DispFile dispFile,
int controlType,
boolean hasReturn)
Create a NodeMethodInfo record |
|
| Method Summary | |
|---|---|
static String |
findCtlIconId(Class ctlClass)
|
static ClassLoader |
getContextClassLoader()
|
String |
getIconId()
Get this NodeMethnodInfo's iconID |
static ByteBuffer |
getNodeMethodInfo(String iconInterfaceName)
|
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(com.bea.wli.knex.runtime.core.dispatcher.DispFile dispFile,
int controlType,
boolean hasReturn)
public NodeMethodInfo(com.bea.wli.knex.runtime.core.dispatcher.DispFile dispFile,
Class ctlClass,
boolean hasReturn)
hasReturn - | Method Detail |
|---|
public static ByteBuffer getNodeMethodInfo(String iconInterfaceName)
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()
public static ClassLoader getContextClassLoader()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||