Class: IceGrid::ServerDescriptor
- Inherits:
-
CommunicatorDescriptor
- Object
- Ice::Value
- CommunicatorDescriptor
- IceGrid::ServerDescriptor
- Defined in:
- lib/IceGrid/Descriptor.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#activation ⇒ Object
Returns the value of attribute activation.
-
#activationTimeout ⇒ Object
Returns the value of attribute activationTimeout.
-
#allocatable ⇒ Object
Returns the value of attribute allocatable.
-
#applicationDistrib ⇒ Object
Returns the value of attribute applicationDistrib.
-
#deactivationTimeout ⇒ Object
Returns the value of attribute deactivationTimeout.
-
#distrib ⇒ Object
Returns the value of attribute distrib.
-
#envs ⇒ Object
Returns the value of attribute envs.
-
#exe ⇒ Object
Returns the value of attribute exe.
-
#iceVersion ⇒ Object
Returns the value of attribute iceVersion.
-
#id ⇒ Object
Returns the value of attribute id.
-
#options ⇒ Object
Returns the value of attribute options.
-
#pwd ⇒ Object
Returns the value of attribute pwd.
-
#user ⇒ Object
Returns the value of attribute user.
Attributes inherited from CommunicatorDescriptor
#adapters, #dbEnvs, #description, #logs, #propertySet
Attributes inherited from Ice::Value
Instance Method Summary collapse
-
#initialize(adapters = nil, propertySet = ::IceGrid::PropertySetDescriptor.new, dbEnvs = nil, logs = nil, description = '', id = '', exe = '', iceVersion = '', pwd = '', options = nil, envs = nil, activation = '', activationTimeout = '', deactivationTimeout = '', applicationDistrib = false, distrib = ::IceGrid::DistributionDescriptor.new, allocatable = false, user = '') ⇒ ServerDescriptor
constructor
A new instance of ServerDescriptor.
Methods inherited from Ice::Value
#ice_getSlicedData, #ice_id, ice_staticId, #inspect
Constructor Details
#initialize(adapters = nil, propertySet = ::IceGrid::PropertySetDescriptor.new, dbEnvs = nil, logs = nil, description = '', id = '', exe = '', iceVersion = '', pwd = '', options = nil, envs = nil, activation = '', activationTimeout = '', deactivationTimeout = '', applicationDistrib = false, distrib = ::IceGrid::DistributionDescriptor.new, allocatable = false, user = '') ⇒ ServerDescriptor
Returns a new instance of ServerDescriptor.
333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 |
# File 'lib/IceGrid/Descriptor.rb', line 333 def initialize(adapters=nil, propertySet=::IceGrid::PropertySetDescriptor.new, dbEnvs=nil, logs=nil, description='', id='', exe='', iceVersion='', pwd='', =nil, envs=nil, activation='', activationTimeout='', deactivationTimeout='', applicationDistrib=false, distrib=::IceGrid::DistributionDescriptor.new, allocatable=false, user='') super(adapters, propertySet, dbEnvs, logs, description) @id = id @exe = exe @iceVersion = iceVersion @pwd = pwd @options = @envs = envs @activation = activation @activationTimeout = activationTimeout @deactivationTimeout = deactivationTimeout @applicationDistrib = applicationDistrib @distrib = distrib @allocatable = allocatable @user = user end |
Instance Attribute Details
#activation ⇒ Object
Returns the value of attribute activation.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def activation @activation end |
#activationTimeout ⇒ Object
Returns the value of attribute activationTimeout.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def activationTimeout @activationTimeout end |
#allocatable ⇒ Object
Returns the value of attribute allocatable.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def allocatable @allocatable end |
#applicationDistrib ⇒ Object
Returns the value of attribute applicationDistrib.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def applicationDistrib @applicationDistrib end |
#deactivationTimeout ⇒ Object
Returns the value of attribute deactivationTimeout.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def deactivationTimeout @deactivationTimeout end |
#distrib ⇒ Object
Returns the value of attribute distrib.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def distrib @distrib end |
#envs ⇒ Object
Returns the value of attribute envs.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def envs @envs end |
#exe ⇒ Object
Returns the value of attribute exe.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def exe @exe end |
#iceVersion ⇒ Object
Returns the value of attribute iceVersion.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def iceVersion @iceVersion end |
#id ⇒ Object
Returns the value of attribute id.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def id @id end |
#options ⇒ Object
Returns the value of attribute options.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def @options end |
#pwd ⇒ Object
Returns the value of attribute pwd.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def pwd @pwd end |
#user ⇒ Object
Returns the value of attribute user.
350 351 352 |
# File 'lib/IceGrid/Descriptor.rb', line 350 def user @user end |