Java Doc for DeploymentService.java in  » ESB » open-esb » com » sun » jbi » management » system » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ESB » open esb » com.sun.jbi.management.system 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.jbi.management.system.ModelSystemService
      com.sun.jbi.management.system.DeploymentService

DeploymentService
public class DeploymentService extends ModelSystemService implements com.sun.jbi.management.DeploymentServiceMBean(Code)
This is the Deployment Service, which is responsible for the management and administration of Service Assemblies.
author:
   Sun Microsystems, Inc.



Constructor Summary
public  DeploymentService(ManagementContext anEnv)
     Constructs a DeploymentService.

Method Summary
 HashMapactivateConnections(String saName)
     Activate Service Connections defined in the specified Service Assembly.
Parameters:
  saName - The name of the Service Assembly.
public  HashMapactivateConnections(String saName, boolean xmlMsg)
     Activate Service Connections defined in the specified Service Assembly.
Parameters:
  saName - The name of the Service Assembly.
Parameters:
  xmlMsg - When set to true, requests that error messagesreturned in the HashMap be in XML management message format.
public  booleancanDeployToComponent(String componentName)
     Get the status to see if SU can be deployed based on component state.
Parameters:
  componentName - The name of the component.
 HashMapdeactivateConnections(String saName)
    
public  Stringdeploy(String saZipURL)
     Deploy a Service Assembly (SA) to the JBI framework.
Parameters:
  saZipURL - The URL of the Service Assembly.
public  StringdeployFromRepository(String serviceAssemblyName)
     Deploy a Service Assembly from the Repository.
public  voiddisableStatistics()
    
public  voidenableStatistics()
    
public  ServiceUnitStategetActualServiceUnitState(String compName, String suName)
     Get the actual state of a service unit.
Parameters:
  compName - The ID of the component.
Parameters:
  suName - The ID of the service unit.
public  ComponentStategetComponentState(String compName)
     Get the actual state of the component from the ComponentLifeCycleMBean.
Parameters:
  compName - The ID of the component.
public  String[]getComponentsForDeployedServiceAssembly(String saName)
     Returns a list of components(to which SUs are targeted for) in a Service Assembly.
public  ElementgetConnectionsElement(String saName)
    
 HashMapgetConnectionsInfo(Element connectionElem, String saName)
    
public  String[]getDeployedServiceAssemblies()
     Returns a list of Service Assemblies deployed to the JBI enviroment.
public  String[]getDeployedServiceAssembliesForComponent(String componentName)
     Returns a list of Service Assemblies that contain SUs for the given component.
public  String[]getDeployedServiceUnitList(String componentName)
     Get list of deployed service units to the component.
Parameters:
  componentName - The name of the component.
public  ObjectNamegetLifeCycleMBeanObjectName(String aCompName)
     returns the ObjectName for the lifecycle Mbean of this component.
public  LinkgetLinkType(String fromEndpoint, String saName)
     Get the link-type for the Endpoint from the Service Units in the Service Assembly.
public  MBeanServerConnectiongetMBeanServerConnection()
    
public  StringgetServiceAssemblyDescriptor(String saName)
     Returns the descriptor of Service Assembly (SA) deployed.
public  ServiceAssemblyStatisticsgetServiceAssemblyStatistics(String saName)
    
public  StringgetServiceUnitDescriptor(String saName, String suName)
     Returns the descriptor of Service Unit(SU) deployed.
public  ServiceUnitInfogetServiceUnitInfo(String compName, String suName)
     Get framework information on a service unit.
Parameters:
  compName - The ID of the component.
Parameters:
  suName - The ID of the service unit.
public  StringgetServiceUnitState(String componentName, String serviceUnitName)
     Get the state of a service unit deployed to a component.
public  StringgetState(String serviceAssemblyName)
    
protected  voidinitModelSystemService(com.sun.jbi.EnvironmentContext anEnv)
     local model init - called by constructor - create custom mbeans.
 StringinitServiceAssembly(String saName)
     Initialize a Service Assembly.
public  booleanisDeployedServiceUnit(String componentName, String serviceUnitName)
     Get the status of deployed service unit.
