org.gcube.smartgears.configuration.container
Class ContainerHandlers

java.lang.Object
  extended by org.gcube.smartgears.configuration.container.ContainerHandlers

public class ContainerHandlers
extends Object

The ContainerHandlers that manage the application.

Author:
Fabio Simeoni

Constructor Summary
ContainerHandlers()
           
 
Method Summary
 List<ContainerHandler> get()
          Returns the ContainerHandlers for the service.
 ContainerHandlers set(ContainerHandler... handlers)
          Sets the ContainerHandlers for the service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerHandlers

public ContainerHandlers()
Method Detail

get

public List<ContainerHandler> get()
Returns the ContainerHandlers for the service.

Returns:
the lifecycle handlers

set

public ContainerHandlers set(ContainerHandler... handlers)
Sets the ContainerHandlers for the service.

Parameters:
handlers - the lifecycle handlers
Returns:
this configuration


Copyright © 2013. All Rights Reserved.