Interface | Description |
---|---|
RadiusResponse | |
ScriptService |
The ScriptService interface defines an SPI that must be implemented
by the script service.
|
ServiceSessionInfo |
Provide information of a service session to a script service.
|
Class | Description |
---|---|
AccountingData |
Contains accounting data collected when deactivating,
modifying or polling a script service session.
|
EventPublisher |
EventPublisher.java
This class will be used by scripting service for service tracking event to
register/unregister external plug-in and can publish the tracking-start,
tracking-stop and tracking-interim events.
|
NullScriptService |
No-op implementation of the ScriptService interface.
|
ScriptServiceTrackingPluginEvent |
This class is used by the scripting service to create service tracking event.
|
Exception | Description |
---|---|
AcctNotAvailException |
This class is a special ScriptServiceException which is thrown
durring deactivation of a script service to indicate that
accounting is not available at the moment
|
ScriptServiceException |
ScriptServiceException is a user exception the
script service implementation can throw while
activating, deactivating, modifying, or polling
accounting info of the service fails.
|