Class BGPluginInfo
java.lang.Object
ru.bitel.bgbilling.plugins.bonus.server.BGPluginInfo
- All Implemented Interfaces:
EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
,ru.bitel.bgbilling.kernel.plugin.server.inpoint.OnInitServer
,ru.bitel.bgbilling.kernel.plugin.server.inpoint.SerializeContract
public class BGPluginInfo
extends Object
implements ru.bitel.bgbilling.kernel.plugin.server.inpoint.OnInitServer, ru.bitel.bgbilling.kernel.plugin.server.inpoint.SerializeContract, EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
нафига тут весь этот дубликат кода из PluginServerListener? на всякий случай?
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notify
(ru.bitel.bgbilling.kernel.event.common.Event event, EventListenerContext ctx) void
onInitServer
(String applicationName) void
serializeContract
(Connection con, int cid, XMLStreamWriter writer, boolean onlyCurrent)
-
Constructor Details
-
BGPluginInfo
public BGPluginInfo()
-
-
Method Details
-
notify
public void notify(ru.bitel.bgbilling.kernel.event.common.Event event, EventListenerContext ctx) throws ru.bitel.bgbilling.common.BGException - Specified by:
notify
in interfaceEventListener<ru.bitel.bgbilling.kernel.event.common.Event>
- Throws:
ru.bitel.bgbilling.common.BGException
-
onInitServer
- Specified by:
onInitServer
in interfaceru.bitel.bgbilling.kernel.plugin.server.inpoint.OnInitServer
-
serializeContract
public void serializeContract(Connection con, int cid, XMLStreamWriter writer, boolean onlyCurrent) throws SQLException, XMLStreamException - Specified by:
serializeContract
in interfaceru.bitel.bgbilling.kernel.plugin.server.inpoint.SerializeContract
- Throws:
SQLException
XMLStreamException
-