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

PluginManagerMBean (JBoss Console API) - JBoss 4.0.1 sp1 console API Documentation 英文版文档


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

public void registerPlugin(String consolePluginClassName)
                    throws Exception
send a message

Throws:
Exception

registerPlugin

public void registerPlugin(ConsolePlugin plugin)
send a message


unregisterPlugin

public void unregisterPlugin(ConsolePlugin plugin)
send a message


regenerateAdminTree

public void regenerateAdminTree()

regenerateAdminTreeForProfile

public void regenerateAdminTreeForProfile(String profile)

getTreeForProfile

public TreeInfo getTreeForProfile(String profile)

getUpdateTreeForProfile

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


getMBeanServer

public javax.management.MBeanServer getMBeanServer()

getBootstrapResource

public ManageableResource getBootstrapResource()

getJndiName

public String getJndiName()

setJndiName

public void setJndiName(String jndiName)

isEnableShutdown

public boolean isEnableShutdown()

setEnableShutdown

public void setEnableShutdown(boolean enableShutdown)

getMainLinkUrl

public String getMainLinkUrl()

setMainLinkUrl

public void setMainLinkUrl(String mainLinkUrl)

getMainLogoUrl

public String getMainLogoUrl()

setMainLogoUrl

public void setMainLogoUrl(String mainLogoUrl)


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