FileDocCategorySizeDatePackage
CreateMBeanLoaderParamsCaller.javaAPI DocGlassfish v2 API3237Fri May 04 22:36:28 BST 2007com.sun.enterprise.admin.jmx.remote.server.callers

CreateMBeanLoaderParamsCaller

public class CreateMBeanLoaderParamsCaller extends AbstractMethodCaller
Invokes the method createMBean of the MBeanServerConnection.
see
MBeanServerRequestMessage#CREATE_MBEAN_LOADER_PARAMS
author
Kedar Mhaswade
since
S1AS8.0
version
1.0

Fields Summary
Constructors Summary
public CreateMBeanLoaderParamsCaller(MBeanServerConnection mbsc)
Creates a new instance of CreateMBeanCaller

        super(mbsc);
        METHOD_ID = MBeanServerRequestMessage.CREATE_MBEAN_LOADER_PARAMS;
    
Methods Summary
public javax.management.remote.message.MBeanServerResponseMessagecall(javax.management.remote.message.MBeanServerRequestMessage request)

        final Object result		= new UnsupportedOperationException("" + METHOD_ID);
        final boolean isException = true;
        return ( new MBeanServerResponseMessage(METHOD_ID, result, isException) );