Uses of Class
org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey

Packages that use ServiceClientKey
org.ow2.petals.binding.soap   
org.ow2.petals.binding.soap.monitoring   
org.ow2.petals.binding.soap.monitoring.probe   
org.ow2.petals.binding.soap.monitoring.sensor   
 

Uses of ServiceClientKey in org.ow2.petals.binding.soap
 

Methods in org.ow2.petals.binding.soap that return types with arguments of type ServiceClientKey
 org.ow2.petals.probes.KeyedResponseTimeProbe<ServiceClientKey> SoapComponentContext.getProbeWsClientInvocationsResponseTime()
           
 org.ow2.petals.probes.KeyedGaugeProbe<ServiceClientKey,Integer,Integer> SoapComponentContext.getProbeWsClientPoolClientsInUse()
           
 org.ow2.petals.probes.KeyedCounterProbe<ServiceClientKey> SoapComponentContext.getProbeWsClientPoolExhaustions()
           
 org.ow2.petals.probes.KeyedCounterProbeWithExecutionStatus<ServiceClientKey> SoapComponentContext.getProbeWsRequestsInvocationsCount()
           
 Map<ServiceClientKey,org.apache.commons.pool.impl.GenericObjectPool<PetalsServiceClient>> SoapComponentContext.getServiceClientPools()
           
 

Constructor parameters in org.ow2.petals.binding.soap with type arguments of type ServiceClientKey
SoapComponentContext(javax.jbi.component.ComponentContext context, org.ow2.petals.component.framework.jbidescriptor.generated.Component componentConfiguration, org.ow2.petals.probes.KeyedGaugeProbe<ServiceClientKey,Integer,Integer> probeWsClientPoolClientsInUse, org.ow2.petals.probes.KeyedCounterProbe<ServiceClientKey> probeWsClientPoolExhaustions, org.ow2.petals.probes.KeyedCounterProbeWithExecutionStatus<ServiceClientKey> probeWsRequestsInvocationsCount, org.ow2.petals.probes.KeyedResponseTimeProbe<ServiceClientKey> probeWsClientInvocationsResponseTime, Logger logger)
          Creates a new instance of SoapComponentContext
SoapComponentContext(javax.jbi.component.ComponentContext context, org.ow2.petals.component.framework.jbidescriptor.generated.Component componentConfiguration, org.ow2.petals.probes.KeyedGaugeProbe<ServiceClientKey,Integer,Integer> probeWsClientPoolClientsInUse, org.ow2.petals.probes.KeyedCounterProbe<ServiceClientKey> probeWsClientPoolExhaustions, org.ow2.petals.probes.KeyedCounterProbeWithExecutionStatus<ServiceClientKey> probeWsRequestsInvocationsCount, org.ow2.petals.probes.KeyedResponseTimeProbe<ServiceClientKey> probeWsClientInvocationsResponseTime, Logger logger)
          Creates a new instance of SoapComponentContext
SoapComponentContext(javax.jbi.component.ComponentContext context, org.ow2.petals.component.framework.jbidescriptor.generated.Component componentConfiguration, org.ow2.petals.probes.KeyedGaugeProbe<ServiceClientKey,Integer,Integer> probeWsClientPoolClientsInUse, org.ow2.petals.probes.KeyedCounterProbe<ServiceClientKey> probeWsClientPoolExhaustions, org.ow2.petals.probes.KeyedCounterProbeWithExecutionStatus<ServiceClientKey> probeWsRequestsInvocationsCount, org.ow2.petals.probes.KeyedResponseTimeProbe<ServiceClientKey> probeWsClientInvocationsResponseTime, Logger logger)
          Creates a new instance of SoapComponentContext
SoapComponentContext(javax.jbi.component.ComponentContext context, org.ow2.petals.component.framework.jbidescriptor.generated.Component componentConfiguration, org.ow2.petals.probes.KeyedGaugeProbe<ServiceClientKey,Integer,Integer> probeWsClientPoolClientsInUse, org.ow2.petals.probes.KeyedCounterProbe<ServiceClientKey> probeWsClientPoolExhaustions, org.ow2.petals.probes.KeyedCounterProbeWithExecutionStatus<ServiceClientKey> probeWsRequestsInvocationsCount, org.ow2.petals.probes.KeyedResponseTimeProbe<ServiceClientKey> probeWsClientInvocationsResponseTime, Logger logger)
          Creates a new instance of SoapComponentContext
 

Uses of ServiceClientKey in org.ow2.petals.binding.soap.monitoring
 

Methods in org.ow2.petals.binding.soap.monitoring that return types with arguments of type ServiceClientKey
 org.ow2.petals.probes.KeyedResponseTimeProbe<ServiceClientKey> Monitoring.getProbeWsClientInvocationsResponseTime()
           
 org.ow2.petals.probes.KeyedGaugeProbe<ServiceClientKey,Integer,Integer> Monitoring.getProbeWsClientPoolClientsInUse()
           
 org.ow2.petals.probes.KeyedCounterProbe<ServiceClientKey> Monitoring.getProbeWsClientPoolExhaustions()
           
 org.ow2.petals.probes.KeyedCounterProbeWithExecutionStatus<ServiceClientKey> Monitoring.getProbeWsRequestsInvocationsCount()
           
 

Method parameters in org.ow2.petals.binding.soap.monitoring with type arguments of type ServiceClientKey
 void Monitoring.init(org.mortbay.thread.BoundedThreadPool httpThreadPool, Map<ServiceClientKey,org.apache.commons.pool.impl.GenericObjectPool<PetalsServiceClient>> wsClientPools)
          Initialize all probes of the monitoring MBean
 

Uses of ServiceClientKey in org.ow2.petals.binding.soap.monitoring.probe
 

Method parameters in org.ow2.petals.binding.soap.monitoring.probe with type arguments of type ServiceClientKey
 void WsClientPoolClientInUseProbe.setWsClientPools(Map<ServiceClientKey,org.apache.commons.pool.impl.GenericObjectPool<PetalsServiceClient>> wsClientPools)
           
 

Uses of ServiceClientKey in org.ow2.petals.binding.soap.monitoring.sensor
 

Fields in org.ow2.petals.binding.soap.monitoring.sensor with type parameters of type ServiceClientKey
protected  Map<ServiceClientKey,org.apache.commons.pool.impl.GenericObjectPool<PetalsServiceClient>> WsClientPoolsKeyedGaugeSensor.wsClientPools
          The pools of service clients used to call external web services.
 

Method parameters in org.ow2.petals.binding.soap.monitoring.sensor with type arguments of type ServiceClientKey
 void WsClientPoolsKeyedGaugeSensor.setWsClientPools(Map<ServiceClientKey,org.apache.commons.pool.impl.GenericObjectPool<PetalsServiceClient>> wsClientPools)
           
 



Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.