Package org.drasyl.plugin.groups.manager
Class GroupsManagerPlugin
java.lang.Object
org.drasyl.plugin.groups.manager.GroupsManagerPlugin
- All Implemented Interfaces:
 DrasylPlugin
Starting point for the groups master plugin.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidThis method gets called after the drasyl node was started.voidThis method get called before the drasyl node is shut down.voidThis method gets called before the drasyl node is started.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drasyl.plugins.DrasylPlugin
onAfterShutdown 
- 
Field Details
- 
GROUPS_MANAGER_HANDLER
- See Also:
 
 
 - 
 - 
Constructor Details
- 
GroupsManagerPlugin
 - 
GroupsManagerPlugin
public GroupsManagerPlugin(com.typesafe.config.Config config)  
 - 
 - 
Method Details
- 
onBeforeStart
Description copied from interface:DrasylPluginThis method gets called before the drasyl node is started.
At this point, no communication channel is alive.- Specified by:
 onBeforeStartin interfaceDrasylPlugin- Parameters:
 env- the plugin environment
 - 
onAfterStart
Description copied from interface:DrasylPluginThis method gets called after the drasyl node was started.- Specified by:
 onAfterStartin interfaceDrasylPlugin- Parameters:
 env- the plugin environment
 - 
onBeforeShutdown
Description copied from interface:DrasylPluginThis method get called before the drasyl node is shut down.- Specified by:
 onBeforeShutdownin interfaceDrasylPlugin- Parameters:
 env- the plugin environment
 
 -