be.SIRAPRISE.server
Class RequestLicense
java.lang.Object
be.SIRAPRISE.server.RequestLicense
public final class RequestLicense
- extends java.lang.Object
Class with the main method to create License requests. License requests are not yet supported.
- Author:
- Erwin Smout
Method Summary |
static void |
main(java.lang.String[] args)
Method to create a license request |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BACKUPHOST
public static final java.lang.String BACKUPHOST
- See Also:
- Constant Field Values
BACKUPMONITORPORT
public static final java.lang.String BACKUPMONITORPORT
- See Also:
- Constant Field Values
BACKUPPORT
public static final java.lang.String BACKUPPORT
- See Also:
- Constant Field Values
CONNECTIONS
public static final java.lang.String CONNECTIONS
- See Also:
- Constant Field Values
EXPIRESAT
public static final java.lang.String EXPIRESAT
- See Also:
- Constant Field Values
YEARS
public static final java.lang.String YEARS
- See Also:
- Constant Field Values
RequestLicense
public RequestLicense()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Method to create a license request
- Parameters:
args
- Following arguments can be passed from the command line : -host:hostname -port:portnumber -monitorport:monitorportnumber -connections:connectioncount -years:durationinyears -backuphost:backuphostname -backupport:backupportnumber -backupmonitorport:backupmonitorportnumber
- Throws:
java.lang.Exception