Java Doc for AbstractListStateServiceMBeansImpl.java in  » ESB » open-esb » com » sun » esb » management » base » services » 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.esb.management.base.services 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.esb.management.base.services.AbstractServiceMBeansImpl
      com.sun.esb.management.base.services.AbstractListStateServiceMBeansImpl

All known Subclasses:   com.sun.esb.management.impl.runtime.RuntimeManagementServiceMBeanImpl,  com.sun.esb.management.impl.administration.AdministrationServiceMBeanImpl,  com.sun.esb.management.impl.configuration.ConfigurationServiceMBeanImpl,
AbstractListStateServiceMBeansImpl
public class AbstractListStateServiceMBeansImpl extends AbstractServiceMBeansImpl implements Serializable(Code)

author:
   graj


Field Summary
final protected static  intANY_FRAMEWORK_COMPONENT_STATE
    
final protected static  StringFRAMEWORK_SA_ANY_STATE
    
final protected static  StringFRAMEWORK_SA_SHUTDOWN_STATE
    
final protected static  StringFRAMEWORK_SA_STARTED_STATE
    
final protected static  StringFRAMEWORK_SA_STOPPED_STATE
    
final protected static  StringFRAMEWORK_SU_SHUTDOWN_STATE
    
final protected static  StringFRAMEWORK_SU_STARTED_STATE
    
final protected static  StringFRAMEWORK_SU_STOPPED_STATE
    
final protected static  StringFRAMEWORK_SU_UNKNOWN_STATE
    
final static  longserialVersionUID
    

Constructor Summary
public  AbstractListStateServiceMBeansImpl(EnvironmentContext anEnvContext)
    

Method Summary
protected  voidcomponentStartedOnTargetCheck(String componentName, String target)
     Check if the component is in the "Started" state on the target.
protected  ObjectNamegetComponentLifeCycleMBeanObjectName(String componentName, String targetName)
     returns the ObjectName for the lifecycle Mbean of this component.
protected  CollectiongetComponentNamesDependentOnServiceAssembly(ComponentType frameworkCompType, ComponentState frameworkCompStatus, String saName, String targetName)
    
protected  CollectiongetComponentNamesDependentOnServiceAssembly(String saId, String targetName)
    
protected  CollectiongetComponentNamesDependentOnSharedLibrary(ComponentType frameworkCompType, ComponentState frameworkCompStatus, String slibName, String targetName)
    
protected  CollectiongetComponentNamesDependentOnSharedLibrary(String slibName, String targetName)
    
protected  CollectiongetComponentNamesDependentOnSharedLibraryAndServiceAssembly(ComponentType frameworkCompType, ComponentState frameworkCompStatus, String slibName, String saName, String targetName)
     list of component names.
protected  SetgetComponentNamesWithStatus(ComponentType frameworkCompType, ComponentState frameworkCompStatus, String targetName)
    
protected  StringgetComponentState(String componentName, String targetName)
    
protected  Map<String, Descriptor>getConfigurationDescriptors(ObjectName objectName)
    
protected  ListgetFrameworkComponentInfoList(Collection compNameList, String targetName)
    
protected  ListgetFrameworkComponentInfoListForEnginesAndBindings(ComponentType frameworkCompType, ComponentState frameworkCompState, String sharedLibraryName, String serviceAssemblyName, String targetName)
     list of componentinfo objects.
protected  ListgetFrameworkComponentInfoListForSharedLibraries(String componentName, String targetName)
     this methods check for valid inputs and take only a valid inputs.
protected  ListgetFrameworkComponentInfoListForSharedLibraryNames(Collection slibNameList, String targetName)
    
protected  ComponentQuerygetFrameworkComponentQuery(String targetName)
    
protected  ListgetServiceAssemblyInfoList(String frameworkState, String componentName, String targetName)
    
protected  ObjectName[]getSystemLoggerMBeans(String instanceName)
    
protected  ListgetUiComponentInfoList(ComponentType frameworkCompType, String targetName)
    
protected  booleanisExistingComponent(String componentName, String targetName)
    
protected  booleanisExistingSharedLibrary(String sharedLibraryName, String targetName)
    