Parameters:
  componentName - The name of the component.
Parameters:
  serviceUnitName - name of the service unit.
public  booleanisStatisticsEnabled()
    
public  IteratorlistServiceAssemblies(String compName)
    
public  StringregisterServiceUnit(String compName, String saName, String suName, String suRootPath)
    
public  voidremoveStatsObject(String saName)
     This method is used to remove the statistics object of the given SA.
public  voidshutDown()
     Shut down the DeploymentService.
public  StringshutDown(String serviceAssemblyName)
     Shutdown the service assembly and puts it in SHUTDOWN state.
Parameters:
  serviceAssemblyName - - name of the serviceassembly.
public  StringshutDown(String serviceAssemblyName, boolean force)
     Shut down the service assembly.
public  Stringstart(String serviceAssemblyName)
     Starts the service assembly and puts it in STARTED state.
Parameters:
  serviceAssemblyName - - name of the serviceassembly.
public  voidstartAllServiceAssemblies()
     Bring all Service Assemblies to their desired states.
 StringstartServiceAssembly(String saName)
     Start a Service Assembly.
public  Stringstop(String serviceAssemblyName)
     Stops the service assembly and puts it in STOPPED state.
Parameters:
  serviceAssemblyName - - name of the serviceassembly.
 StringstopShutDownServiceAssembly(String saLifecycleMthdName, String saName, boolean force)
    
public  Stringundeploy(String saName)
     Undeploy a Service Assembly from the JBI framework.
public  Stringundeploy(String serviceAssemblyName, boolean force)
     Undeploys the given Service Assembly from the JBI environment.
Parameters:
  serviceAssemblyName - name of the Service Assembly that is to be undeployed; must be non-null and non-empty
Parameters:
  force - if this flag is set to true any undeployment errors thrown from the component will be ignored as the service assembly is forcefullyundeployed.
public  Stringundeploy(String saName, boolean force, boolean keep)
     Undeploys the given Service Assembly from the JBI environment.
Parameters:
  saName - name of the Service Assembly that is to be undeployed; must be non-null and non-empty
Parameters:
  force - if this flag is set to true any undeployment errors thrown from the component will be ignored as the service assembly is forcefullyundeployed.
Parameters:
  keep - if true the service assembly archive should not be removedfrom the domain.
public  StringunregisterServiceUnit(String compName, String suName)
    
public  StringupdateSAState(String saName)
     Determines the appropriate state for a service assembly.
public  voidupdateServiceAssemblyConnections(String compName)
     Activate the Service Connections if SA state is Started, deactivate the connections if state is Stopped or Shutdown.


Constructor Detail
DeploymentService
public DeploymentService(ManagementContext anEnv) throws JBIException(Code)
Constructs a DeploymentService.
Parameters:
  anEnv - ManagementContext.




Method Detail
activateConnections
HashMap activateConnections(String saName) throws Exception(Code)
Activate Service Connections defined in the specified Service Assembly.
Parameters:
  saName - The name of the Service Assembly. a HashMap of result messages with the endpoint or interfacenames as the keys.
throws:
  Exception - if an unrecoverable error occurs.



activateConnections
public HashMap activateConnections(String saName, boolean xmlMsg) throws Exception(Code)
Activate Service Connections defined in the specified Service Assembly.
Parameters:
  saName - The name of the Service Assembly.
Parameters:
  xmlMsg - When set to true, requests that error messagesreturned in the HashMap be in XML management message format. When set tofalse, error messages are in text format. a HashMap of result messages with the endpoint or interfacenames as the keys.
throws:
  Exception - if an unrecoverable error occurs.



canDeployToComponent
public boolean canDeployToComponent(String componentName)(Code)
Get the status to see if SU can be deployed based on component state.
Parameters:
  componentName - The name of the component. A boolean value indicating whether theservice unit can be deployed or not.



deactivateConnections
HashMap deactivateConnections(String saName) throws Exception(Code)



deploy
public String deploy(String saZipURL) throws Exception(Code)
Deploy a Service Assembly (SA) to the JBI framework.
Parameters:
  saZipURL - The URL of the Service Assembly. A string containing the status ofService Assembly deployment including messages from components.
