Home | Trees | Indices | Help |
---|
|
object --+ | FMELicenseManager
init()
FME License Manager class.
This class provides an interface to security functionality.
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
string or None
|
|
||
tuple of string s or None
|
|
||
tuple of string s or None
|
|
||
tuple of string s or None
|
|
||
string or None
|
|
||
string or None
|
|
||
string
|
|
||
string or None
|
|
||
string
|
|
||
string
|
|
||
string
|
|
||
int
|
|
||
int
|
|
||
string or None
|
|
||
string
|
|
||
string or None
|
|
||
string
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
int
|
|
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Retrieves the value of a property from a 3rd party license file.
|
Returns all the factory names for the current license. For all
factories the list will be populated with
|
Returns all the format names for the current license. For all formats
the list will be populated with kFME_FormatRead: Only reader is licensed kFME_FormatWrite: Only writer is licensed kFME_FormatBoth: Both reader and writer are licensed kFME_FormatUnlicensed: Neither reader nor writer is licensed
|
Returns all the function names for the current license. For all
functions the list will be populated with
|
Retrieves the value of a property for a given application. This is only used for application in which there are different levels of support
|
Retrieves the value of a property for a given factory. This is only used for factories in which there are different levels of support
|
Returns the minimum base capability for the specified factory to be licensed. Will return one of the following capability names:
|
Retrieves the value of a property for a given function. This is only used for function in which there are different levels of support
|
Returns the minimum base capability for the specified function to be licensed. Will return one of the following capability names:
|
Retrieves the value of a property from the current license.
|
Returns the current license type. Possible values are MACHINE SPECIFIC, OEM, GENERIC, or FLOATING.
|
This routine returns the maximum number of licensed fme processes.
|
This routine returns the maximum number of licensed fmeworker processes.
|
Retrieves the value of a property for a given reader. This is only used for reader in which there are different levels of support
|
Returns the minimum base capability for the specified reader to be licensed. Will return one of the following capability names:
|
Retrieves the value of a property for a given writer. This is only used for writer in which there are different levels of support
|
Returns the minimum base capability for the writer factory to be licensed. Will return one of the following capability names:
|
Returns whether or not an application is licensed.
|
Returns whether or not a given ArcGIS product is installed. The following products are supported:
|
Returns whether or not a given factory is licensed.
|
Returns whether or not a given function is licensed.
|
Returns whether or not the Gtrans reprojection library is installed.
|
Returns whether or not a given reader is licensed.
|
Returns whether or not a given writer is licensed.
|
This method is used to validate a license file. Note: It is not using the license file but rather merely returning whether or not the license file is valid for the current machine if it is installed.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:16 2015 | http://epydoc.sourceforge.net |