org.gcube.smartgears.handlers.application.lifecycle
Class ProfileManager

java.lang.Object
  extended by org.gcube.smartgears.handlers.AbstractHandler
      extended by org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
          extended by org.gcube.smartgears.handlers.application.lifecycle.ProfileManager
All Implemented Interfaces:
ApplicationHandler<ApplicationLifecycleHandler>, Handler<ApplicationEvent<ApplicationLifecycleHandler>>

public class ProfileManager
extends ApplicationLifecycleHandler

Manages the resource profile of the application.

The manager:

Author:
Fabio Simeoni
See Also:
ProfileBuilder, ProfilePublisher

Constructor Summary
ProfileManager()
           
 
Method Summary
 void onStart(ApplicationLifecycleEvent.Start e)
          Invoked when the container starts a managed app.
 String toString()
           
 
Methods inherited from class org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
onEvent, onStop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileManager

public ProfileManager()
Method Detail

onStart

public void onStart(ApplicationLifecycleEvent.Start e)
Description copied from class: ApplicationLifecycleHandler
Invoked when the container starts a managed app.

Overrides:
onStart in class ApplicationLifecycleHandler
Parameters:
e - the event

toString

public String toString()
Overrides:
toString in class AbstractHandler


Copyright © 2014. All Rights Reserved.