throws:
  Exception - If failed to deploy an SA.



deployFromRepository
public String deployFromRepository(String serviceAssemblyName) throws javax.jbi.JBIException(Code)
Deploy a Service Assembly from the Repository.
This is a NOP.
Parameters:
  serviceAssemblyName - - name of the registered service assembly. a status management message with details on the service assembly deployment.
exception:
  javax.jbi.JBIException - if the service assembly is not registered ordeploy fails.



disableStatistics
public void disableStatistics()(Code)
This method is used to disable statistics collection in deployment service



enableStatistics
public void enableStatistics()(Code)
This method is used to enable statistics collection in deployment service



getActualServiceUnitState
public ServiceUnitState getActualServiceUnitState(String compName, String suName)(Code)
Get the actual state of a service unit.
Parameters:
  compName - The ID of the component.
Parameters:
  suName - The ID of the service unit. int value indicating the service unit state.



getComponentState
public ComponentState getComponentState(String compName)(Code)
Get the actual state of the component from the ComponentLifeCycleMBean.
Parameters:
  compName - The ID of the component. the component state, if the component is not installed a value ofComponentState.UNKNOWN is returned.



getComponentsForDeployedServiceAssembly
public String[] getComponentsForDeployedServiceAssembly(String saName) throws Exception(Code)
Returns a list of components(to which SUs are targeted for) in a Service Assembly.
Parameters:
  saName - name of the Service Assembly list of component names
throws:
  Exception - If fails to retrieve component Ids



getConnectionsElement
public Element getConnectionsElement(String saName) throws Exception(Code)
Get the Connections Element from the Service Assembly Deployment descriptor



getConnectionsInfo
HashMap getConnectionsInfo(Element connectionElem, String saName) throws DeploymentException(Code)



getDeployedServiceAssemblies
public String[] getDeployedServiceAssemblies() throws Exception(Code)
Returns a list of Service Assemblies deployed to the JBI enviroment. list of Service Assembly names
throws:
  Exception - If failed to retrieve SA Ids



getDeployedServiceAssembliesForComponent
public String[] getDeployedServiceAssembliesForComponent(String componentName) throws Exception(Code)
Returns a list of Service Assemblies that contain SUs for the given component.
Parameters:
  componentName - Name of the component list of Service Assembly names
throws:
  Exception - If fails to retrieve SA Ids



getDeployedServiceUnitList
public String[] getDeployedServiceUnitList(String componentName) throws Exception(Code)
Get list of deployed service units to the component.
Parameters:
  componentName - The name of the component. A string array containing the list ofservice units deployed to the component.
throws:
  Exception - If component throws an exception



getLifeCycleMBeanObjectName
public ObjectName getLifeCycleMBeanObjectName(String aCompName) throws Exception(Code)
returns the ObjectName for the lifecycle Mbean of this component.
Parameters:
  aCompName - id of a binding or engine component the ObjectName for the lifecycle Mbean.
throws:
  Exception - If failed to lookup object name



getLinkType
public Link getLinkType(String fromEndpoint, String saName) throws Exception(Code)
Get the link-type for the Endpoint from the Service Units in the Service Assembly. The DOM processing should be replaced by using JAXB.
Parameters:
  fromEndpoint - - the connection consumer service endpoint
Parameters:
  saName - - the service assembly name



getMBeanServerConnection
public MBeanServerConnection getMBeanServerConnection()(Code)
Get the MBean Server thge MBean Server reference.



getServiceAssemblyDescriptor
public String getServiceAssemblyDescriptor(String saName) throws Exception(Code)
Returns the descriptor of Service Assembly (SA) deployed.
Parameters:
  saName - name of the service assembly descriptor of Service Assembly (SA)
throws:
  Exception - If fails to retrieve deployment descriptor



getServiceAssemblyStatistics
public ServiceAssemblyStatistics getServiceAssemblyStatistics(String saName) throws RuntimeException(Code)
This method is used to get statistics for the given SA
Parameters:
  saName - the servie assembly name ServiceAssemblyStatistics sa Stats
throws:
  RuntimeException - is statistics for this SA are not available



