Package schrodinger :: Package application :: Package licensing :: Module licadmin :: Class LicenseFeature
[hide private]
[frames] | no frames]

Class LicenseFeature

object --+
         |
        LicenseFeature

A LicenseFeature object represents a particular license feature provided by a LicenseResource. It records the license information reported by the lmdiag utility. There may be more than one LicenseFeature for a given feature name.

Instance Methods [hide private]
 
__init__(self, name, version='', location='', lictype='', hostid='', starts='', tokens=0, expires=None, ok=None, error=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
set_starts(self, starts)
 
set_expires(self, expires)
 
set_hostid(self, hostid)
 
set_tokens(self, tokens)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, version='', location='', lictype='', hostid='', starts='', tokens=0, expires=None, ok=None, error=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)