public class IptablesHook extends DefaultServerHook
| Constructor and Description |
|---|
IptablesHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
onServerCreated(BmContext context,
ItemValue<Server> item)
This is called after a server is created in the database.
|
void |
onServerDeleted(BmContext context,
ItemValue<Server> server)
This is called after a server is deleted in the database.
|
void |
onServerUpdated(BmContext context,
ItemValue<Server> previousValue,
Server value)
This is called after a server is updated in the database.
|
beforeCreate, beforeUpdate, onServerAssigned, onServerPreUnassigned, onServerTagged, onServerUnassigned, onServerUntaggedpublic void onServerCreated(BmContext context, ItemValue<Server> item) throws ServerFault
IServerHookonServerCreated in interface IServerHookonServerCreated in class DefaultServerHookServerFaultpublic void onServerUpdated(BmContext context, ItemValue<Server> previousValue, Server value) throws ServerFault
IServerHookonServerUpdated in interface IServerHookonServerUpdated in class DefaultServerHookServerFaultpublic void onServerDeleted(BmContext context, ItemValue<Server> server) throws ServerFault
IServerHookonServerDeleted in interface IServerHookonServerDeleted in class DefaultServerHookServerFaultCopyright © 2024. All Rights Reserved.