Rio Project 4.2 API Documentation
org.rioproject.gnostic
Class DeployedServiceContext
java.lang.Object
org.rioproject.gnostic.DeployedServiceContext
public class DeployedServiceContext
- extends Object
Context for operating with deployed services
|
Method Summary |
void |
decrement(String serviceName,
String opstring)
|
Map<ServiceElement,OperationalStringManager> |
getDeployedServiceMap()
|
|
getService(String serviceName,
Class<T> type)
|
|
getService(String serviceName,
String opstring,
Class<T> type)
|
static Integer |
getServiceCount(String serviceName,
String opstring)
|
|
getServices(String serviceName,
Class<T> type)
|
|
getServices(String serviceName,
String opstring,
Class<T> type)
|
void |
increment(String serviceName,
String opstring)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployedServiceContext
public DeployedServiceContext()
getDeployedServiceMap
public Map<ServiceElement,OperationalStringManager> getDeployedServiceMap()
increment
public void increment(String serviceName,
String opstring)
getServiceCount
public static Integer getServiceCount(String serviceName,
String opstring)
decrement
public void decrement(String serviceName,
String opstring)
getService
public <T> T getService(String serviceName,
Class<T> type)
getService
public <T> T getService(String serviceName,
String opstring,
Class<T> type)
getServices
public <T> List<T> getServices(String serviceName,
Class<T> type)
getServices
public <T> List<T> getServices(String serviceName,
String opstring,
Class<T> type)
Copyright © 2006-2011 Rio Project. All Rights Reserved.