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

Attributes included from CommunicatorDescriptor_mixin

#adapters, #dbEnvs, #description, #logs, #propertySet

Attributes included from Ice::Object_mixin

#_ice_slicedData

Instance Method Summary collapse

Methods included from Ice::Object_mixin

#ice_isA, #ice_ping

Instance Attribute Details

#activationObject

Returns the value of attribute activation.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def activation
  @activation
end

#activationTimeoutObject

Returns the value of attribute activationTimeout.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def activationTimeout
  @activationTimeout
end

#allocatableObject

Returns the value of attribute allocatable.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def allocatable
  @allocatable
end

#applicationDistribObject

Returns the value of attribute applicationDistrib.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def applicationDistrib
  @applicationDistrib
end

#deactivationTimeoutObject

Returns the value of attribute deactivationTimeout.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def deactivationTimeout
  @deactivationTimeout
end

#distribObject

Returns the value of attribute distrib.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def distrib
  @distrib
end

#envsObject

Returns the value of attribute envs.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def envs
  @envs
end

#exeObject

Returns the value of attribute exe.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def exe
  @exe
end

#iceVersionObject

Returns the value of attribute iceVersion.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def iceVersion
  @iceVersion
end

#idObject

Returns the value of attribute id.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def id
  @id
end

#optionsObject

Returns the value of attribute options.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def options
  @options
end

#pwdObject

Returns the value of attribute pwd.



404
405
406
# File 'lib/IceGrid/Descriptor.rb', line 404

def pwd
  @pwd
end

#userObject

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

#inspectObject



400
401
402
# File 'lib/IceGrid/Descriptor.rb', line 400

def inspect
    ::Ice::__stringify(self, T_ServerDescriptor)
end