Enterprise Information Portal APIs

com.ibm.mm.beans.workflow
Class CMBDocRoutingDataManagementICMBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.ibm.mm.beans.workflow.CMBDocRoutingDataManagementICMBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class CMBDocRoutingDataManagementICMBeanInfo
extends java.beans.SimpleBeanInfo

The bean information class for com.ibm.mm.beans.workflow.CMBDocRoutingDataManagementICM.


Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
CMBDocRoutingDataManagementICMBeanInfo()
           
 
Method Summary
 java.beans.MethodDescriptor addCMBExceptionListener_comibmmmbeansCMBExceptionListenerMethodDescriptor()
          Gets the addCMBExceptionListener(com.ibm.mm.beans.CMBExceptionListener) method descriptor.
 java.beans.MethodDescriptor addCMBTraceListener_comibmmmbeansCMBTraceListenerMethodDescriptor()
          Gets the addCMBTraceListener(com.ibm.mm.beans.CMBTraceListener) method descriptor.
 java.beans.MethodDescriptor checkOutItemInWorkPackage_javalangStringMethodDescriptor()
          Gets the checkOutItemInWorkPackage(java.lang.String) method descriptor.
 java.beans.EventSetDescriptor CMBExceptionEventSetDescriptor()
          Gets the CMBException event set descriptor.
 java.beans.MethodDescriptor CMBExceptiononCMBException_comibmmmbeansCMBExceptionEventMethodEventDescriptor()
          Gets the CMBException.onCMBException(com.ibm.mm.beans.CMBExceptionEvent) method descriptor.
 java.beans.EventSetDescriptor CMBTraceEventSetDescriptor()
          Gets the CMBTrace event set descriptor.
 java.beans.MethodDescriptor CMBTraceonCMBTrace_comibmmmbeansCMBTraceEventMethodEventDescriptor()
          Gets the CMBTrace.onCMBTrace(com.ibm.mm.beans.CMBTraceEvent) method descriptor.
 java.beans.PropertyDescriptor connectionPropertyDescriptor()
          Gets the connection property descriptor.
 java.beans.MethodDescriptor continueProcess_javalangString_javalangString_javalangStringMethodDescriptor()
          Gets the continueProcess(java.lang.String, java.lang.String, java.lang.String) method descriptor.
static java.lang.reflect.Method findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
          Find the method by comparing (name & parameter size) against the methods in the class.
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Returns the BeanInfo of the superclass of this bean to inherit its features.
static java.lang.Class getBeanClass()
          Gets the bean class.
static java.lang.String getBeanClassName()
          Gets the bean class name.
 java.beans.BeanDescriptor getBeanDescriptor()
           
 java.beans.MethodDescriptor getConnectionMethodDescriptor()
          Gets the getConnection() method descriptor.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 java.awt.Image getIcon(int iconKind)
           
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
 java.beans.MethodDescriptor isTraceEnabledMethodDescriptor()
          Gets the isTraceEnabled() method descriptor.
 java.beans.MethodDescriptor onCMBConnectionReply_comibmmmbeansCMBConnectionReplyEventMethodDescriptor()
          Gets the onCMBConnectionReply(com.ibm.mm.beans.CMBConnectionReplyEvent) method descriptor.
 java.beans.MethodDescriptor propertyChange_javabeansPropertyChangeEventMethodDescriptor()
          Gets the propertyChange(java.beans.PropertyChangeEvent) method descriptor.
 java.beans.MethodDescriptor removeCMBExceptionListener_comibmmmbeansCMBExceptionListenerMethodDescriptor()
          Gets the removeCMBExceptionListener(com.ibm.mm.beans.CMBExceptionListener) method descriptor.
 java.beans.MethodDescriptor removeCMBTraceListener_comibmmmbeansCMBTraceListenerMethodDescriptor()
          Gets the removeCMBTraceListener(com.ibm.mm.beans.CMBTraceListener) method descriptor.
 java.beans.MethodDescriptor resumeProcess_javalangStringMethodDescriptor()
          Gets the resumeProcess(java.lang.String) method descriptor.
 java.beans.MethodDescriptor setConnection_comibmmmbeansCMBConnectionMethodDescriptor()
          Gets the setConnection(com.ibm.mm.beans.CMBConnection) method descriptor.
 java.beans.MethodDescriptor setTraceEnabled_booleanMethodDescriptor()
          Gets the setTraceEnabled(boolean) method descriptor.
 java.beans.MethodDescriptor setWorkPackageOwner_javalangString_javalangStringMethodDescriptor()
          Gets the setWorkPackageOwner(java.lang.String, java.lang.String) method descriptor.
 java.beans.MethodDescriptor setWorkPackagePriority_javalangString_intMethodDescriptor()
          Gets the setWorkPackagePriority(java.lang.String, int) method descriptor.
 java.beans.MethodDescriptor startProcess_javalangString_javalangString_int_javalangStringMethodDescriptor()
          Gets the startProcess(java.lang.String, java.lang.String, int, java.lang.String) method descriptor.
 java.beans.MethodDescriptor suspendProcess_javalangString_int_javautilCollectionMethodDescriptor()
          Gets the suspendProcess(java.lang.String, int, java.util.Collection) method descriptor.
 java.beans.MethodDescriptor terminateProcess_javalangStringMethodDescriptor()
          Gets the terminateProcess(java.lang.String) method descriptor.
 java.beans.PropertyDescriptor traceEnabledPropertyDescriptor()
          Gets the traceEnabled property descriptor.
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBDocRoutingDataManagementICMBeanInfo