protected  StringlistComponents(ComponentType type, String state, String sharedLibraryName, String serviceAssemblyName, String targetName)
     return component info xml text that has service engines or binding components infos or both which satisfies the options passed to the method.
Parameters:
  type - ComponentInfo.BINDING, ENGINE, BINDING_ENGINE .
Parameters:
  state - return all the components that are in the specified state.valid states are JBIComponentInfo.STARTED, STOPPED, INSTALLEDor null for ANY state
Parameters:
  sharedLibraryName - return all the components that have a dependency on thespecified shared library.
protected static  ComponentStatetoFrameworkComponentInfoState(String uiCompState)
    
protected static  ComponentTypetoFrameworkComponentInfoType(String uiCompType)
    
protected static  StringtoFrameworkServiceAssemblyState(String uiState)
     converts to deployment service service assembly state.
protected  JBIComponentInfotoUiComponentInfo(ComponentInfo frameworkCompInfo, String targetName)
    
protected  ListtoUiComponentInfoList(List frameworkCompList, String targetName)
    
protected static  StringtoUiComponentInfoState(ComponentState frameworkCompState)
    
protected static  StringtoUiComponentInfoType(ComponentType frameworkCompType)
    
protected static  StringtoUiServiceAssemblyState(String frameworkState)
    
protected static  StringtoUiServiceUnitState(String frameworkState)
    
protected  voidupdateEachServiceUnitInfoStateInServiceAssemblyInfo(ServiceAssemblyInfo saInfo, String targetName)
    
protected  voidupdateServiceAssemblyInfoState(ServiceAssemblyInfo saInfo, String targetName)
    
protected  voidupdateServiceUnitInfoState(ServiceUnitInfo suInfo, ObjectName deploymentServiceMBean)
    
protected  voidvalidateUiJBIComponentInfoState(String state)
    
protected  voidvalidateUiServiceAssemblyInfoState(String state)
    

Field Detail
ANY_FRAMEWORK_COMPONENT_STATE
final protected static int ANY_FRAMEWORK_COMPONENT_STATE(Code)
any framework state



FRAMEWORK_SA_ANY_STATE
final protected static String FRAMEWORK_SA_ANY_STATE(Code)
any state



FRAMEWORK_SA_SHUTDOWN_STATE
final protected static String FRAMEWORK_SA_SHUTDOWN_STATE(Code)
sa shutdown state



FRAMEWORK_SA_STARTED_STATE
final protected static String FRAMEWORK_SA_STARTED_STATE(Code)
sa started state



FRAMEWORK_SA_STOPPED_STATE
final protected static String FRAMEWORK_SA_STOPPED_STATE(Code)
sa stopped state



FRAMEWORK_SU_SHUTDOWN_STATE
final protected static String FRAMEWORK_SU_SHUTDOWN_STATE(Code)
state



FRAMEWORK_SU_STARTED_STATE
final protected static String FRAMEWORK_SU_STARTED_STATE(Code)
state



FRAMEWORK_SU_STOPPED_STATE
final protected static String FRAMEWORK_SU_STOPPED_STATE(Code)
state



FRAMEWORK_SU_UNKNOWN_STATE
final protected static String FRAMEWORK_SU_UNKNOWN_STATE(Code)
state



serialVersionUID
final static long serialVersionUID(Code)




Constructor Detail
AbstractListStateServiceMBeansImpl
public AbstractListStateServiceMBeansImpl(EnvironmentContext anEnvContext)(Code)

Parameters:
  anEnvContext -




Method Detail
componentStartedOnTargetCheck
protected void componentStartedOnTargetCheck(String componentName, String target) throws ManagementRemoteException(Code)
Check if the component is in the "Started" state on the target. A JBI Management exception is thrown if the component is not in the started state.
Parameters:
  componentName - - component name
Parameters:
  target - - target name, can be standalone or clustered instance, clusteror "server".
throws:
  ManagementRemoteException - if component is not started on target.



getComponentLifeCycleMBeanObjectName
protected ObjectName getComponentLifeCycleMBeanObjectName(String componentName, String targetName) throws ManagementRemoteException(Code)
returns the ObjectName for the lifecycle Mbean of this component. the ObjectName for the lifecycle Mbean.
Parameters:
  componentName - of a binding or engine component.
