Interface ILicenseDelegator
-
- All Known Subinterfaces:
IOptionsServer
,IServer
,IStreamingServer
- All Known Implementing Classes:
LicenseDelegator
,NtsServerImpl
,OneShotServerImpl
,RpcServer
,Server
public interface ILicenseDelegator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILicense
getLicense()
ILicenseLimits
getLimits()
java.util.List<IServerIPMACAddress>
getValidServerIPMACAddress()
java.lang.String
updateLicense(ILicense license)
-
-
-
Method Detail
-
getLimits
ILicenseLimits getLimits() throws P4JavaException
- Throws:
P4JavaException
-
getLicense
ILicense getLicense() throws P4JavaException
- Throws:
P4JavaException
-
updateLicense
java.lang.String updateLicense(ILicense license) throws P4JavaException
- Throws:
P4JavaException
-
getValidServerIPMACAddress
java.util.List<IServerIPMACAddress> getValidServerIPMACAddress() throws P4JavaException
- Throws:
P4JavaException
-
-