1 22 package org.jboss.management.mejb; 23 24 27 public interface MEJB 28 extends javax.management.j2ee.Management 29 { 30 31 public java.lang.Object getAttribute( javax.management.ObjectName pName,java.lang.String pAttribute ) 32 throws javax.management.MBeanException , javax.management.AttributeNotFoundException , javax.management.InstanceNotFoundException , javax.management.ReflectionException , java.rmi.RemoteException ; 33 34 public javax.management.AttributeList getAttributes( javax.management.ObjectName pName,java.lang.String [] pAttributes ) 35 throws javax.management.InstanceNotFoundException , javax.management.ReflectionException , java.rmi.RemoteException ; 36 37 public java.lang.String getDefaultDomain( ) 38 throws java.rmi.RemoteException ; 39 40 public java.lang.Integer getMBeanCount( ) 41 throws java.rmi.RemoteException ; 42 43 public javax.management.MBeanInfo getMBeanInfo( javax.management.ObjectName pName ) 44 throws javax.management.IntrospectionException , javax.management.InstanceNotFoundException , javax.management.ReflectionException , java.rmi.RemoteException ; 45 46 public javax.management.j2ee.ListenerRegistration getListenerRegistry( ) 47 throws java.rmi.RemoteException ; 48 49 public java.lang.Object invoke( javax.management.ObjectName pName,java.lang.String pOperationName,java.lang.Object [] pParams,java.lang.String [] pSignature ) 50 throws javax.management.InstanceNotFoundException , javax.management.MBeanException , javax.management.ReflectionException , java.rmi.RemoteException ; 51 52 public boolean isRegistered( javax.management.ObjectName pName ) 53 throws java.rmi.RemoteException ; 54 55 public java.util.Set queryNames( javax.management.ObjectName pName,javax.management.QueryExp pQuery ) 56 throws java.rmi.RemoteException ; 57 58 public void setAttribute( javax.management.ObjectName pName,javax.management.Attribute pAttribute ) 59 throws javax.management.AttributeNotFoundException , javax.management.InstanceNotFoundException , javax.management.InvalidAttributeValueException , javax.management.MBeanException , javax.management.ReflectionException , java.rmi.RemoteException ; 60 61 public javax.management.AttributeList setAttributes( javax.management.ObjectName pName,javax.management.AttributeList pAttributes ) 62 throws javax.management.InstanceNotFoundException , javax.management.ReflectionException , java.rmi.RemoteException ; 63 64 public javax.management.ObjectInstance createMBean( java.lang.String pClass,javax.management.ObjectName pName,java.lang.Object [] pParameters,java.lang.String [] pSignature ) 65 throws javax.management.InstanceAlreadyExistsException , javax.management.MBeanException , javax.management.MBeanRegistrationException , javax.management.NotCompliantMBeanException , javax.management.ReflectionException , java.rmi.RemoteException ; 66 67 public void unregisterMBean( javax.management.ObjectName pName ) 68 throws javax.management.InstanceNotFoundException , javax.management.MBeanRegistrationException , java.rmi.RemoteException ; 69 70 public void addNotificationListener( javax.management.ObjectName pBroadcaster,javax.management.ObjectName pListener,javax.management.NotificationFilter pFilter,java.lang.Object pHandback ) 71 throws javax.management.InstanceNotFoundException , java.rmi.RemoteException ; 72 73 public void removeNotificationListener( javax.management.ObjectName pBroadcaster,javax.management.ObjectName pListener ) 74 throws javax.management.InstanceNotFoundException , javax.management.ListenerNotFoundException , java.rmi.RemoteException ; 75 76 } 77 | Popular Tags |