Parameters:
  targetName -
throws:
  ManagementRemoteException - on error



getComponentNamesDependentOnServiceAssembly
protected Collection getComponentNamesDependentOnServiceAssembly(ComponentType frameworkCompType, ComponentState frameworkCompStatus, String saName, String targetName)(Code)
list of component names list of component names
Parameters:
  frameworkCompType - component type
Parameters:
  frameworkCompStatus - component state
Parameters:
  saName - service assembly name
Parameters:
  targetName -



getComponentNamesDependentOnServiceAssembly
protected Collection getComponentNamesDependentOnServiceAssembly(String saId, String targetName)(Code)
list of component names list of component names
Parameters:
  saId - service assembly name.
Parameters:
  targetName -



getComponentNamesDependentOnSharedLibrary
protected Collection getComponentNamesDependentOnSharedLibrary(ComponentType frameworkCompType, ComponentState frameworkCompStatus, String slibName, String targetName)(Code)
list of component names list of component names
Parameters:
  frameworkCompType - component type
Parameters:
  frameworkCompStatus - component state
Parameters:
  slibName - shared library name
Parameters:
  targetName -



getComponentNamesDependentOnSharedLibrary
protected Collection getComponentNamesDependentOnSharedLibrary(String slibName, String targetName)(Code)
list of component names list of component names
Parameters:
  slibName - shared library name.
Parameters:
  targetName -



getComponentNamesDependentOnSharedLibraryAndServiceAssembly
protected Collection getComponentNamesDependentOnSharedLibraryAndServiceAssembly(ComponentType frameworkCompType, ComponentState frameworkCompStatus, String slibName, String saName, String targetName)(Code)
list of component names. this method requires non null inputs list of component names.
Parameters:
  frameworkCompType - component type
Parameters:
  frameworkCompStatus - component state
Parameters:
  slibName - shared library name
Parameters:
  saName - service assembly name
Parameters:
  targetName -



getComponentNamesWithStatus
protected Set getComponentNamesWithStatus(ComponentType frameworkCompType, ComponentState frameworkCompStatus, String targetName)(Code)
list of component names list of component names
Parameters:
  frameworkCompType - component type
Parameters:
  frameworkCompStatus - component state
Parameters:
  targetName -



getComponentState
protected String getComponentState(String componentName, String targetName) throws ManagementRemoteException(Code)
Gets the component state
Parameters:
  componentName -
Parameters:
  targetName - the state of the component
throws:
  ManagementRemoteException - on error



getConfigurationDescriptors
protected Map<String, Descriptor> getConfigurationDescriptors(ObjectName objectName) throws ManagementRemoteException(Code)
Get the attributes on the MBean
Parameters:
  mbeanServer -
Parameters:
  objectName -
throws:
  JBIRemoteException -



getFrameworkComponentInfoList
protected List getFrameworkComponentInfoList(Collection compNameList, String targetName)(Code)
framework component info list
Parameters:
  compNameList - list of component names
Parameters:
  targetName - framework component info list



getFrameworkComponentInfoListForEnginesAndBindings
protected List getFrameworkComponentInfoListForEnginesAndBindings(ComponentType frameworkCompType, ComponentState frameworkCompState, String sharedLibraryName, String serviceAssemblyName, String targetName) throws ManagementRemoteException(Code)
list of componentinfo objects. this methods check for valid inputs and take only a valid inputs. for example slib, saName both can be null
Parameters:
  frameworkCompType - component type.
Parameters:
  frameworkCompState - component state
Parameters:
  sharedLibraryName - shared library name
Parameters:
  serviceAssemblyName - service assembly name
Parameters:
  targetName -
throws:
  com.sun.jbi.ui.common.ManagementRemoteException - on error list of component info



getFrameworkComponentInfoListForSharedLibraries
protected List getFrameworkComponentInfoListForSharedLibraries(String componentName, String targetName) throws ManagementRemoteException(Code)
this methods check for valid inputs and take only a valid inputs. for example slib, saName both can be null
Parameters:
  componentName - name
