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

static final javax.management.ObjectName OBJECT_NAME
Method Detail

getMetadataURL

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

Returns:
value of metadataURL

setMetadataURL

void setMetadataURL(String metadataURL)
Set the value of metadataURL

Parameters:
metadataURL - Value to assign to metadataURL

getLoaderRepository

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

Returns:
value of loaderRepository

setLoaderRepository

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.