Uses of Class
org.jboss.services.binding.ServiceConfig

Packages that use ServiceConfig
org.jboss.services.binding   
 

Uses of ServiceConfig in org.jboss.services.binding
 

Methods in org.jboss.services.binding that return ServiceConfig
 ServiceConfig XMLServicesStore.getService(String serverName, javax.management.ObjectName serviceName)
          Looks up a service, by server name and service name.
 ServiceConfig ServicesStore.getService(String serverName, javax.management.ObjectName serviceName)
          Obtain a ServiceConfig object for the given server instance and target service JMX ObjectName.
 ServiceConfig ServiceBindingManagerMBean.getServiceConfig(javax.management.ObjectName serviceName)
          Looks up the service config for the given service, using the server name bound to this mbean.
 ServiceConfig ServiceBindingManager.getServiceConfig(javax.management.ObjectName serviceName)
          Looks up the service config for the given service using the server name bound to this mbean.
 

Methods in org.jboss.services.binding with parameters of type ServiceConfig
 void XMLServicesStore.addService(String serverName, javax.management.ObjectName serviceName, ServiceConfig config)
          This method is not usable in this implementation as XMLServiceStore is read-only
 void ServicesStore.addService(String serverName, javax.management.ObjectName serviceName, ServiceConfig serviceConfig)
          Add a ServiceConfig to the store.
 void XSLTFileDelegate.applyConfig(ServiceConfig config, javax.management.MBeanServer server)
          Transform the file specified in the given config, transform it, temporarily save the result and apply it onto the service specified in the config using JMX via the given server.
 void XSLTConfigDelegate.applyConfig(ServiceConfig config, javax.management.MBeanServer server)
          Take the given config and map it onto the service specified in the config using JMX via the given server.
 void ServicesConfigDelegate.applyConfig(ServiceConfig config, javax.management.MBeanServer server)
          Take the given config and map it onto the service specified in the config using JMX via the given server.
 void AttributeMappingDelegate.applyConfig(ServiceConfig config, javax.management.MBeanServer server)
          Take the given config and map it onto the service specified in the config using JMX via the given server.
 



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