This chapter provides information about the License Manager Class Constructor.
new
Synopsis
new([$callback_port])
Description
The input parameter callback_port is optional. If no value is specified for callback_port, TCP/IP port 1198 is used for client-side callback function to receive results of asynchronous calls. If port 1198 is not available, the next available port in the range from 1198 to 1297 is used.
If the input parameter callback_port is specified, it is used for the client-side callback function to receive results of asynchronous calls. If port callback_port is not available, the next available port from callback_port and (callback_port + 99) is used.
Input Parameters
Parameter
Type
Range
Description
callback_port
Integer, optional
Range from 1024 to 65535
The port on which the client-side callback function receives results of asynchronous calls.
Return
None.
Error and Exception
If a system error prevents the operation from completing, a RemoteException is thrown.