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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidThis 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.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:DrasylPluginThis method gets called before the drasyl node is started.
At this point, no communication channel is alive.- Specified by:
onServerChannelRegisteredin interfaceDrasylPlugin- Parameters:
env- the plugin environment
-
onServerChannelActive
Description copied from interface:DrasylPluginThis method gets called after the drasyl node was started.- Specified by:
onServerChannelActivein interfaceDrasylPlugin- Parameters:
env- the plugin environment
-
onServerChannelInactive
Description copied from interface:DrasylPluginThis method get called before the drasyl node is shut down.- Specified by:
onServerChannelInactivein interfaceDrasylPlugin- Parameters:
env- the plugin environment
-
onChildChannelRegistered
- Specified by:
onChildChannelRegisteredin interfaceDrasylPlugin
-
onChildChannelInactive
- Specified by:
onChildChannelInactivein interfaceDrasylPlugin
-