org.jboss.console.manager
Interface PluginManagerMBean

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

public interface PluginManagerMBean
extends org.jboss.system.ServiceMBean

MBean interface.


Field Summary
 
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
 ManageableResource getBootstrapResource()
           
 String getJndiName()
           
 String getMainLinkUrl()
           
 String getMainLogoUrl()
           
 javax.management.MBeanServer getMBeanServer()
           
 TreeInfo getTreeForProfile(String profile)
           
 TreeInfo getUpdateTreeForProfile(String profile, long knownVersion)
          Only return the tree if the actual version is bigger than the known version
 boolean isEnableShutdown()
           
 void regenerateAdminTree()
           
 void regenerateAdminTreeForProfile(String profile)
           
 void registerPlugin(ConsolePlugin plugin)
          send a message
 void registerPlugin(String consolePluginClassName)
          send a message
 void setEnableShutdown(boolean enableShutdown)
           
 void setJndiName(String jndiName)
           
 void setMainLinkUrl(String mainLinkUrl)
           
 void setMainLogoUrl(String mainLogoUrl)
           
 void unregisterPlugin(ConsolePlugin plugin)
          send a message
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

registerPlugin

void registerPlugin(String consolePluginClassName)
                    throws Exception
send a message

Throws:
Exception

registerPlugin

void registerPlugin(ConsolePlugin plugin)
send a message


unregisterPlugin

void unregisterPlugin(ConsolePlugin plugin)
send a message


regenerateAdminTree

void regenerateAdminTree()

regenerateAdminTreeForProfile

void regenerateAdminTreeForProfile(String profile)

getTreeForProfile

TreeInfo getTreeForProfile(String profile)

getUpdateTreeForProfile

TreeInfo getUpdateTreeForProfile(String profile,
                                 long knownVersion)
Only return the tree if the actual version is bigger than the known version


getMBeanServer

javax.management.MBeanServer getMBeanServer()

getBootstrapResource

ManageableResource getBootstrapResource()

getJndiName

String getJndiName()

setJndiName

void setJndiName(String jndiName)

isEnableShutdown

boolean isEnableShutdown()

setEnableShutdown

void setEnableShutdown(boolean enableShutdown)

getMainLinkUrl

String getMainLinkUrl()

setMainLinkUrl

void setMainLinkUrl(String mainLinkUrl)

getMainLogoUrl

String getMainLogoUrl()

setMainLogoUrl

void setMainLogoUrl(String mainLogoUrl)


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