com.cisco.oss.foundation.monitoring.services
Class ServiceActorImpl

java.lang.Object
  extended by com.cisco.oss.foundation.monitoring.services.ServiceActorImpl
All Implemented Interfaces:
ServiceActor

public class ServiceActorImpl
extends Object
implements ServiceActor

Created by Yair Ogen on 3/5/14.


Field Summary
protected  Map<Service,ServiceImp> services
           
 
Constructor Summary
ServiceActorImpl()
           
 
Method Summary
 void endTransaction(Service service, boolean isFailed, String description)
           
 void startTransaction(Service service, int usedThreads)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

services

protected Map<Service,ServiceImp> services
Constructor Detail

ServiceActorImpl

public ServiceActorImpl()
Method Detail

startTransaction

public void startTransaction(Service service,
                             int usedThreads)
Specified by:
startTransaction in interface ServiceActor

endTransaction

public void endTransaction(Service service,
                           boolean isFailed,
                           String description)
Specified by:
endTransaction in interface ServiceActor


Copyright © 2015 Cisco. All Rights Reserved.