Parameters:
  targetName -
throws:
  com.sun.jbi.ui.common.ManagementRemoteException - on error list of componentInfo objects



getFrameworkComponentInfoListForSharedLibraryNames
protected List getFrameworkComponentInfoListForSharedLibraryNames(Collection slibNameList, String targetName)(Code)
list of component infos
Parameters:
  targetName - list of component infos
Parameters:
  slibNameList - shared library names



getFrameworkComponentQuery
protected ComponentQuery getFrameworkComponentQuery(String targetName)(Code)
return framework query
Parameters:
  targetName - framework query interface



getServiceAssemblyInfoList
protected List getServiceAssemblyInfoList(String frameworkState, String componentName, String targetName) throws ManagementRemoteException(Code)
list of service assembly infos
Parameters:
  frameworkState - state
Parameters:
  componentName - name
Parameters:
  targetName -
throws:
  com.sun.jbi.ui.common.ManagementRemoteException - on error list of service assembly infos



getSystemLoggerMBeans
protected ObjectName[] getSystemLoggerMBeans(String instanceName)(Code)
Looks up the cascaded LoggerMBeans for all JBI Framework System Services for a specific instance array of object names for all system service LoggerMBeans.



getUiComponentInfoList
protected List getUiComponentInfoList(ComponentType frameworkCompType, String targetName) throws ManagementRemoteException(Code)
list of ui component infos list of ui component infos
Parameters:
  frameworkCompType - type of the component
Parameters:
  targetName -



isExistingComponent
protected boolean isExistingComponent(String componentName, String targetName)(Code)
checks the component name in the registry true if component exists else false.
Parameters:
  componentName - name of the component
Parameters:
  targetName -



isExistingSharedLibrary
protected boolean isExistingSharedLibrary(String sharedLibraryName, String targetName)(Code)
check for shared namespace true if it is namespace id else false.
Parameters:
  sharedLibraryName - id String
Parameters:
  targetName -



listComponents
protected String listComponents(ComponentType type, String state, String sharedLibraryName, String serviceAssemblyName, String targetName) throws ManagementRemoteException(Code)
return component info xml text that has service engines or binding components infos or both which satisfies the options passed to the method.
Parameters:
  type - ComponentInfo.BINDING, ENGINE, BINDING_ENGINE .
Parameters:
  state - return all the components that are in the specified state.valid states are JBIComponentInfo.STARTED, STOPPED, INSTALLEDor null for ANY state
Parameters:
  sharedLibraryName - return all the components that have a dependency on thespecified shared library. null value to ignore this option.
Parameters:
  serviceAssemblyName - return all the components that have the specified serviceassembly deployed on them. null value to ignore this option.
Parameters:
  targetName - xml text contain the list of component infos
throws:
  ManagementRemoteException - if error or exception occurs.



toFrameworkComponentInfoState
protected static ComponentState toFrameworkComponentInfoState(String uiCompState)(Code)
framework states state
Parameters:
  uiCompState - state



toFrameworkComponentInfoType
protected static ComponentType toFrameworkComponentInfoType(String uiCompType)(Code)
converts type int type
Parameters:
  uiCompType - type



toFrameworkServiceAssemblyState
protected static String toFrameworkServiceAssemblyState(String uiState)(Code)
converts to deployment service service assembly state. state
Parameters:
  uiState - state



toUiComponentInfo
protected JBIComponentInfo toUiComponentInfo(ComponentInfo frameworkCompInfo, String targetName) throws ManagementRemoteException(Code)
return component info object object
Parameters:
  frameworkCompInfo - framework component info
Parameters:
  targetName -



toUiComponentInfoList
protected List toUiComponentInfoList(List frameworkCompList, String targetName) throws ManagementRemoteException(Code)
convert to ui component info list ui component info list
Parameters:
  frameworkCompList - framework component info list



toUiComponentInfoState
protected static String toUiComponentInfoState(ComponentState frameworkCompState)(Code)
converts state state
Parameters:
  frameworkCompState - state



toUiComponentInfoType
protected static String toUiComponentInfoType(ComponentType frameworkCompType)(Code)
converts type type
Parameters:
  frameworkCompType - type