public CMBDocRoutingDataManagementICMBeanInfo()
Method Detail

addCMBExceptionListener_comibmmmbeansCMBExceptionListenerMethodDescriptor

public java.beans.MethodDescriptor addCMBExceptionListener_comibmmmbeansCMBExceptionListenerMethodDescriptor()
Gets the addCMBExceptionListener(com.ibm.mm.beans.CMBExceptionListener) method descriptor.
Returns:
java.beans.MethodDescriptor

addCMBTraceListener_comibmmmbeansCMBTraceListenerMethodDescriptor

public java.beans.MethodDescriptor addCMBTraceListener_comibmmmbeansCMBTraceListenerMethodDescriptor()
Gets the addCMBTraceListener(com.ibm.mm.beans.CMBTraceListener) method descriptor.
Returns:
java.beans.MethodDescriptor

checkOutItemInWorkPackage_javalangStringMethodDescriptor

public java.beans.MethodDescriptor checkOutItemInWorkPackage_javalangStringMethodDescriptor()
Gets the checkOutItemInWorkPackage(java.lang.String) method descriptor.
Returns:
java.beans.MethodDescriptor

CMBExceptionEventSetDescriptor

public java.beans.EventSetDescriptor CMBExceptionEventSetDescriptor()
Gets the CMBException event set descriptor.
Returns:
java.beans.EventSetDescriptor

CMBExceptiononCMBException_comibmmmbeansCMBExceptionEventMethodEventDescriptor

public java.beans.MethodDescriptor CMBExceptiononCMBException_comibmmmbeansCMBExceptionEventMethodEventDescriptor()
Gets the CMBException.onCMBException(com.ibm.mm.beans.CMBExceptionEvent) method descriptor.
Returns:
java.beans.MethodDescriptor

CMBTraceEventSetDescriptor

public java.beans.EventSetDescriptor CMBTraceEventSetDescriptor()
Gets the CMBTrace event set descriptor.
Returns:
java.beans.EventSetDescriptor

CMBTraceonCMBTrace_comibmmmbeansCMBTraceEventMethodEventDescriptor

public java.beans.MethodDescriptor CMBTraceonCMBTrace_comibmmmbeansCMBTraceEventMethodEventDescriptor()
Gets the CMBTrace.onCMBTrace(com.ibm.mm.beans.CMBTraceEvent) method descriptor.
Returns:
java.beans.MethodDescriptor

connectionPropertyDescriptor

public java.beans.PropertyDescriptor connectionPropertyDescriptor()
Gets the connection property descriptor.
Returns:
java.beans.PropertyDescriptor

continueProcess_javalangString_javalangString_javalangStringMethodDescriptor

public java.beans.MethodDescriptor continueProcess_javalangString_javalangString_javalangStringMethodDescriptor()
Gets the continueProcess(java.lang.String, java.lang.String, java.lang.String) method descriptor.
Returns:
java.beans.MethodDescriptor

findMethod

public static java.lang.reflect.Method findMethod(java.lang.Class aClass,
                                                  java.lang.String methodName,
                                                  int parameterCount)
Find the method by comparing (name & parameter size) against the methods in the class.
Parameters:
aClass - java.lang.Class
methodName - java.lang.String
parameterCount - int
Returns:
java.lang.reflect.Method

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Returns the BeanInfo of the superclass of this bean to inherit its features.
Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo
Returns:
java.beans.BeanInfo[]

getBeanClass

public static java.lang.Class getBeanClass()
Gets the bean class.
Returns:
java.lang.Class

getBeanClassName

public static java.lang.String getBeanClassName()
Gets the bean class name.
Returns:
java.lang.String

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo

getConnectionMethodDescriptor

