Module: Ice
- Defined in:
- ruby/Ice/Proxy.rb,
ruby/Ice.rb,
ruby/Ice/Value.rb,
ruby/Ice/Router.rb,
ruby/Ice/Struct.rb,
ruby/Ice/Context.rb,
ruby/Ice/Locator.rb,
ruby/Ice/Process.rb,
ruby/Ice/Version.rb,
ruby/Ice/Identity.rb,
ruby/Ice/Exception.rb,
ruby/Ice/SliceUtil.rb,
ruby/Ice/ReplyStatus.rb,
ruby/Ice/PropertyDict.rb,
ruby/Ice/RemoteLogger.rb,
ruby/Ice/ToStringMode.rb,
ruby/Ice/CompressBatch.rb,
ruby/Ice/EndpointTypes.rb,
ruby/Ice/OperationMode.rb,
ruby/Ice/ProxyFunctions.rb,
ruby/Ice/LocalExceptions.rb,
ruby/Ice/LocatorRegistry.rb,
ruby/Ice/PropertiesAdmin.rb,
ruby/Ice/BuiltinSequences.rb,
ruby/Ice/IdentitySpaceship.rb,
ruby/Ice/SliceChecksumDict.rb,
ruby/Ice/InitializationData.rb,
ruby/Ice/EndpointSelectionType.rb
Overview
Copyright (c) ZeroC, Inc.
Defined Under Namespace
Modules: Inspect_mixin, LocatorFinderPrx_mixin, LocatorPrx_mixin, LocatorRegistryPrx_mixin, LoggerAdminPrx_mixin, ObjectPrx_mixin, ProcessPrx_mixin, PropertiesAdminPrx_mixin, Proxy_mixin, RemoteLoggerPrx_mixin, RouterFinderPrx_mixin, RouterPrx_mixin Classes: AdapterAlreadyActiveException, AdapterNotFoundException, AlreadyRegisteredException, CloseConnectionException, CloseTimeoutException, CommunicatorDestroyedException, CompressBatch, ConnectFailedException, ConnectTimeoutException, ConnectionAbortedException, ConnectionClosedException, ConnectionLostException, ConnectionRefusedException, DNSException, DatagramLimitException, DispatchException, EncodingVersion, EndpointSelectionType, Exception, FacetNotExistException, FeatureNotSupportedException, FixedProxyException, FormatType, Identity, InitializationData, InitializationException, InvalidReplicaGroupIdException, InvocationTimeoutException, LocalException, LocatorFinderPrx, LocatorPrx, LocatorRegistryPrx, LogMessage, LogMessageType, LoggerAdminPrx, MarshalException, NoEndpointException, NotRegisteredException, ObjectNotExistException, ObjectNotFoundException, ObjectPrx, OnewayOnlyException, OperationMode, OperationNotExistException, ParseException, PluginInitializationException, ProcessPrx, PropertiesAdminPrx, PropertyException, ProtocolException, ProtocolVersion, RemoteLoggerAlreadyAttachedException, RemoteLoggerPrx, ReplyStatus, RequestFailedException, RouterFinderPrx, RouterPrx, SecurityException, ServerNotFoundException, SliceInfo, SlicedData, SocketException, SyscallException, TimeoutException, ToStringMode, TwowayOnlyException, UnknownException, UnknownLocalException, UnknownSlicedValue, UnknownUserException, UserException, Value
Constant Summary collapse
- Encoding_1_0 =
EncodingVersion.new(1, 0)
- Encoding_1_1 =
EncodingVersion.new(1, 1)
- T_ObjectPrx =
Ice.__declareProxy('::Ice::Object')
- T_RouterPrx =
Ice::__declareProxy('::Ice::Router')
- T_RouterFinderPrx =
Ice::__declareProxy('::Ice::RouterFinder')
- T_Context =
Ice::__defineDictionary('::Ice::Context', Ice::T_string, Ice::T_string)
- T_AdapterNotFoundException =
Ice::__defineException('::Ice::AdapterNotFoundException', AdapterNotFoundException, nil, [])
- T_ObjectNotFoundException =
Ice::__defineException('::Ice::ObjectNotFoundException', ObjectNotFoundException, nil, [])
- T_LocatorRegistryPrx =
Ice::__declareProxy('::Ice::LocatorRegistry')
- T_LocatorPrx =
Ice::__declareProxy('::Ice::Locator')
- T_LocatorFinderPrx =
Ice::__declareProxy('::Ice::LocatorFinder')
- T_ProcessPrx =
Ice::__declareProxy('::Ice::Process')
- T_ProtocolVersion =
Ice::__defineStruct('::Ice::ProtocolVersion', ProtocolVersion, [ ["major", Ice::T_byte], ["minor", Ice::T_byte] ])
- T_EncodingVersion =
Ice::__defineStruct('::Ice::EncodingVersion', EncodingVersion, [ ["major", Ice::T_byte], ["minor", Ice::T_byte] ])
- T_Identity =
Ice::__defineStruct('::Ice::Identity', Identity, [ ["name", Ice::T_string], ["category", Ice::T_string] ])
- T_IdentitySeq =
Ice::__defineSequence('::Ice::IdentitySeq', ::Ice::T_Identity)
- T_PropertyDict =
Ice::__defineDictionary('::Ice::PropertyDict', Ice::T_string, Ice::T_string)
- URIEndpointType =
0- TCPEndpointType =
1- SSLEndpointType =
2- UDPEndpointType =
3- WSEndpointType =
4- WSSEndpointType =
5- BTEndpointType =
6- BTSEndpointType =
7- IAPEndpointType =
8- IAPSEndpointType =
9- T_AdapterAlreadyActiveException =
Ice::__defineException('::Ice::AdapterAlreadyActiveException', AdapterAlreadyActiveException, nil, [])
- T_InvalidReplicaGroupIdException =
Ice::__defineException('::Ice::InvalidReplicaGroupIdException', InvalidReplicaGroupIdException, nil, [])
- T_ServerNotFoundException =
Ice::__defineException('::Ice::ServerNotFoundException', ServerNotFoundException, nil, [])
- T_PropertiesAdminPrx =
Ice::__declareProxy('::Ice::PropertiesAdmin')
- T_BoolSeq =
Ice::__defineSequence('::Ice::BoolSeq', Ice::T_bool)
- T_ByteSeq =
Ice::__defineSequence('::Ice::ByteSeq', Ice::T_byte)
- T_ShortSeq =
Ice::__defineSequence('::Ice::ShortSeq', Ice::T_short)
- T_IntSeq =
Ice::__defineSequence('::Ice::IntSeq', Ice::T_int)
- T_LongSeq =
Ice::__defineSequence('::Ice::LongSeq', Ice::T_long)
- T_FloatSeq =
Ice::__defineSequence('::Ice::FloatSeq', Ice::T_float)
- T_DoubleSeq =
Ice::__defineSequence('::Ice::DoubleSeq', Ice::T_double)
- T_StringSeq =
Ice::__defineSequence('::Ice::StringSeq', Ice::T_string)
- T_ObjectSeq =
Ice::__defineSequence('::Ice::ObjectSeq', Ice::T_Value)
- T_ObjectProxySeq =
Ice::__defineSequence('::Ice::ObjectProxySeq', Ice::T_ObjectPrx)
- T_SliceChecksumDict =
Ice::__defineDictionary('::Ice::SliceChecksumDict', Ice::T_string, Ice::T_string)
- T_OperationMode =
Ice::__defineEnum('::Ice::OperationMode', OperationMode, OperationMode::_enumerators)
- T_LogMessageType =
Ice::__defineEnum('::Ice::LogMessageType', LogMessageType, LogMessageType::_enumerators)
- T_LogMessageTypeSeq =
Ice::__defineSequence('::Ice::LogMessageTypeSeq', ::Ice::T_LogMessageType)
- T_LogMessage =
Ice::__defineStruct('::Ice::LogMessage', LogMessage, [ ["type", ::Ice::T_LogMessageType], ["timestamp", Ice::T_long], ["traceCategory", Ice::T_string], ["message", Ice::T_string] ])
- T_LogMessageSeq =
Ice::__defineSequence('::Ice::LogMessageSeq', ::Ice::T_LogMessage)
- T_RemoteLoggerPrx =
Ice::__declareProxy('::Ice::RemoteLogger')
- T_RemoteLoggerAlreadyAttachedException =
Ice::__defineException('::Ice::RemoteLoggerAlreadyAttachedException', RemoteLoggerAlreadyAttachedException, nil, [])
- T_LoggerAdminPrx =
Ice::__declareProxy('::Ice::LoggerAdmin')
- T_ReplyStatus =
Ice::__defineEnum('::Ice::ReplyStatus', ReplyStatus, ReplyStatus::_enumerators)
- T_Value =
Ice.__declareClass('::Ice::Object')
- T_UnknownSlicedValue =
Ice.__declareClass('::Ice::UnknownSlicedValue')