toUiServiceAssemblyState
protected static String toUiServiceAssemblyState(String frameworkState)(Code)
converts to ui service assembly state state
Parameters:
  frameworkState - state



toUiServiceUnitState
protected static String toUiServiceUnitState(String frameworkState)(Code)
converts to ui service unit state state
Parameters:
  frameworkState - state



updateEachServiceUnitInfoStateInServiceAssemblyInfo
protected void updateEachServiceUnitInfoStateInServiceAssemblyInfo(ServiceAssemblyInfo saInfo, String targetName) throws ManagementRemoteException(Code)
update the state in each service unit info in service assembly info
Parameters:
  saInfo - service assembly info object
Parameters:
  targetName -
throws:
  com.sun.jbi.ui.common.ManagementRemoteException - on error



updateServiceAssemblyInfoState
protected void updateServiceAssemblyInfoState(ServiceAssemblyInfo saInfo, String targetName) throws ManagementRemoteException(Code)
update state in service assembly info
Parameters:
  saInfo - service assembly info
Parameters:
  targetName -
throws:
  com.sun.jbi.ui.common.ManagementRemoteException - on error



updateServiceUnitInfoState
protected void updateServiceUnitInfoState(ServiceUnitInfo suInfo, ObjectName deploymentServiceMBean)(Code)
updates the state in the service unit info
Parameters:
  suInfo - service unit info object
Parameters:
  ObjectName - deploymentServiceMBean



validateUiJBIComponentInfoState
protected void validateUiJBIComponentInfoState(String state) throws ManagementRemoteException(Code)
validates the state value component info
throws:
  ManagementRemoteException - on validation failure



validateUiServiceAssemblyInfoState
protected void validateUiServiceAssemblyInfoState(String state) throws ManagementRemoteException(Code)
validates the state value for service assembly
throws:
  ManagementRemoteException - on validation failure



Fields inherited from com.sun.esb.management.base.services.AbstractServiceMBeansImpl
final protected static String COLON(Code)(Java Doc)
final protected static String COMMA(Code)(Java Doc)
final protected static String COMPONENT_CONFIG_INSTANCE_ERROR_KEY(Code)(Java Doc)
final protected static String CUSTOM_ADMINISTRATION_NAME_KEY(Code)(Java Doc)
final protected static String CUSTOM_CONFIGURATION_NAME_KEY(Code)(Java Doc)
final protected static String CUSTOM_LOGGER_NAME_KEY(Code)(Java Doc)
final protected static String CUSTOM_MANAGEMENT_ACTIONS_NAME_KEY(Code)(Java Doc)
final protected static String CUSTOM_STATISTICS_NAME_KEY(Code)(Java Doc)
final protected static String DOMAIN_TARGET_KEY(Code)(Java Doc)
protected static String EBIJMXDOMAIN(Code)(Java Doc)
final protected static String EQUAL(Code)(Java Doc)
final protected static String IDENTIFICATION_NAME_KEY(Code)(Java Doc)
final protected static String JMX_EBI_DOMAIN(Code)(Java Doc)
final protected static char PASSWORD_MASK_CHARACTER(Code)(Java Doc)
final protected static String RUNNING_STATE(Code)(Java Doc)
final protected static String SERVER_TARGET_KEY(Code)(Java Doc)
final protected static String SERVICE_TYPE_KEY(Code)(Java Doc)
final protected static String STARTED_STATE(Code)(Java Doc)
protected ComponentConfigurationHelper componentConfigurationHelper(Code)(Java Doc)
protected EnvironmentContext environmentContext(Code)(Java Doc)
final static long serialVersionUID(Code)(Java Doc)

