站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 system API Documentation 英文版文档

ClasspathExtensionMBean (JBoss System API) - JBoss 4.0.1 sp1 system API Documentation 英文版文档


org.jboss.deployment
Interface ClasspathExtensionMBean

All Superinterfaces:
Service, ServiceMBean
All Known Implementing Classes:
ClasspathExtension

public interface ClasspathExtensionMBean
extends ServiceMBean

MBean interface.


Field Summary
static javax.management.ObjectName OBJECT_NAME
           
 
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
 javax.management.ObjectName getLoaderRepository()
          mbean get-set pair for field loaderRepository Get the value of loaderRepository
 String getMetadataURL()
          mbean get-set pair for field metadataURL Get the value of metadataURL
 void setLoaderRepository(javax.management.ObjectName loaderRepository)
          Set the value of loaderRepository
 void setMetadataURL(String metadataURL)
          Set the value of metadataURL
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

public static final javax.management.ObjectName OBJECT_NAME
Method Detail

getMetadataURL

public String getMetadataURL()
mbean get-set pair for field metadataURL Get the value of metadataURL

Returns:
value of metadataURL

setMetadataURL

public void setMetadataURL(String metadataURL)
Set the value of metadataURL

Parameters:
metadataURL - Value to assign to metadataURL

getLoaderRepository

public javax.management.ObjectName getLoaderRepository()
mbean get-set pair for field loaderRepository Get the value of loaderRepository

Returns:
value of loaderRepository

setLoaderRepository

public void setLoaderRepository(javax.management.ObjectName loaderRepository)
Set the value of loaderRepository

Parameters:
loaderRepository - Value to assign to loaderRepository


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.