IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.landp
Class MsreLandpBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bycom.ibm.dse.services.landp.MsreLandpBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class MsreLandpBeanInfo
extends java.beans.SimpleBeanInfo


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
MsreLandpBeanInfo()
           
 
Method Summary
 java.beans.MethodDescriptor addReadListener_ReadListenerMethodDescriptor()
          Gets the addReadListener(ReadListener) method descriptor.
 java.beans.MethodDescriptor addWriteListener_WriteListenerMethodDescriptor()
          Gets the addWriteListener(WriteListener) method descriptor.
 java.beans.MethodDescriptor cancelMethodDescriptor()
          Gets the cancel() method descriptor.
 java.beans.MethodDescriptor closeMethodDescriptor()
          Gets the close() method descriptor.
static java.lang.reflect.Method findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
          Finds the method by comparing (name & parameter size) against the methods in the class.
 java.beans.MethodDescriptor getAllTrackParams_TrackParams__MethodDescriptor()
          Gets the getAllTrackParams(TrackParams[]) method descriptor.
static java.lang.Class getBeanClass()
          Gets the bean class.
static java.lang.String getBeanClassName()
          Gets the bean class name.
 java.beans.MethodDescriptor getCapabilities_CapabilitiesMethodDescriptor()
          Gets the getCapabilities(Capabilities) method descriptor.
 java.beans.MethodDescriptor getCounters_ErrorCountersMethodDescriptor()
          Gets the getCounters(ErrorCounters) method descriptor.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Returns the event set descriptors for this bean.
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Returns the method descriptors for this bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Returns the property descriptors for this bean.
 java.beans.MethodDescriptor getStatusMethodDescriptor()
          Gets the getStatus() method descriptor.
 java.beans.MethodDescriptor getTrackParams_int_TrackParamsMethodDescriptor()
          Gets the getTrackParams(int, TrackParams) method descriptor.
 java.beans.MethodDescriptor getTrackSelFlags_TrackSelFlagsMethodDescriptor()
          Gets the getTrackSelFlags(TrackSelFlags) method descriptor.
 java.beans.MethodDescriptor open_javalangStringMethodDescriptor()
          Gets the open(java.lang.String) method descriptor.
 java.beans.MethodDescriptor openMethodDescriptor()
          Gets the open() method descriptor.
 java.beans.MethodDescriptor read_intMethodDescriptor()
          Gets the read(int) method descriptor.
 java.beans.EventSetDescriptor readEventSetDescriptor()
          Gets the read event set descriptor.
 java.beans.MethodDescriptor readMethodDescriptor()
          Gets the read() method descriptor.
 java.beans.MethodDescriptor readread_javalangObjectMethodEventDescriptor()
          Gets the read.read(java.lang.Object) method descriptor.
 java.beans.MethodDescriptor readread_ReadEventMethodEventDescriptor()
          Gets the read.read(ReadEvent) method descriptor.
 java.beans.MethodDescriptor removeReadListener_ReadListenerMethodDescriptor()
          Gets the removeReadListener(ReadListener) method descriptor.
 java.beans.MethodDescriptor removeWriteListener_WriteListenerMethodDescriptor()
          Gets the removeWriteListener(WriteListener) method descriptor.
 java.beans.MethodDescriptor runMethodDescriptor()
          Gets the run() method descriptor.
 java.beans.MethodDescriptor setAllTrackParams_TrackParams__MethodDescriptor()
          Gets the setAllTrackParams(TrackParams[]) method descriptor.
 java.beans.MethodDescriptor setTrackParams_int_TrackParamsMethodDescriptor()
          Gets the setTrackParams(int, TrackParams) method descriptor.
 java.beans.MethodDescriptor setTrackSelFlags_TrackSelFlagsMethodDescriptor()
          Gets the setTrackSelFlags(TrackSelFlags) method descriptor.
 java.beans.PropertyDescriptor statusPropertyDescriptor()
          Gets the status property descriptor.
 java.beans.EventSetDescriptor timeoutEventSetDescriptor()
          Gets the timeout event set descriptor.
 java.beans.MethodDescriptor timeouttimedOut_javalangObjectMethodEventDescriptor()
          Gets the timeout.timedOut(java.lang.Object) method descriptor.
 java.beans.IndexedPropertyDescriptor trackParamsPropertyDescriptor()
          Gets the trackParams property descriptor.
 java.beans.MethodDescriptor write_javalangString_intMethodDescriptor()
          Gets the write(java.lang.String, int) method descriptor.
 java.beans.MethodDescriptor write_javalangStringMethodDescriptor()
          Gets the write(java.lang.String) method descriptor.
 java.beans.EventSetDescriptor writeEventSetDescriptor()
          Gets the write event set descriptor.
 java.beans.MethodDescriptor writewritten_javalangObjectMethodEventDescriptor()
          Gets the write.written(java.lang.Object) method descriptor.
 java.beans.MethodDescriptor writewritten_WriteEventMethodEventDescriptor()
          Gets the write.written(WriteEvent) method descriptor.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getIcon, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsreLandpBeanInfo

public MsreLandpBeanInfo()
Method Detail

addReadListener_ReadListenerMethodDescriptor

public java.beans.MethodDescriptor addReadListener_ReadListenerMethodDescriptor()
Gets the addReadListener(ReadListener) method descriptor.

Returns:
java.beans.MethodDescriptor

addWriteListener_WriteListenerMethodDescriptor

public java.beans.MethodDescriptor addWriteListener_WriteListenerMethodDescriptor()
Gets the addWriteListener(WriteListener) method descriptor.

Returns:
java.beans.MethodDescriptor

cancelMethodDescriptor

public java.beans.MethodDescriptor cancelMethodDescriptor()
Gets the cancel() method descriptor.

Returns:
java.beans.MethodDescriptor

closeMethodDescriptor

public java.beans.MethodDescriptor closeMethodDescriptor()
Gets the close() method descriptor.

Returns:
java.beans.MethodDescriptor

findMethod

public static java.lang.reflect.Method findMethod(java.lang.Class aClass,
                                                  java.lang.String methodName,
                                                  int parameterCount)
Finds 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

getAllTrackParams_TrackParams__MethodDescriptor

public java.beans.MethodDescriptor getAllTrackParams_TrackParams__MethodDescriptor()
Gets the getAllTrackParams(TrackParams[]) method descriptor.

Returns:
java.beans.MethodDescriptor

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

getCapabilities_CapabilitiesMethodDescriptor

public java.beans.MethodDescriptor getCapabilities_CapabilitiesMethodDescriptor()
Gets the getCapabilities(Capabilities) method descriptor.

Returns:
java.beans.MethodDescriptor

getCounters_ErrorCountersMethodDescriptor

public java.beans.MethodDescriptor getCounters_ErrorCountersMethodDescriptor()
Gets the getCounters(ErrorCounters) method descriptor.

Returns:
java.beans.MethodDescriptor

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Returns the event set descriptors for this bean.

Returns:
java.beans.EventSetDescriptor[]

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Returns the method descriptors for this bean.

Returns:
java.beans.MethodDescriptor[]

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptors for this bean.

Returns:
java.beans.PropertyDescriptor[]

getStatusMethodDescriptor

public java.beans.MethodDescriptor getStatusMethodDescriptor()
Gets the getStatus() method descriptor.

Returns:
java.beans.MethodDescriptor

getTrackParams_int_TrackParamsMethodDescriptor

public java.beans.MethodDescriptor getTrackParams_int_TrackParamsMethodDescriptor()
Gets the getTrackParams(int, TrackParams) method descriptor.

Returns:
java.beans.MethodDescriptor

getTrackSelFlags_TrackSelFlagsMethodDescriptor

public java.beans.MethodDescriptor getTrackSelFlags_TrackSelFlagsMethodDescriptor()
Gets the getTrackSelFlags(TrackSelFlags) method descriptor.

Returns:
java.beans.MethodDescriptor

open_javalangStringMethodDescriptor