Methods inherited from com.sun.esb.management.base.services.AbstractServiceMBeansImpl
protected void checkForValidTarget(ObjectName objectName, String targetName) throws ManagementRemoteException(Code)(Java Doc)
protected void checkForValidTarget(ObjectName objectName, String targetName, boolean useTargetNameFlag) throws ManagementRemoteException(Code)(Java Doc)
protected TargetType checkTargetType(String target)(Code)(Java Doc)
protected AttributeList constructMBeanAttributes(ObjectName objectName, Properties params) throws ManagementRemoteException(Code)(Java Doc)
protected AttributeList constructMBeanAttributes(ObjectName objectName, Map<String /*attributeName*/, Object params) throws ManagementRemoteException(Code)(Java Doc)
protected AttributeList constructMBeanAttributes(MBeanServerConnection mbeanServer, ObjectName objectName, Properties params) throws ManagementRemoteException(Code)(Java Doc)
protected Exception createManagementException(String bundleKey, String[] args, Exception sourceException)(Code)(Java Doc)
protected String createManagementMessage(String taskId, boolean successResult, String msgType, String msgCode, Object[] args)(Code)(Java Doc)
protected void domainTargetCheck(String target) throws ManagementRemoteException(Code)(Java Doc)
protected Map<String /*instanceName*/, ObjectName[]> findLiveExtensionMBeanObjectNames(String componentName, String extensionName, String targetName) throws ManagementRemoteException(Code)(Java Doc)
protected ObjectName getAdminServiceMBeanObjectName() throws ManagementRemoteException(Code)(Java Doc)
protected ObjectName getAdminServiceMBeanObjectName(String targetName)(Code)(Java Doc)
protected Object getAttributeValue(String targetName, ObjectName objectName, String attributeName) throws ManagementRemoteException(Code)(Java Doc)
protected Object getAttributeValue(MBeanServer mbeanServer, ObjectName objectName, String attributeName) throws ManagementRemoteException(Code)(Java Doc)
protected Object getAttributeValue(MBeanServerConnection mbeanServer, ObjectName objectName, String attributeName) throws ManagementRemoteException(Code)(Java Doc)
protected Object getAttributeValue(ObjectName objectName, String attributeName) throws ManagementRemoteException(Code)(Java Doc)
protected Map<String, ObjectName[]> getComponentExtensionMBeanObjectNames(String componentName, String extensionName, String targetName) throws ManagementRemoteException(Code)(Java Doc)
protected ObjectName[] getComponentExtensionMBeanObjectNames(String componentName, String extensionName, String targetName, String targetInstanceName) throws ManagementRemoteException(Code)(Java Doc)
protected ObjectName getDeploymentServiceMBeanObjectName(String targetName)(Code)(Java Doc)
protected static String getEbiJmxDomain()(Code)(Java Doc)
protected ObjectName getEbiStatusMBeanObjectName(String componentName, String targetName) throws ManagementRemoteException(Code)(Java Doc)
protected static EnvironmentContext getEnvironmentContext()(Code)(Java Doc)
protected ObjectName getExtensionMBeanObjectName(String componentName, String targetName) throws ManagementRemoteException(Code)(Java Doc)
protected static I18NBundle getI18NBundle()(Code)(Java Doc)
protected static I18NBundle getI18NBundle(String packageName)(Code)(Java Doc)
protected ObjectName getInstallationServiceMBeanObjectName(String targetName)(Code)(Java Doc)
protected Object getMBeanAttribute(ObjectName objectName, String attributeName) throws ManagementRemoteException(Code)(Java Doc)
protected Properties getMBeanAttributeValues(MBeanServerConnection connection, ObjectName objectName) throws ManagementRemoteException(Code)(Java Doc)
protected Map<String /*attributeName*/, Object getMBeanAttributeValuesAsMap(MBeanServerConnection connection, ObjectName objectName) throws ManagementRemoteException(Code)(Java Doc)
protected MBeanServerConnection getMBeanServerConnection(String targetName) throws ManagementRemoteException(Code)(Java Doc)
protected PlatformContext getPlatformContext()(Code)(Java Doc)
protected String getPlatformContextAdminServerName()(Code)(Java Doc)
protected Set<String> getPlatformContextClusterNames()(Code)(Java Doc)
protected Set<String> getPlatformContextClusteredServerNames()(Code)(Java Doc)
protected String getPlatformContextInstallRoot()(Code)(Java Doc)
protected String getPlatformContextInstanceName()(Code)(Java Doc)
protected String getPlatformContextInstanceRoot()(Code)(Java Doc)
protected String getPlatformContextJmxRmiPort()(Code)(Java Doc)
protected MBeanServer getPlatformContextMBeanServer()(Code)(Java Doc)
protected Set<String> getPlatformContextServersInCluster(String clusterName)(Code)(Java Doc)
protected Set<String> getPlatformContextStandaloneServerNames()(Code)(Java Doc)
protected String getPlatformContextTargetName()(Code)(Java Doc)
protected String getPlatformContextTargetName(String instanceName)(Code)(Java Doc)
protected String getStackTrace(JBIRemoteException exception)(Code)(Java Doc)
protected Object invokeMBeanOperation(ObjectName objectName, String operationName, Object[] params, String[] signature) throws ManagementRemoteException(Code)(Java Doc)
protected Object invokeMBeanOperation(MBeanServerConnection connection, ObjectName objectName, String operationName, Object[] params, String[] signature) throws ManagementRemoteException(Code)(Java Doc)
protected Object invokeMBeanOperation(String targetName, ObjectName objectName, String operationName, Object[] params, String[] signature) throws ManagementRemoteException(Code)(Java Doc)
protected Object invokeMBeanOperation(ObjectName objectName, String operationName, String param) throws ManagementRemoteException(Code)(Java Doc)
protected Object invokeMBeanOperation(ObjectName objectName, String operationName) throws ManagementRemoteException(Code)(Java Doc)
protected boolean isMBeanRegistered(ObjectName objectName) throws ManagementRemoteException(Code)(Java Doc)
protected boolean isPlatformContextAdminServer()(Code)(Java Doc)
protected boolean isPlatformContextCluster(String targetName)(Code)(Java Doc)
protected boolean isPlatformContextClusteredServer(String targetName)(Code)(Java Doc)
protected boolean isPlatformContextInstanceClustered(String instanceName)(Code)(Java Doc)
protected boolean isPlatformContextInstanceUp(String instanceName)(Code)(Java Doc)
protected boolean isPlatformContextStandaloneServer(String targetName)(Code)(Java Doc)
protected boolean isPlatformContextValidTarget(String targetName)(Code)(Java Doc)
protected boolean isTargetUp(String targetName) throws ManagementRemoteException(Code)(Java Doc)
protected boolean isValidTarget(ObjectName objectName) throws ManagementRemoteException(Code)(Java Doc)
protected boolean isValidTarget(ObjectName objectName, String targetName) throws ManagementRemoteException(Code)(Java Doc)
protected Map<String /*targetName*/, String[] listTargetNames() throws ManagementRemoteException(Code)(Java Doc)
protected static void log(String aMsg)(Code)(Java Doc)
protected static void logDebug(String aMsg)(Code)(Java Doc)
protected static void logDebug(Exception ex)(Code)(Java Doc)
protected static void logError(Exception ex)(Code)(Java Doc)
public static void logWarning(Exception ex)(Code)(Java Doc)
protected boolean platformContextSupportsMultipleServers()(Code)(Java Doc)
protected void setAttributeValue(String targetName, ObjectName objectName, String attributeName, Object attributeValue) throws ManagementRemoteException(Code)(Java Doc)
protected void setAttributeValue(ObjectName objectName, String attributeName, Object attributeValue) throws ManagementRemoteException(Code)(Java Doc)
protected void setAttributeValue(MBeanServerConnection connection, ObjectName objectName, String attributeName, Object attributeValue) throws ManagementRemoteException(Code)(Java Doc)
protected void setMBeanAttribute(ObjectName objectName, String attributeName, Object attributeValue) throws ManagementRemoteException(Code)(Java Doc)
protected void setMBeanAttributes(ObjectName objectName, AttributeList attrList) throws ManagementRemoteException(Code)(Java Doc)
protected AttributeList setMBeanAttributes(MBeanServerConnection mbeanServer, ObjectName objectName, AttributeList attrList) throws ManagementRemoteException(Code)(Java Doc)
protected String setMBeanConfigAttributes(ObjectName objectName, AttributeList attrList) throws ManagementRemoteException(Code)(Java Doc)
protected String setMBeanConfigAttributes(MBeanServerConnection mbeanServer, ObjectName objectName, AttributeList attrList) throws ManagementRemoteException(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.