Class AccountingManager
- java.lang.Object
-
- org.gcube.smartgears.handlers.AbstractHandler
-
- org.gcube.smartgears.handlers.container.ContainerHandler
-
- org.gcube.smartgears.handlers.container.lifecycle.AccountingManager
-
- All Implemented Interfaces:
Handler<ContainerLifecycleEvent>
public class AccountingManager extends ContainerHandler
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description AccountingManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonStop(ContainerLifecycleEvent.Stop e)Invoked when the container stops.StringtoString()-
Methods inherited from class org.gcube.smartgears.handlers.container.ContainerHandler
onEvent, onStart
-
Methods inherited from class org.gcube.smartgears.handlers.AbstractHandler
equals
-
-
-
-
Method Detail
-
onStop
public void onStop(ContainerLifecycleEvent.Stop e)
Description copied from class:ContainerHandlerInvoked when the container stops.- Overrides:
onStopin classContainerHandler- Parameters:
e- the stop event
-
toString
public String toString()
- Overrides:
toStringin classAbstractHandler
-
-