public java.beans.MethodDescriptor open_javalangStringMethodDescriptor()
Gets the open(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

openMethodDescriptor

public java.beans.MethodDescriptor openMethodDescriptor()
Gets the open() method descriptor.

Returns:
java.beans.MethodDescriptor

read_intMethodDescriptor

public java.beans.MethodDescriptor read_intMethodDescriptor()
Gets the read(int) method descriptor.

Returns:
java.beans.MethodDescriptor

readEventSetDescriptor

public java.beans.EventSetDescriptor readEventSetDescriptor()
Gets the read event set descriptor.

Returns:
java.beans.EventSetDescriptor

readMethodDescriptor

public java.beans.MethodDescriptor readMethodDescriptor()
Gets the read() method descriptor.

Returns:
java.beans.MethodDescriptor

readread_javalangObjectMethodEventDescriptor

public java.beans.MethodDescriptor readread_javalangObjectMethodEventDescriptor()
Gets the read.read(java.lang.Object) method descriptor.

Returns:
java.beans.MethodDescriptor

readread_ReadEventMethodEventDescriptor

public java.beans.MethodDescriptor readread_ReadEventMethodEventDescriptor()
Gets the read.read(ReadEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

removeReadListener_ReadListenerMethodDescriptor

public java.beans.MethodDescriptor removeReadListener_ReadListenerMethodDescriptor()
Gets the removeReadListener(ReadListener) method descriptor.

Returns:
java.beans.MethodDescriptor

removeWriteListener_WriteListenerMethodDescriptor

public java.beans.MethodDescriptor removeWriteListener_WriteListenerMethodDescriptor()
Gets the removeWriteListener(WriteListener) method descriptor.

Returns:
java.beans.MethodDescriptor

runMethodDescriptor

public java.beans.MethodDescriptor runMethodDescriptor()
Gets the run() method descriptor.

Returns:
java.beans.MethodDescriptor

setAllTrackParams_TrackParams__MethodDescriptor

public java.beans.MethodDescriptor setAllTrackParams_TrackParams__MethodDescriptor()
Gets the setAllTrackParams(TrackParams[]) method descriptor.

Returns:
java.beans.MethodDescriptor

setTrackParams_int_TrackParamsMethodDescriptor

public java.beans.MethodDescriptor setTrackParams_int_TrackParamsMethodDescriptor()
Gets the setTrackParams(int, TrackParams) method descriptor.

Returns:
java.beans.MethodDescriptor

setTrackSelFlags_TrackSelFlagsMethodDescriptor

public java.beans.MethodDescriptor setTrackSelFlags_TrackSelFlagsMethodDescriptor()
Gets the setTrackSelFlags(TrackSelFlags) method descriptor.

Returns:
java.beans.MethodDescriptor

statusPropertyDescriptor

public java.beans.PropertyDescriptor statusPropertyDescriptor()
Gets the status property descriptor.

Returns:
java.beans.PropertyDescriptor

timeoutEventSetDescriptor

public java.beans.EventSetDescriptor timeoutEventSetDescriptor()
Gets the timeout event set descriptor.

Returns:
java.beans.EventSetDescriptor

timeouttimedOut_javalangObjectMethodEventDescriptor

public java.beans.MethodDescriptor timeouttimedOut_javalangObjectMethodEventDescriptor()
Gets the timeout.timedOut(java.lang.Object) method descriptor.

Returns:
java.beans.MethodDescriptor

trackParamsPropertyDescriptor

public java.beans.IndexedPropertyDescriptor trackParamsPropertyDescriptor()
Gets the trackParams property descriptor.

Returns:
java.beans.IndexedPropertyDescriptor

write_javalangString_intMethodDescriptor

public java.beans.MethodDescriptor write_javalangString_intMethodDescriptor()
Gets the write(java.lang.String, int) method descriptor.

Returns:
java.beans.MethodDescriptor

write_javalangStringMethodDescriptor

public java.beans.MethodDescriptor write_javalangStringMethodDescriptor()
Gets the write(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

writeEventSetDescriptor

public java.beans.EventSetDescriptor writeEventSetDescriptor()
Gets the write event set descriptor.

Returns:
java.beans.EventSetDescriptor

writewritten_javalangObjectMethodEventDescriptor

public java.beans.MethodDescriptor writewritten_javalangObjectMethodEventDescriptor()
Gets the write.written(java.lang.Object) method descriptor.

Returns:
java.beans.MethodDescriptor

writewritten_WriteEventMethodEventDescriptor

public java.beans.MethodDescriptor writewritten_WriteEventMethodEventDescriptor()
Gets the write.written(WriteEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005