Class GroupsManagerPlugin
java.lang.Object
org.drasyl.node.plugin.groups.manager.GroupsManagerPlugin
- All Implemented Interfaces:
DrasylPlugin
Starting point for the groups master plugin.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
This method gets called after the drasyl node was started.void
This method get called before the drasyl node is shut down.void
This 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, wait
Methods inherited from interface org.drasyl.node.handler.plugin.DrasylPlugin
onChildChannelActive, onChildChannelUnregistered, onServerChannelUnregistered
-
Field Details
-
GROUPS_MANAGER_HANDLER
- See Also:
-
-
Constructor Details
-
GroupsManagerPlugin
-
GroupsManagerPlugin
public GroupsManagerPlugin(com.typesafe.config.Config config)
-
-
Method Details
-
onServerChannelRegistered
Description copied from interface:DrasylPlugin
This method gets called before the drasyl node is started.
At this point, no communication channel is alive.- Specified by:
onServerChannelRegistered
in interfaceDrasylPlugin
- Parameters:
env
- the plugin environment
-
onServerChannelActive
Description copied from interface:DrasylPlugin
This method gets called after the drasyl node was started.- Specified by:
onServerChannelActive
in interfaceDrasylPlugin
- Parameters:
env
- the plugin environment
-
onServerChannelInactive
Description copied from interface:DrasylPlugin
This method get called before the drasyl node is shut down.- Specified by:
onServerChannelInactive
in interfaceDrasylPlugin
- Parameters:
env
- the plugin environment
-
onChildChannelRegistered
- Specified by:
onChildChannelRegistered
in interfaceDrasylPlugin
-
onChildChannelInactive
- Specified by:
onChildChannelInactive
in interfaceDrasylPlugin
-