Module: IceGrid::ServerDescriptor_mixin
- Includes:
- CommunicatorDescriptor_mixin
- Included in:
- IceBoxDescriptor_mixin, ServerDescriptor
- Defined in:
- lib/IceGrid/Descriptor.rb
Constant Summary collapse
- ICE_TYPE =
T_ServerDescriptor
Constants included from Ice::Object_mixin
Ice::Object_mixin::OP_ice_id, Ice::Object_mixin::OP_ice_ids, Ice::Object_mixin::OP_ice_isA, Ice::Object_mixin::OP_ice_ping
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 included from CommunicatorDescriptor_mixin
#adapters, #dbEnvs, #description, #logs, #propertySet
Attributes included from Ice::Object_mixin
Instance Method Summary collapse
Methods included from Ice::Object_mixin
Instance Attribute Details
#activation ⇒ Object
Returns the value of attribute activation.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def activation @activation end |
#activationTimeout ⇒ Object
Returns the value of attribute activationTimeout.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def activationTimeout @activationTimeout end |
#allocatable ⇒ Object
Returns the value of attribute allocatable.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def allocatable @allocatable end |
#applicationDistrib ⇒ Object
Returns the value of attribute applicationDistrib.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def applicationDistrib @applicationDistrib end |
#deactivationTimeout ⇒ Object
Returns the value of attribute deactivationTimeout.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def deactivationTimeout @deactivationTimeout end |
#distrib ⇒ Object
Returns the value of attribute distrib.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def distrib @distrib end |
#envs ⇒ Object
Returns the value of attribute envs.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def envs @envs end |
#exe ⇒ Object
Returns the value of attribute exe.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def exe @exe end |
#iceVersion ⇒ Object
Returns the value of attribute iceVersion.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def iceVersion @iceVersion end |
#id ⇒ Object
Returns the value of attribute id.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def id @id end |
#options ⇒ Object
Returns the value of attribute options.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def @options end |
#pwd ⇒ Object
Returns the value of attribute pwd.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def pwd @pwd end |
#user ⇒ Object
Returns the value of attribute user.
404 405 406 |
# File 'lib/IceGrid/Descriptor.rb', line 404 def user @user end |
Instance Method Details
#ice_id(current = nil) ⇒ Object
396 397 398 |
# File 'lib/IceGrid/Descriptor.rb', line 396 def ice_id(current=nil) '::IceGrid::ServerDescriptor' end |
#ice_ids(current = nil) ⇒ Object
392 393 394 |
# File 'lib/IceGrid/Descriptor.rb', line 392 def ice_ids(current=nil) ['::Ice::Object', '::IceGrid::CommunicatorDescriptor', '::IceGrid::ServerDescriptor'] end |
#inspect ⇒ Object
400 401 402 |
# File 'lib/IceGrid/Descriptor.rb', line 400 def inspect ::Ice::__stringify(self, T_ServerDescriptor) end |