public class SystemConfServerHook extends DefaultServerHook
| Constructor and Description | 
|---|
SystemConfServerHook()  | 
| 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. 
 | 
beforeCreate, beforeUpdate, onServerAssigned, onServerPreUnassigned, onServerTagged, onServerUnassigned, onServerUntagged, onServerUpdatedpublic void onServerCreated(BmContext context, ItemValue<Server> item) throws ServerFault
IServerHookonServerCreated in interface IServerHookonServerCreated in class DefaultServerHookServerFaultpublic void onServerDeleted(BmContext context, ItemValue<Server> server) throws ServerFault
IServerHookonServerDeleted in interface IServerHookonServerDeleted in class DefaultServerHookServerFaultCopyright © 2023. All Rights Reserved.