getServiceUnitDescriptor
public String getServiceUnitDescriptor(String saName, String suName) throws UnsupportedOperationException(Code)
Returns the descriptor of Service Unit(SU) deployed.
Parameters:
  saName - name of the service assembly
Parameters:
  saName - name of the service unit descriptor of Service Unit(SU)
throws:
  Exception - If fails to retrieve deployment descriptor



getServiceUnitInfo
public ServiceUnitInfo getServiceUnitInfo(String compName, String suName)(Code)
Get framework information on a service unit.
Parameters:
  compName - The ID of the component.
Parameters:
  suName - The ID of the service unit. ServiceUnitInfo service unit information.



getServiceUnitState
public String getServiceUnitState(String componentName, String serviceUnitName) throws javax.jbi.JBIException(Code)
Get the state of a service unit deployed to a component.
If the service unit is deployed to the component then one of the states : "Started", "Stopped" or "Shutdown" is returned. the actual state of the deployed service unit or "Unknown".
Parameters:
  componentName - - the component name
Parameters:
  serviceUnitName - - name of the service unit
exception:
  javax.jbi.JBIException - if the component is not installed or if the service unit is not deployed to the component.
See Also:   javax.jbi.management.DeploymentServiceMBean



getState
public String getState(String serviceAssemblyName) throws Exception(Code)



initModelSystemService
protected void initModelSystemService(com.sun.jbi.EnvironmentContext anEnv)(Code)
local model init - called by constructor - create custom mbeans.



