Nuxeo Enterprise Platform 5.3

org.nuxeo.runtime.jboss.adapter
Interface RuntimeAdapterMBean

All Superinterfaces:
org.jboss.system.ListenerServiceMBean, org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
RuntimeAdapter

public interface RuntimeAdapterMBean
extends org.jboss.system.ListenerServiceMBean

Author:
Bogdan Stefanescu

Field Summary
 
Fields inherited from interface org.jboss.system.ListenerServiceMBean
SL_FILTER_ELEMENT, SL_FILTER_FACTORY_ATTRIBUTE, SL_MBEAN_ELEMENT, SL_MBEAN_HANDBACK_ATTRIBUTE, SL_MBEAN_NAME_ATTRIBUTE, SL_NOTIFICATION_ELEMENT, SL_NOTIFICATION_TYPE_ATTRIBUTE, SL_ROOT_ELEMENT
 
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
 
Method Summary
 String getDescription()
           
 String getHomeLocation()
           
 String getName()
           
 RuntimeService getRuntime()
           
 File getTempDeployDir()
           
 Version getVersion()
           
 String listExtensionPoints()
           
 String listPendingComponents()
           
 String listResolvedComponents()
           
 String listServices()
           
 
Methods inherited from interface org.jboss.system.ListenerServiceMBean
setSubscriptionList
 
Methods inherited from interface org.jboss.system.ServiceMBean
getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getHomeLocation

String getHomeLocation()

getName

String getName()
Specified by:
getName in interface org.jboss.system.ServiceMBean

getDescription

String getDescription()

getVersion

Version getVersion()

listServices

String listServices()

listExtensionPoints

String listExtensionPoints()

listPendingComponents

String listPendingComponents()

listResolvedComponents

String listResolvedComponents()

getRuntime

RuntimeService getRuntime()

getTempDeployDir

File getTempDeployDir()

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.