当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 management API Documentation 英文版文档
RMI_IIOPResource (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档
org.jboss.management.j2ee
Class RMI_IIOPResource
java.lang.Object
org.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.management.j2ee.J2EEManagedObject
org.jboss.management.j2ee.J2EEResource
org.jboss.management.j2ee.RMI_IIOPResource
- All Implemented Interfaces:
- EventProvider, J2EEManagedObjectMBean, J2EEResourceMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, RMI_IIOPResourceMBean, Serializable, org.jboss.system.Service, org.jboss.system.ServiceMBean
- public class RMI_IIOPResource
- extends J2EEResource
- implements RMI_IIOPResourceMBean
Root class of the JBoss JSR-77 implementation of
RMI_IIOPResource
.
- Version:
- $Revision: 1.11 $
AS Currently CorbaORBService does not support to be restarted therefore no manageability
- Author:
- Andreas Schaefer.
- See Also:
- Serialized Form
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
server, SERVICE_CONTROLLER_SIG, serviceName |
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Constructor Summary |
RMI_IIOPResource(String pName,
javax.management.ObjectName pServer,
javax.management.ObjectName pService)
|
Methods inherited from class org.jboss.management.j2ee.J2EEManagedObject |
addChild, getobjectName, getObjectName, getObjectName, getparent, getType, getType, iseventProvider, isstateManageable, isstatisticsProvider, newObjectName, postRegister, preDeregister, removeChild, removeObject, removeObject, sendNotification, setparent |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
create, createService, destroy, destroyService, getLog, getName, getNextNotificationSequenceNumber, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, preRegister, start, startService, stop, stopService |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
RMI_IIOPResource
public RMI_IIOPResource(String pName,
javax.management.ObjectName pServer,
javax.management.ObjectName pService)
throws javax.management.MalformedObjectNameException,
InvalidParentException
- Parameters:
pName
- Name of the RMI_IIOPResource
- Throws:
InvalidParameterException
- If list of nodes or ports was null or empty
javax.management.MalformedObjectNameException
InvalidParentException
create
public static javax.management.ObjectName create(javax.management.MBeanServer pServer,
String pName,
javax.management.ObjectName pService)
destroy
public static void destroy(javax.management.MBeanServer pServer,
String pName)
getEventTypes
public String[] getEventTypes()
- Specified by:
getEventTypes
in interface EventProvider
- Returns:
- The actual list of Types of Events this Managed Object emits.
The list is never null nor empty
getEventType
public String getEventType(int pIndex)
- Description copied from interface:
EventProvider
- Returns the given Type of Events it emits according to its index in the list
- Specified by:
getEventType
in interface EventProvider
- Parameters:
pIndex
- Index of the requested Event Type
- Returns:
- Event Type if given Index is within the boundaries otherwise null
postCreation
public void postCreation()
- Overrides:
postCreation
in class J2EEManagedObject
preDestruction
public void preDestruction()
- Overrides:
preDestruction
in class J2EEManagedObject
toString
public String toString()
- Overrides:
toString
in class J2EEManagedObject
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.