initServiceAssembly
String initServiceAssembly(String saName) throws Exception(Code)
Initialize a Service Assembly. All the Service Units of this Service Assembly that satisfy the following criteria are initialized:
    • the service unit is deployed
      the service unit is not already initialized
      the target component is installed
      the target component is not in the "Shutdown" state

  • This operation first filters out the Service Units to be initialized.
    Parameters:
      saName - - name of service assembly to be targeted



    isDeployedServiceUnit
    public boolean isDeployedServiceUnit(String componentName, String serviceUnitName) throws Exception(Code)
    Get the status of deployed service unit.
    Parameters:
      componentName - The name of the component.
    Parameters:
      serviceUnitName - name of the service unit. A boolean value indicating whether theservice unit is deployed or not.
    throws:
      Exception - If component throws an exception



    isStatisticsEnabled
    public boolean isStatisticsEnabled()(Code)
    This method is used to enable statistics collection in deployment service



    listServiceAssemblies
    public Iterator listServiceAssemblies(String compName)(Code)



    registerServiceUnit
    public String registerServiceUnit(String compName, String saName, String suName, String suRootPath) throws Exception(Code)



    removeStatsObject
    public void removeStatsObject(String saName)(Code)
    This method is used to remove the statistics object of the given SA. This object is removed after a SA is undeployed.
    Parameters:
      saName - the service assembly name



    shutDown
    public void shutDown() throws javax.jbi.JBIException(Code)
    Shut down the DeploymentService.
    exception:
      javax.jbi.JBIException - if the item fails to shut down.



    shutDown
    public String shutDown(String serviceAssemblyName) throws Exception(Code)
    Shutdown the service assembly and puts it in SHUTDOWN state.
    Parameters:
      serviceAssemblyName - - name of the serviceassembly. Result/Status of this operation.
    throws:
      Exception - if operation fails.



    shutDown
    public String shutDown(String serviceAssemblyName, boolean force) throws Exception(Code)
    Shut down the service assembly.
    Parameters:
      serviceAssemblyName - name of the assembly to be shut down; must benon-null and non-empty
    Parameters:
      force - if this flag is true, the service assembly is shutdown forcefully.Any exceptions thrown by the component for service unit shutdown are ignored. result / status string giving the results of shutting down each service unit in the assembly; must be non-null and non-empty
    exception:
      Exception - if there is no such assembly
    exception:
      Exception - if the assembly fails to shut down



    start
    public String start(String serviceAssemblyName) throws Exception(Code)
    Starts the service assembly and puts it in STARTED state.
    Parameters:
      serviceAssemblyName - - name of the serviceassembly. Result/Status of this operation.
    throws:
      Exception - if operation fails.



    startAllServiceAssemblies
    public void startAllServiceAssemblies()(Code)
    Bring all Service Assemblies to their desired states. This is done only during startup of the runtime, after all components have been brought to their desired states. Any failures that occur here are logged. Note: There is a requirement in the JSR208 specification that all Service Units must be initialized during startup of the runtime to eliminate the need for components to persist SU information. This means that for any SUs whose containing SA has a desired state of "Shutdown", the SU must be shut down after it is initialized. Here is the text from the JSR208 specification: JBI implementations MUST retain the running state of all service unit deployments, such that the system can be restarted from a shutdown or crash, and all deployments will be restored to their previous running state. During component restart, the implementation MUST perform the following to restore a service unit to its previous state:
    • Started. The implementation MUST call init(), followed by start().
    • Stopped. The implementation MUST call init() to restore a service unit to the stopped state.
    • Shutdown. The implementation MUST call init() followed by shutDown() to restore a service unit to the shutdown state.
    • In all cases of state restoration, the implementation MUST call init() for all service units in the group being restored before any other life cycle methods for service units in the group are called
      In support of the above requirement, this method first initializes ALL deployed Service Assemblies. After that, all deployed SAs are brought to their desired states, either "Shutdown", "Stopped", or "Started".



    startServiceAssembly
    String startServiceAssembly(String saName) throws Exception(Code)
    Start a Service Assembly. All the Service Units are first initialized and then started. From the list of deployed service units only those service units are started, which :
    • are deployed
      are not already started
      the target component is installed
      the target component is not in the "Shutdown" state

  • This operation first filters out the service units to be started
    Parameters:
      saName - - name of service assembly to be targeted



    stop
    public String stop(String serviceAssemblyName) throws Exception(Code)
    Stops the service assembly and puts it in STOPPED state.
    Parameters:
      serviceAssemblyName - - name of the serviceassembly. Result/Status of this operation.
    throws:
      Exception - if operation fails.



    stopShutDownServiceAssembly
    String stopShutDownServiceAssembly(String saLifecycleMthdName, String saName, boolean force) throws Exception(Code)

    Parameters:
      lifecycle - operation name - stop/shutDown
    Parameters:
      saName - - name of service assembly to be targeted
    Parameters:
      force - - if true the state change is forceful ( applies only when theoperation is stop/shutDown )



    undeploy
    public String undeploy(String saName) throws Exception(Code)
    Undeploy a Service Assembly from the JBI framework.
    Parameters:
      saName - - service assembly name A string containing the status ofService Assembly undeployment including messages from components.
    throws:
      Exception - if undeploy fails.



    undeploy
    public String undeploy(String serviceAssemblyName, boolean force) throws Exception(Code)
    Undeploys the given Service Assembly from the JBI environment.
    Parameters:
      serviceAssemblyName - name of the Service Assembly that is to be undeployed; must be non-null and non-empty
    Parameters:
      force - if this flag is set to true any undeployment errors thrown from the component will be ignored as the service assembly is forcefullyundeployed. Result/Status of the current undeployment; must conform to JBI management result/status XML schema; must be non-null andnon-empty
    exception:
      Exception - if compelete undeployment fails



    undeploy
    public String undeploy(String saName, boolean force, boolean keep) throws Exception(Code)
    Undeploys the given Service Assembly from the JBI environment.
    Parameters:
      saName - name of the Service Assembly that is to be undeployed; must be non-null and non-empty
    Parameters:
      force - if this flag is set to true any undeployment errors thrown from the component will be ignored as the service assembly is forcefullyundeployed.
    Parameters:
      keep - if true the service assembly archive should not be removedfrom the domain. If false the archive is removed if the service assembly is not deployed on any instances. This flag is ignored on the instance. Result/Status of the current undeployment; must conform to JBI management result/status XML schema; must be non-null andnon-empty
    exception:
      Exception - if compelete undeployment fails



    unregisterServiceUnit
    public String unregisterServiceUnit(String compName, String suName) throws Exception(Code)

    Parameters:
      compName - - target component for service unit unregistration
    Parameters:
      suName - - name of service unit to unregister



    updateSAState
    public String updateSAState(String saName)(Code)
    Determines the appropriate state for a service assembly. This code is necessary because the component autostart information may only be part of the picture for a given SA (which can include multiple SUs, targeted at multiple components).



    updateServiceAssemblyConnections
    public void updateServiceAssemblyConnections(String compName)(Code)
    Activate the Service Connections if SA state is Started, deactivate the connections if state is Stopped or Shutdown.



    Fields inherited from com.sun.jbi.management.system.ModelSystemService
    protected ObjectName mAdminServiceMBeanName(Code)(Java Doc)
    protected ObjectName mConfigMBeanName(Code)(Java Doc)
    protected ObjectName mConfigServiceMBeanName(Code)(Java Doc)
    protected ObjectName mDeployServiceMBeanName(Code)(Java Doc)
    protected String mDisplayName(Code)(Java Doc)
    protected com.sun.jbi.EnvironmentContext mEnv(Code)(Java Doc)
    protected MBeanSet mInitialMBeansmStartMBeans(Code)(Java Doc)
    protected ObjectName mInstallServiceMBeanName(Code)(Java Doc)
    protected JbiNameInfo mJbiNameInfo(Code)(Java Doc)
    protected ObjectName mLifeCycleMBeanName(Code)(Java Doc)
    protected Logger mLogger(Code)(Java Doc)
    protected LoggerMBean mLoggerImpl(Code)(Java Doc)
    protected ObjectName mLoggerMBeanName(Code)(Java Doc)
    protected ObjectName mLoggingServiceMBeanName(Code)(Java Doc)
    protected com.sun.jbi.management.MBeanNames mMBeanNames(Code)(Java Doc)
    protected MBeanServer mMBeanServer(Code)(Java Doc)
    protected ObjectName mMessageServiceMBeanName(Code)(Java Doc)
    final protected String mModelName(Code)(Java Doc)
    protected ObjectName mStatisticsMBeanName(Code)(Java Doc)
    protected StringTranslator mTranslator(Code)(Java Doc)

    Methods inherited from com.sun.jbi.management.system.ModelSystemService
    public void addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) throws java.lang.IllegalArgumentException(Code)(Java Doc)
    protected void bootstrap()(Code)(Java Doc)
    protected com.sun.jbi.ComponentQuery getComponentQuery()(Code)(Java Doc)
    public String getCurrentState()(Code)(Java Doc)
    public NotificationBroadcasterSupport getNotificationBroadcaster()(Code)(Java Doc)
    public MBeanNotificationInfo[] getNotificationInfo()(Code)(Java Doc)
    protected Registry getRegistry()(Code)(Java Doc)
    protected void initModelSystemService(com.sun.jbi.EnvironmentContext anEnv, JbiNameInfo aJbiName)(Code)(Java Doc)
    protected void initModelSystemService(com.sun.jbi.EnvironmentContext anEnv, Logger aLogger, JbiNameInfo aJbiName)(Code)(Java Doc)
    public void removeNotificationListener(NotificationListener listener) throws ListenerNotFoundException(Code)(Java Doc)
    public void removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) throws ListenerNotFoundException(Code)(Java Doc)
    public void shutDown() throws javax.jbi.JBIException(Code)(Java Doc)
    public void start() throws javax.jbi.JBIException(Code)(Java Doc)
    public void stop() throws javax.jbi.JBIException(Code)(Java Doc)

    Methods inherited from java.lang.Object
    native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
    public boolean equals(Object obj)(Code)(Java Doc)
    protected void finalize() throws Throwable(Code)(Java Doc)
    final native public Class getClass()(Code)(Java Doc)
    native public int hashCode()(Code)(Java Doc)
    final native public void notify()(Code)(Java Doc)
    final native public void notifyAll()(Code)(Java Doc)
    public String toString()(Code)(Java Doc)
    final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
    final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
    final public void wait() throws InterruptedException(Code)(Java Doc)

    www.java2java.com | Contact Us
    Copyright 2009 - 12 Demo Source and Support. All rights reserved.
    All other trademarks are property of their respective owners.