public java.beans.MethodDescriptor getConnectionMethodDescriptor()
Gets the getConnection() method descriptor.
Returns:
java.beans.MethodDescriptor

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.EventSetDescriptor[]

getIcon

public java.awt.Image getIcon(int iconKind)
Overrides:
getIcon in class java.beans.SimpleBeanInfo

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.MethodDescriptor[]

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.PropertyDescriptor[]

isTraceEnabledMethodDescriptor

public java.beans.MethodDescriptor isTraceEnabledMethodDescriptor()
Gets the isTraceEnabled() method descriptor.
Returns:
java.beans.MethodDescriptor

onCMBConnectionReply_comibmmmbeansCMBConnectionReplyEventMethodDescriptor

public java.beans.MethodDescriptor onCMBConnectionReply_comibmmmbeansCMBConnectionReplyEventMethodDescriptor()
Gets the onCMBConnectionReply(com.ibm.mm.beans.CMBConnectionReplyEvent) method descriptor.
Returns:
java.beans.MethodDescriptor

propertyChange_javabeansPropertyChangeEventMethodDescriptor

public java.beans.MethodDescriptor propertyChange_javabeansPropertyChangeEventMethodDescriptor()
Gets the propertyChange(java.beans.PropertyChangeEvent) method descriptor.
Returns:
java.beans.MethodDescriptor

removeCMBExceptionListener_comibmmmbeansCMBExceptionListenerMethodDescriptor

public java.beans.MethodDescriptor removeCMBExceptionListener_comibmmmbeansCMBExceptionListenerMethodDescriptor()
Gets the removeCMBExceptionListener(com.ibm.mm.beans.CMBExceptionListener) method descriptor.
Returns:
java.beans.MethodDescriptor

removeCMBTraceListener_comibmmmbeansCMBTraceListenerMethodDescriptor

public java.beans.MethodDescriptor removeCMBTraceListener_comibmmmbeansCMBTraceListenerMethodDescriptor()
Gets the removeCMBTraceListener(com.ibm.mm.beans.CMBTraceListener) method descriptor.
Returns:
java.beans.MethodDescriptor

resumeProcess_javalangStringMethodDescriptor

public java.beans.MethodDescriptor resumeProcess_javalangStringMethodDescriptor()
Gets the resumeProcess(java.lang.String) method descriptor.
Returns:
java.beans.MethodDescriptor

setConnection_comibmmmbeansCMBConnectionMethodDescriptor

public java.beans.MethodDescriptor setConnection_comibmmmbeansCMBConnectionMethodDescriptor()
Gets the setConnection(com.ibm.mm.beans.CMBConnection) method descriptor.
Returns:
java.beans.MethodDescriptor

setTraceEnabled_booleanMethodDescriptor

public java.beans.MethodDescriptor setTraceEnabled_booleanMethodDescriptor()
Gets the setTraceEnabled(boolean) method descriptor.
Returns:
java.beans.MethodDescriptor

setWorkPackageOwner_javalangString_javalangStringMethodDescriptor

public java.beans.MethodDescriptor setWorkPackageOwner_javalangString_javalangStringMethodDescriptor()
Gets the setWorkPackageOwner(java.lang.String, java.lang.String) method descriptor.
Returns:
java.beans.MethodDescriptor

setWorkPackagePriority_javalangString_intMethodDescriptor

public java.beans.MethodDescriptor setWorkPackagePriority_javalangString_intMethodDescriptor()
Gets the setWorkPackagePriority(java.lang.String, int) method descriptor.
Returns:
java.beans.MethodDescriptor

startProcess_javalangString_javalangString_int_javalangStringMethodDescriptor

public java.beans.MethodDescriptor startProcess_javalangString_javalangString_int_javalangStringMethodDescriptor()
Gets the startProcess(java.lang.String, java.lang.String, int, java.lang.String) method descriptor.
Returns:
java.beans.MethodDescriptor

suspendProcess_javalangString_int_javautilCollectionMethodDescriptor

public java.beans.MethodDescriptor suspendProcess_javalangString_int_javautilCollectionMethodDescriptor()
Gets the suspendProcess(java.lang.String, int, java.util.Collection) method descriptor.
Returns:
java.beans.MethodDescriptor

terminateProcess_javalangStringMethodDescriptor

public java.beans.MethodDescriptor terminateProcess_javalangStringMethodDescriptor()
Gets the terminateProcess(java.lang.String) method descriptor.
Returns:
java.beans.MethodDescriptor

traceEnabledPropertyDescriptor

public java.beans.PropertyDescriptor traceEnabledPropertyDescriptor()
Gets the traceEnabled property descriptor.
Returns:
java.beans.PropertyDescriptor

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.