com.cisco.oss.foundation.monitoring.serverconnection
Class ServerConnectionActorImpl
java.lang.Object
com.cisco.oss.foundation.monitoring.serverconnection.ServerConnectionActorImpl
- All Implemented Interfaces:
- ServerConnectionActor
public class ServerConnectionActorImpl
- extends Object
- implements ServerConnectionActor
Created by Yair Ogen on 3/5/14.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serverConnections
protected Map<ServerConnection,ServerConnectionImp> serverConnections
ServerConnectionActorImpl
public ServerConnectionActorImpl()
startTransaction
public void startTransaction(ServerConnection serverConnection)
- Specified by:
startTransaction in interface ServerConnectionActor
endTransaction
public void endTransaction(ServerConnection serverConnection,
boolean isFailed,
String description)
- Specified by:
endTransaction in interface ServerConnectionActor
updateOpenSince
public void updateOpenSince(ServerConnection serverConnection,
long openSince)
- Specified by:
updateOpenSince in interface ServerConnectionActor
Copyright © 2015 Cisco. All Rights Reserved.