BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.tools
Class MBeanReflector.Operation

java.lang.Object
  |
  +--weblogic.management.tools.MBeanReflector.Operation

public static class MBeanReflector.Operation
extends java.lang.Object

A wrapper for method with convenience methods for code-generation

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String getExceptionString()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.String getName()
           
 java.lang.String getParameterString()
           
 java.lang.String getReturnType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMethod

public java.lang.reflect.Method getMethod()

getName

public java.lang.String getName()

getReturnType

public java.lang.String getReturnType()

getParameterString

public java.lang.String getParameterString()

getExceptionString

public java.lang.String getExceptionString()

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.