Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abort() - Method in interface com.zeroc.Ice.Connection
-
Aborts this connection.
- AccessDeniedException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when the registry update lock cannot be acquired.
- AccessDeniedException() - Constructor for exception com.zeroc.IceGrid.AccessDeniedException
-
Constructs a
AccessDeniedException
. - AccessDeniedException(String) - Constructor for exception com.zeroc.IceGrid.AccessDeniedException
-
Constructs a
AccessDeniedException
with values for all its fields. - activate() - Method in class com.zeroc.Ice.ObjectAdapter
-
Starts receiving and dispatching requests received over incoming connections.
- Activating - Enum constant in enum class com.zeroc.IceGrid.ServerState
-
The server is being activated and will change to the active state when the registered server object adapters are activated or to the activation timed out state if the activation timeout expires.
- activation - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
The server activation mode.
- ActivationTimedOut - Enum constant in enum class com.zeroc.IceGrid.ServerState
-
The server activation timed out.
- activationTimeout - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
The activation timeout.
- Active - Enum constant in enum class com.zeroc.IceGrid.ServerState
-
The server is running.
- adapter - Variable in class com.zeroc.Ice.Current
-
The object adapter that received the request.
- adapterAdded(AdapterInfo) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Notifies the observer that a dynamically-registered adapter was added.
- adapterAdded(AdapterInfo, Current) - Method in interface com.zeroc.IceGrid.AdapterObserver
-
Notifies the observer that a dynamically-registered adapter was added.
- adapterAdded(AdapterInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Notifies the observer that a dynamically-registered adapter was added.
- adapterAddedAsync(AdapterInfo) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Notifies the observer that a dynamically-registered adapter was added.
- adapterAddedAsync(AdapterInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Notifies the observer that a dynamically-registered adapter was added.
- AdapterAlreadyActiveException - Exception in com.zeroc.Ice
-
The exception that is thrown when a server application tries to register endpoints for an object adapter that is already active.
- AdapterAlreadyActiveException() - Constructor for exception com.zeroc.Ice.AdapterAlreadyActiveException
-
Constructs a
AdapterAlreadyActiveException
. - AdapterDescriptor - Class in com.zeroc.IceGrid
-
Describes an indirect object adapter.
- AdapterDescriptor() - Constructor for class com.zeroc.IceGrid.AdapterDescriptor
-
Constructs a
AdapterDescriptor
. - AdapterDescriptor(String, String, String, String, String, boolean, boolean, List<ObjectDescriptor>, List<ObjectDescriptor>) - Constructor for class com.zeroc.IceGrid.AdapterDescriptor
-
Constructs a
AdapterDescriptor
with values for all its fields. - AdapterDescriptorSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling AdapterDescriptorSeq.
- AdapterDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.AdapterDescriptorSeqHelper
- AdapterDynamicInfo - Class in com.zeroc.IceGrid
-
Dynamic information about the state of an adapter.
- AdapterDynamicInfo() - Constructor for class com.zeroc.IceGrid.AdapterDynamicInfo
-
Constructs a
AdapterDynamicInfo
. - AdapterDynamicInfo(String, ObjectPrx) - Constructor for class com.zeroc.IceGrid.AdapterDynamicInfo
-
Constructs a
AdapterDynamicInfo
with values for all its fields. - AdapterDynamicInfoSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling AdapterDynamicInfoSeq.
- AdapterDynamicInfoSeqHelper() - Constructor for class com.zeroc.IceGrid.AdapterDynamicInfoSeqHelper
- adapterIds() - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable adapter identities for objects for this session.
- adapterIds(Current) - Method in interface com.zeroc.Glacier2.SessionControl
-
Gets a proxy to the object that manages the allowable adapter identities for objects for this session.
- adapterIds(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable adapter identities for objects for this session.
- adapterIdsAsync() - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable adapter identities for objects for this session.
- adapterIdsAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable adapter identities for objects for this session.
- AdapterInfo - Class in com.zeroc.IceGrid
-
Information about an adapter registered with the IceGrid registry.
- AdapterInfo() - Constructor for class com.zeroc.IceGrid.AdapterInfo
-
Constructs a
AdapterInfo
. - AdapterInfo(String, ObjectPrx, String) - Constructor for class com.zeroc.IceGrid.AdapterInfo
-
Constructs a
AdapterInfo
with values for all its fields. - AdapterInfoSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling AdapterInfoSeq.
- AdapterInfoSeqHelper() - Constructor for class com.zeroc.IceGrid.AdapterInfoSeqHelper
- adapterInit(AdapterInfo[]) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Provides the initial list of dynamically registered adapters to the observer.
- adapterInit(AdapterInfo[], Current) - Method in interface com.zeroc.IceGrid.AdapterObserver
-
Provides the initial list of dynamically registered adapters to the observer.
- adapterInit(AdapterInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Provides the initial list of dynamically registered adapters to the observer.
- adapterInitAsync(AdapterInfo[]) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Provides the initial list of dynamically registered adapters to the observer.
- adapterInitAsync(AdapterInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Provides the initial list of dynamically registered adapters to the observer.
- adapterName - Variable in class com.zeroc.Ice.ConnectionInfo
-
The name of the adapter associated with the connection.
- AdapterNotExistException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when IceGrid does not know an object adapter with the provided adapter ID.
- AdapterNotExistException() - Constructor for exception com.zeroc.IceGrid.AdapterNotExistException
-
Constructs a
AdapterNotExistException
. - AdapterNotExistException(String) - Constructor for exception com.zeroc.IceGrid.AdapterNotExistException
-
Constructs a
AdapterNotExistException
with values for all its fields. - AdapterNotFoundException - Exception in com.zeroc.Ice
-
The exception that is thrown by a
LocatorPrx
implementation when it cannot find an object adapter with the provided adapter ID. - AdapterNotFoundException() - Constructor for exception com.zeroc.Ice.AdapterNotFoundException
-
Constructs a
AdapterNotFoundException
. - AdapterObserver - Interface in com.zeroc.IceGrid
-
Monitors dynamically-registered object adapters.
- AdapterObserverPrx - Interface in com.zeroc.IceGrid
-
Monitors dynamically-registered object adapters.
- adapterRemoved(String) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Notifies the observer that a dynamically-registered adapter was removed.
- adapterRemoved(String, Current) - Method in interface com.zeroc.IceGrid.AdapterObserver
-
Notifies the observer that a dynamically-registered adapter was removed.
- adapterRemoved(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Notifies the observer that a dynamically-registered adapter was removed.
- adapterRemovedAsync(String) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Notifies the observer that a dynamically-registered adapter was removed.
- adapterRemovedAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Notifies the observer that a dynamically-registered adapter was removed.
- adapters - Variable in class com.zeroc.IceGrid.CommunicatorDescriptor
-
The indirect object adapters.
- adapters - Variable in class com.zeroc.IceGrid.NodeDynamicInfo
-
The dynamic information of the adapters deployed on this node.
- adapterUpdated(AdapterInfo) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- adapterUpdated(AdapterInfo, Current) - Method in interface com.zeroc.IceGrid.AdapterObserver
- adapterUpdated(AdapterInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- adapterUpdatedAsync(AdapterInfo) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- adapterUpdatedAsync(AdapterInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- AdaptiveLoadBalancingPolicy - Class in com.zeroc.IceGrid
-
The load balancing policy that returns the endpoints of the server(s) with the lowest load average.
- AdaptiveLoadBalancingPolicy() - Constructor for class com.zeroc.IceGrid.AdaptiveLoadBalancingPolicy
-
Constructs a
AdaptiveLoadBalancingPolicy
. - AdaptiveLoadBalancingPolicy(String, String) - Constructor for class com.zeroc.IceGrid.AdaptiveLoadBalancingPolicy
-
Constructs a
AdaptiveLoadBalancingPolicy
with values for all its fields. - add(Identity[]) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Adds a sequence of Ice identities to this set of constraints.
- add(Identity[], Current) - Method in interface com.zeroc.Glacier2.IdentitySet
-
Adds a sequence of Ice identities to this set of constraints.
- add(Identity[], Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Adds a sequence of Ice identities to this set of constraints.
- add(Object, Identity) - Method in class com.zeroc.Ice.ObjectAdapter
-
Adds a servant to this object adapter's Active Servant Map (ASM).
- add(SliceLoader) - Method in class com.zeroc.Ice.CompositeSliceLoader
-
Adds a SliceLoader to this CompositeSliceLoader.
- add(String[]) - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Adds a sequence of strings to this set of constraints.
- add(String[], Current) - Method in interface com.zeroc.Glacier2.StringSet
-
Adds a sequence of strings to this set of constraints.
- add(String[], Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Adds a sequence of strings to this set of constraints.
- add(String, Field) - Method in class com.zeroc.IceMX.MetricsHelper.AttributeResolver
-
Adds an attribute resolver using a field.
- add(String, Method) - Method in class com.zeroc.IceMX.MetricsHelper.AttributeResolver
-
Adds an attribute resolver using a method.
- add(String, Method, Field) - Method in class com.zeroc.IceMX.MetricsHelper.AttributeResolver
-
Adds an attribute resolver using a method and field combination.
- add(String, Method, Method) - Method in class com.zeroc.IceMX.MetricsHelper.AttributeResolver
-
Adds an attribute resolver using two chained methods.
- addAdminFacet(Object, String) - Method in class com.zeroc.Ice.Communicator
-
Adds a new facet to the Admin object.
- addApplication(ApplicationDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an application to IceGrid.
- addApplication(ApplicationDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Adds an application to IceGrid.
- addApplication(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an application to IceGrid.
- addApplicationAsync(ApplicationDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an application to IceGrid.
- addApplicationAsync(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an application to IceGrid.
- addAsync(Identity[]) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Adds a sequence of Ice identities to this set of constraints.
- addAsync(Identity[], Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Adds a sequence of Ice identities to this set of constraints.
- addAsync(String[]) - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Adds a sequence of strings to this set of constraints.
- addAsync(String[], Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Adds a sequence of strings to this set of constraints.
- addDefaultServant(Object, String) - Method in class com.zeroc.Ice.ObjectAdapter
-
Adds a default servant to handle requests for a specific category.
- addFacet(Object, Identity, String) - Method in class com.zeroc.Ice.ObjectAdapter
-
Adds a servant to this object adapter's Active Servant Map (ASM), while specifying a facet.
- addFacetWithUUID(Object, String) - Method in class com.zeroc.Ice.ObjectAdapter
-
Adds a servant to this object adapter's Active Servant Map (ASM), using an automatically generated UUID as its identity.
- addObject(ObjectPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an object to the object registry.
- addObject(ObjectPrx, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Adds an object to the object registry.
- addObject(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an object to the object registry.
- addObjectAsync(ObjectPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an object to the object registry.
- addObjectAsync(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an object to the object registry.
- addObjectWithType(ObjectPrx, String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an object to the object registry and explicitly specifies its type.
- addObjectWithType(ObjectPrx, String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Adds an object to the object registry and explicitly specifies its type.
- addObjectWithType(ObjectPrx, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an object to the object registry and explicitly specifies its type.
- addObjectWithTypeAsync(ObjectPrx, String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an object to the object registry and explicitly specifies its type.
- addObjectWithTypeAsync(ObjectPrx, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Adds an object to the object registry and explicitly specifies its type.
- addObserver(ServiceObserverPrx) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Registers a new observer with this service manager.
- addObserver(ServiceObserverPrx, Current) - Method in interface com.zeroc.IceBox.ServiceManager
-
Registers a new observer with this service manager.
- addObserver(ServiceObserverPrx, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Registers a new observer with this service manager.
- addObserverAsync(ServiceObserverPrx) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Registers a new observer with this service manager.
- addObserverAsync(ServiceObserverPrx, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Registers a new observer with this service manager.
- addPlugin(String, Plugin) - Method in interface com.zeroc.Ice.PluginManager
-
Install a new plug-in.
- addProxies(ObjectPrx[]) - Method in interface com.zeroc.Ice.RouterPrx
-
Adds new proxy information to the router's routing table.
- addProxies(ObjectPrx[], Current) - Method in interface com.zeroc.Ice.Router
-
Adds new proxy information to the router's routing table.
- addProxies(ObjectPrx[], Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
-
Adds new proxy information to the router's routing table.
- addProxiesAsync(ObjectPrx[]) - Method in interface com.zeroc.Ice.RouterPrx
-
Adds new proxy information to the router's routing table.
- addProxiesAsync(ObjectPrx[], Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
-
Adds new proxy information to the router's routing table.
- addr - Variable in class com.zeroc.IceBT.EndpointInfo
-
The address configured with the endpoint.
- addServantLocator(ServantLocator, String) - Method in class com.zeroc.Ice.ObjectAdapter
-
Adds a ServantLocator to this object adapter for a specific category.
- addSliceLoader(SliceLoader) - Method in class com.zeroc.Ice.Communicator
-
Adds a Slice loader to this communicator, after the Slice loader set in
InitializationData
(if any) and after other Slice loaders added by this method. - addUpdateCallback(Consumer<Map<String, String>>) - Method in class com.zeroc.Ice.NativePropertiesAdmin
-
Adds a new update callback.
- addWithUUID(Object) - Method in class com.zeroc.Ice.ObjectAdapter
-
Adds a servant to this object adapter's Active Servant Map (ASM), using an automatically generated UUID as its identity.
- Admin - Interface in com.zeroc.IceGrid
-
Provides administrative access to an IceGrid deployment.
- AdminPrx - Interface in com.zeroc.IceGrid
-
Provides administrative access to an IceGrid deployment.
- AdminSession - Interface in com.zeroc.IceGrid
-
Represents an administrative session between an admin tool and an IceGrid registry.
- AdminSessionPrx - Interface in com.zeroc.IceGrid
-
Represents an administrative session between an admin tool and an IceGrid registry.
- allocatable - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
Specifies if the server is allocatable.
- allocatables - Variable in class com.zeroc.IceGrid.AdapterDescriptor
-
The descriptors of allocatable objects
- allocateObjectById(Identity) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Allocates an object.
- allocateObjectById(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Allocates an object.
- allocateObjectByIdAsync(Identity) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Allocates an object.
- allocateObjectByIdAsync(Identity, Current) - Method in interface com.zeroc.IceGrid.Session
-
Allocates an object.
- allocateObjectByIdAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Allocates an object.
- allocateObjectByType(String) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Allocates an object with the given type.
- allocateObjectByType(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Allocates an object with the given type.
- allocateObjectByTypeAsync(String) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Allocates an object with the given type.
- allocateObjectByTypeAsync(String, Current) - Method in interface com.zeroc.IceGrid.Session
-
Allocates an object with the given type.
- allocateObjectByTypeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Allocates an object with the given type.
- AllocationException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when the allocation of an object failed.
- AllocationException() - Constructor for exception com.zeroc.IceGrid.AllocationException
-
Constructs a
AllocationException
. - AllocationException(String) - Constructor for exception com.zeroc.IceGrid.AllocationException
-
Constructs a
AllocationException
with values for all its fields. - AllocationTimeoutException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when the request to allocate an object times out.
- AllocationTimeoutException() - Constructor for exception com.zeroc.IceGrid.AllocationTimeoutException
-
Constructs a
AllocationTimeoutException
. - AllocationTimeoutException(String) - Constructor for exception com.zeroc.IceGrid.AllocationTimeoutException
-
Constructs a
AllocationTimeoutException
with values for all its fields. - AlreadyRegisteredException - Exception in com.zeroc.Ice
-
The exception that is thrown when you attempt to register an object more than once with the Ice runtime.
- AlreadyRegisteredException(String, String) - Constructor for exception com.zeroc.Ice.AlreadyRegisteredException
-
Constructs an AlreadyRegisteredException with the specified kind of object and ID.
- AlreadyStartedException - Exception in com.zeroc.IceBox
-
The exception that is thrown when attempting to start a service that is already running.
- AlreadyStartedException() - Constructor for exception com.zeroc.IceBox.AlreadyStartedException
-
Constructs a
AlreadyStartedException
. - AlreadyStoppedException - Exception in com.zeroc.IceBox
-
The exception that is thrown when attempting to stop a service that is already stopped.
- AlreadyStoppedException() - Constructor for exception com.zeroc.IceBox.AlreadyStoppedException
-
Constructs a
AlreadyStoppedException
. - AlreadySubscribed - Exception in com.zeroc.IceStorm
-
The exception that is thrown when attempting to subscribe a proxy for which a subscription already exists.
- AlreadySubscribed() - Constructor for exception com.zeroc.IceStorm.AlreadySubscribed
-
Constructs a
AlreadySubscribed
. - application - Variable in class com.zeroc.IceGrid.ServerInfo
-
The application to which this server belongs.
- applicationAdded(int, ApplicationInfo) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was added.
- applicationAdded(int, ApplicationInfo, Current) - Method in interface com.zeroc.IceGrid.ApplicationObserver
-
Notifies the observer that an application was added.
- applicationAdded(int, ApplicationInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was added.
- applicationAddedAsync(int, ApplicationInfo) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was added.
- applicationAddedAsync(int, ApplicationInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was added.
- ApplicationDescriptor - Class in com.zeroc.IceGrid
-
Describes an application.
- ApplicationDescriptor() - Constructor for class com.zeroc.IceGrid.ApplicationDescriptor
-
Constructs a
ApplicationDescriptor
. - ApplicationDescriptor(String, Map<String, String>, List<ReplicaGroupDescriptor>, Map<String, TemplateDescriptor>, Map<String, TemplateDescriptor>, Map<String, NodeDescriptor>, DistributionDescriptor, String, Map<String, PropertySetDescriptor>) - Constructor for class com.zeroc.IceGrid.ApplicationDescriptor
-
Constructs a
ApplicationDescriptor
with values for all its fields. - ApplicationDescriptorSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling ApplicationDescriptorSeq.
- ApplicationDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.ApplicationDescriptorSeqHelper
- applicationDistrib - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
Specifies if the server depends on the application distribution.
- ApplicationInfo - Class in com.zeroc.IceGrid
-
Information about an IceGrid application.
- ApplicationInfo() - Constructor for class com.zeroc.IceGrid.ApplicationInfo
-
Constructs a
ApplicationInfo
. - ApplicationInfo(String, long, String, long, String, int, ApplicationDescriptor) - Constructor for class com.zeroc.IceGrid.ApplicationInfo
-
Constructs a
ApplicationInfo
with values for all its fields. - ApplicationInfoSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling ApplicationInfoSeq.
- ApplicationInfoSeqHelper() - Constructor for class com.zeroc.IceGrid.ApplicationInfoSeqHelper
- applicationInit(int, List<ApplicationInfo>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Provides the initial application infos to the observer.
- applicationInit(int, List<ApplicationInfo>, Current) - Method in interface com.zeroc.IceGrid.ApplicationObserver
-
Provides the initial application infos to the observer.
- applicationInit(int, List<ApplicationInfo>, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Provides the initial application infos to the observer.
- applicationInitAsync(int, List<ApplicationInfo>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Provides the initial application infos to the observer.
- applicationInitAsync(int, List<ApplicationInfo>, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Provides the initial application infos to the observer.
- ApplicationNotExistException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when IceGrid does not know an application with the provided name.
- ApplicationNotExistException() - Constructor for exception com.zeroc.IceGrid.ApplicationNotExistException
-
Constructs a
ApplicationNotExistException
. - ApplicationNotExistException(String) - Constructor for exception com.zeroc.IceGrid.ApplicationNotExistException
-
Constructs a
ApplicationNotExistException
with values for all its fields. - ApplicationObserver - Interface in com.zeroc.IceGrid
-
Monitors applications.
- ApplicationObserverPrx - Interface in com.zeroc.IceGrid
-
Monitors applications.
- applicationRemoved(int, String) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was removed.
- applicationRemoved(int, String, Current) - Method in interface com.zeroc.IceGrid.ApplicationObserver
-
Notifies the observer that an application was removed.
- applicationRemoved(int, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was removed.
- applicationRemovedAsync(int, String) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was removed.
- applicationRemovedAsync(int, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was removed.
- applicationUpdated(int, ApplicationUpdateInfo) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was updated.
- applicationUpdated(int, ApplicationUpdateInfo, Current) - Method in interface com.zeroc.IceGrid.ApplicationObserver
-
Notifies the observer that an application was updated.
- applicationUpdated(int, ApplicationUpdateInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was updated.
- applicationUpdatedAsync(int, ApplicationUpdateInfo) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was updated.
- applicationUpdatedAsync(int, ApplicationUpdateInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Notifies the observer that an application was updated.
- ApplicationUpdateDescriptor - Class in com.zeroc.IceGrid
-
An application update descriptor to describe the updates to apply to a deployed application.
- ApplicationUpdateDescriptor() - Constructor for class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
Constructs a
ApplicationUpdateDescriptor
. - ApplicationUpdateDescriptor(String, BoxedString, BoxedDistributionDescriptor, Map<String, String>, String[], Map<String, PropertySetDescriptor>, String[], List<ReplicaGroupDescriptor>, String[], Map<String, TemplateDescriptor>, String[], Map<String, TemplateDescriptor>, String[], List<NodeUpdateDescriptor>, String[]) - Constructor for class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
Constructs a
ApplicationUpdateDescriptor
with values for all its fields. - ApplicationUpdateInfo - Class in com.zeroc.IceGrid
-
Information about updates to an IceGrid application.
- ApplicationUpdateInfo() - Constructor for class com.zeroc.IceGrid.ApplicationUpdateInfo
-
Constructs a
ApplicationUpdateInfo
. - ApplicationUpdateInfo(long, String, int, ApplicationUpdateDescriptor) - Constructor for class com.zeroc.IceGrid.ApplicationUpdateInfo
-
Constructs a
ApplicationUpdateInfo
with values for all its fields. - ASCII - Enum constant in enum class com.zeroc.Ice.ToStringMode
-
Characters with ordinal values greater than 127 are encoded as universal character names in the resulting string: \\unnnn for BMP characters and \\Unnnnnnnn for non-BMP characters.
- attach() - Method in interface com.zeroc.Ice.Instrumentation.Observer
-
This method is called when the instrumented object is created or when the observer is attached to an existing object.
- attach() - Method in class com.zeroc.IceMX.Observer
- attach() - Method in class com.zeroc.IceMX.ObserverWithDelegate
- attachRemoteLogger(RemoteLoggerPrx, LogMessageType[], String[], int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Attaches a
RemoteLoggerPrx
object to the local logger. - attachRemoteLogger(RemoteLoggerPrx, LogMessageType[], String[], int, Current) - Method in interface com.zeroc.Ice.LoggerAdmin
-
Attaches a
RemoteLoggerPrx
object to the local logger. - attachRemoteLogger(RemoteLoggerPrx, LogMessageType[], String[], int, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Attaches a
RemoteLoggerPrx
object to the local logger. - attachRemoteLoggerAsync(RemoteLoggerPrx, LogMessageType[], String[], int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Attaches a
RemoteLoggerPrx
object to the local logger. - attachRemoteLoggerAsync(RemoteLoggerPrx, LogMessageType[], String[], int, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Attaches a
RemoteLoggerPrx
object to the local logger. - AttributeResolver() - Constructor for class com.zeroc.IceMX.MetricsHelper.AttributeResolver
-
Constructs an AttributeResolver.
- authorize(SSLInfo) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Checks if a user is authorized to establish a session.
- authorize(SSLInfo, Current) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifier
-
Checks if a user is authorized to establish a session.
- authorize(SSLInfo, Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Checks if a user is authorized to establish a session.
- authorizeAsync(SSLInfo) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Checks if a user is authorized to establish a session.
- authorizeAsync(SSLInfo, Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Checks if a user is authorized to establish a session.
- AuthorizeResult() - Constructor for class com.zeroc.Glacier2.SSLPermissionsVerifier.AuthorizeResult
-
Default constructor.
- AuthorizeResult(boolean, String) - Constructor for class com.zeroc.Glacier2.SSLPermissionsVerifier.AuthorizeResult
-
This constructor makes shallow copies of the results for operation authorize.
- avg1 - Variable in class com.zeroc.IceGrid.LoadInfo
-
The load average over the past minute.
- avg15 - Variable in class com.zeroc.IceGrid.LoadInfo
-
The load average over the past 15 minutes.
- avg5 - Variable in class com.zeroc.IceGrid.LoadInfo
-
The load average over the past 5 minutes.
B
- BadQoS - Exception in com.zeroc.IceStorm
-
The exception that is thrown when attempting to subscribe with an invalid
QoS
. - BadQoS() - Constructor for exception com.zeroc.IceStorm.BadQoS
-
Constructs a
BadQoS
. - BadQoS(String) - Constructor for exception com.zeroc.IceStorm.BadQoS
-
Constructs a
BadQoS
with values for all its fields. - BadSignalException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when an unknown signal is sent to a server.
- BadSignalException() - Constructor for exception com.zeroc.IceGrid.BadSignalException
-
Constructs a
BadSignalException
. - BadSignalException(String) - Constructor for exception com.zeroc.IceGrid.BadSignalException
-
Constructs a
BadSignalException
with values for all its fields. - BasedOnProxy - Enum constant in enum class com.zeroc.Ice.CompressBatch
-
Compress the batch requests if at least one request was made on a compressed proxy.
- BatchRequest - Interface in com.zeroc.Ice
-
Represents an invocation on a proxy configured for batch-oneway or batch-datagram.
- batchRequestInterceptor - Variable in class com.zeroc.Ice.InitializationData
-
The batch request interceptor.
- BatchRequestInterceptor - Interface in com.zeroc.Ice
-
Base interface for listening to batch request queues.
- Blobject - Interface in com.zeroc.Ice
-
Base class for dynamic dispatch servants.
- BlobjectAsync - Interface in com.zeroc.Ice
-
BlobjectAsync
is the base class for asynchronous dynamic dispatch servants. - BoxedDistributionDescriptor - Class in com.zeroc.IceGrid
-
A "boxed" distribution descriptor.
- BoxedDistributionDescriptor() - Constructor for class com.zeroc.IceGrid.BoxedDistributionDescriptor
-
Constructs a
BoxedDistributionDescriptor
. - BoxedDistributionDescriptor(DistributionDescriptor) - Constructor for class com.zeroc.IceGrid.BoxedDistributionDescriptor
-
Constructs a
BoxedDistributionDescriptor
with values for all its fields. - BoxedString - Class in com.zeroc.IceGrid
-
A "boxed" string.
- BoxedString() - Constructor for class com.zeroc.IceGrid.BoxedString
-
Constructs a
BoxedString
. - BoxedString(String) - Constructor for class com.zeroc.IceGrid.BoxedString
-
Constructs a
BoxedString
with values for all its fields. - BTEndpointType - Interface in com.zeroc.Ice
-
Identifies Bluetooth endpoints.
- BTSEndpointType - Interface in com.zeroc.Ice
-
Identifies SSL Bluetooth endpoints.
- bytes - Variable in class com.zeroc.Ice.SliceInfo
-
The encoded bytes for this slice, including the leading size integer.
C
- cancel() - Method in class com.zeroc.Ice.InvocationFuture
-
If not completed, cancels the request.
- cancel(boolean) - Method in class com.zeroc.Ice.InvocationFuture
-
If not completed, cancels the request.
- cancelable(CancellationHandler) - Method in class com.zeroc.Ice.InvocationFuture
-
Sets a cancellation handler for this invocation.
- CannotCreateSessionException - Exception in com.zeroc.Glacier2
-
The exception that is thrown when an attempt to create a new session fails.
- CannotCreateSessionException() - Constructor for exception com.zeroc.Glacier2.CannotCreateSessionException
-
Constructs a
CannotCreateSessionException
. - CannotCreateSessionException(String) - Constructor for exception com.zeroc.Glacier2.CannotCreateSessionException
-
Constructs a
CannotCreateSessionException
with values for all its fields. - categories() - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable categories for object identities for this session.
- categories(Current) - Method in interface com.zeroc.Glacier2.SessionControl
-
Gets a proxy to the object that manages the allowable categories for object identities for this session.
- categories(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable categories for object identities for this session.
- categoriesAsync() - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable categories for object identities for this session.
- categoriesAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable categories for object identities for this session.
- category - Variable in class com.zeroc.Ice.Identity
-
The category of the object.
- certs - Variable in class com.zeroc.Glacier2.SSLInfo
-
The certificate chain.
- certs - Variable in class com.zeroc.Ice.SSL.ConnectionInfo
-
The certificate chain.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.StringSetPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.ProcessPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RouterFinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RouterPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.FileParserPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.LocatorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.QueryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.SessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.FinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.TopicPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.StringSetPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.ProcessPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RouterFinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RouterPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.FileParserPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.LocatorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.QueryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.SessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.FinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.TopicPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.StringSetPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.ProcessPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.RouterFinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.RouterPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.FileParserPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.LocatorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.QueryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.SessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceStorm.FinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceStorm.TopicPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.StringSetPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.ProcessPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.RouterFinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.RouterPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.FileParserPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.LocatorPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.QueryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.SessionPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceStorm.FinderPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceStorm.TopicPrx
-
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
- checkNonIdempotent() - Method in class com.zeroc.Ice.Current
-
Ensures the operation mode of an incoming request is not idempotent.
- checkPermissions(String, String) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Checks if a user is authorized to establish a session.
- checkPermissions(String, String, Current) - Method in interface com.zeroc.Glacier2.PermissionsVerifier
-
Checks if a user is authorized to establish a session.
- checkPermissions(String, String, Map<String, String>) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Checks if a user is authorized to establish a session.
- checkPermissionsAsync(String, String) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Checks if a user is authorized to establish a session.
- checkPermissionsAsync(String, String, Map<String, String>) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Checks if a user is authorized to establish a session.
- CheckPermissionsResult() - Constructor for class com.zeroc.Glacier2.PermissionsVerifier.CheckPermissionsResult
-
Default constructor.
- CheckPermissionsResult(boolean, String) - Constructor for class com.zeroc.Glacier2.PermissionsVerifier.CheckPermissionsResult
-
This constructor makes shallow copies of the results for operation checkPermissions.
- ChildInvocationMetrics - Class in com.zeroc.IceMX
-
Provides information on child invocations.
- ChildInvocationMetrics() - Constructor for class com.zeroc.IceMX.ChildInvocationMetrics
-
Constructs a
ChildInvocationMetrics
. - ChildInvocationMetrics(String, long, int, long, int, long, long) - Constructor for class com.zeroc.IceMX.ChildInvocationMetrics
-
Constructs a
ChildInvocationMetrics
with values for all its fields. - ChildInvocationObserver - Interface in com.zeroc.Ice.Instrumentation
-
The child invocation observer to instrument remote or collocated invocations.
- cipher - Variable in class com.zeroc.Glacier2.SSLInfo
-
The negotiated cipher suite.
- cipher - Variable in class com.zeroc.Ice.SSL.ConnectionInfo
-
The negotiated cipher suite.
- Class - Enum constant in enum class com.zeroc.Ice.OptionalFormat
-
Class instance.
- classLoader - Variable in class com.zeroc.Ice.InitializationData
-
The custom class loader for the communicator.
- ClassSliceLoader - Class in com.zeroc.Ice
-
Implements SliceLoader using an array of annotated classes.
- ClassSliceLoader(Class<?>...) - Constructor for class com.zeroc.Ice.ClassSliceLoader
-
Creates a ClassSliceLoader.
- clear() - Method in class com.zeroc.Ice.InputStream
-
Releases any data retained by encapsulations.
- clear() - Method in class com.zeroc.Ice.OutputStream
-
Releases any data retained by encapsulations.
- clientSSLEngineFactory - Variable in class com.zeroc.Ice.InitializationData
-
The SSL engine factory used to configure the client-side ssl transport.
- clone() - Method in class com.zeroc.Glacier2.SSLInfo
- clone() - Method in class com.zeroc.Ice.Current
- clone() - Method in class com.zeroc.Ice.EncodingVersion
- clone() - Method in class com.zeroc.Ice.Identity
- clone() - Method in class com.zeroc.Ice.InitializationData
-
Creates and returns a copy of this object.
- clone() - Method in class com.zeroc.Ice.LogMessage
- clone() - Method in class com.zeroc.Ice.MetricsMap.Entry
- clone() - Method in class com.zeroc.Ice.ProtocolVersion
- clone() - Method in class com.zeroc.Ice.Value
-
Returns a copy of the object.
- clone() - Method in class com.zeroc.IceGrid.AdapterDescriptor
- clone() - Method in class com.zeroc.IceGrid.AdapterDynamicInfo
- clone() - Method in class com.zeroc.IceGrid.AdapterInfo
- clone() - Method in class com.zeroc.IceGrid.AdaptiveLoadBalancingPolicy
- clone() - Method in class com.zeroc.IceGrid.ApplicationDescriptor
- clone() - Method in class com.zeroc.IceGrid.ApplicationInfo
- clone() - Method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
- clone() - Method in class com.zeroc.IceGrid.ApplicationUpdateInfo
- clone() - Method in class com.zeroc.IceGrid.BoxedDistributionDescriptor
- clone() - Method in class com.zeroc.IceGrid.BoxedString
- clone() - Method in class com.zeroc.IceGrid.CommunicatorDescriptor
- clone() - Method in class com.zeroc.IceGrid.DbEnvDescriptor
- clone() - Method in class com.zeroc.IceGrid.DistributionDescriptor
- clone() - Method in class com.zeroc.IceGrid.IceBoxDescriptor
- clone() - Method in class com.zeroc.IceGrid.LoadBalancingPolicy
- clone() - Method in class com.zeroc.IceGrid.LoadInfo
- clone() - Method in class com.zeroc.IceGrid.NodeDescriptor
- clone() - Method in class com.zeroc.IceGrid.NodeDynamicInfo
- clone() - Method in class com.zeroc.IceGrid.NodeInfo
- clone() - Method in class com.zeroc.IceGrid.NodeUpdateDescriptor
- clone() - Method in class com.zeroc.IceGrid.ObjectDescriptor
- clone() - Method in class com.zeroc.IceGrid.ObjectInfo
- clone() - Method in class com.zeroc.IceGrid.OrderedLoadBalancingPolicy
- clone() - Method in class com.zeroc.IceGrid.PropertyDescriptor
- clone() - Method in class com.zeroc.IceGrid.PropertySetDescriptor
- clone() - Method in class com.zeroc.IceGrid.RandomLoadBalancingPolicy
- clone() - Method in class com.zeroc.IceGrid.RegistryInfo
- clone() - Method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
- clone() - Method in class com.zeroc.IceGrid.RoundRobinLoadBalancingPolicy
- clone() - Method in class com.zeroc.IceGrid.ServerDescriptor
- clone() - Method in class com.zeroc.IceGrid.ServerDynamicInfo
- clone() - Method in class com.zeroc.IceGrid.ServerInfo
- clone() - Method in class com.zeroc.IceGrid.ServerInstanceDescriptor
- clone() - Method in class com.zeroc.IceGrid.ServiceDescriptor
- clone() - Method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
- clone() - Method in class com.zeroc.IceGrid.TemplateDescriptor
- clone() - Method in class com.zeroc.IceMX.ChildInvocationMetrics
- clone() - Method in class com.zeroc.IceMX.CollocatedMetrics
- clone() - Method in class com.zeroc.IceMX.ConnectionMetrics
- clone() - Method in class com.zeroc.IceMX.DispatchMetrics
- clone() - Method in class com.zeroc.IceMX.InvocationMetrics
- clone() - Method in class com.zeroc.IceMX.Metrics
- clone() - Method in class com.zeroc.IceMX.MetricsFailures
- clone() - Method in class com.zeroc.IceMX.RemoteMetrics
- clone() - Method in class com.zeroc.IceMX.SessionMetrics
- clone() - Method in class com.zeroc.IceMX.SubscriberMetrics
- clone() - Method in class com.zeroc.IceMX.ThreadMetrics
- clone() - Method in class com.zeroc.IceMX.TopicMetrics
- clone() - Method in class com.zeroc.IceStorm.LinkInfo
- cloneWithPrefix(String) - Method in interface com.zeroc.Ice.Logger
-
Returns a clone of the logger with a new prefix.
- close() - Method in class com.zeroc.Ice.Communicator
-
Destroy the communicator.
- close() - Method in interface com.zeroc.Ice.Connection
-
Closes the connection gracefully after waiting for all outstanding invocations to complete.
- CloseCallback - Interface in com.zeroc.Ice
-
An application can implement this interface to receive notifications when a connection closes.
- CloseConnectionException - Exception in com.zeroc.Ice
-
The exception that is thrown when the connection has been gracefully shut down by the server.
- CloseConnectionException() - Constructor for exception com.zeroc.Ice.CloseConnectionException
-
Constructs a CloseConnectionException.
- closed(Connection) - Method in interface com.zeroc.Ice.CloseCallback
-
This method is called by the connection when the connection is closed.
- closedByApplication - Variable in exception com.zeroc.Ice.ConnectionAbortedException
-
Indicates whether the connection was closed by the application.
- closedByApplication - Variable in exception com.zeroc.Ice.ConnectionClosedException
-
Indicates whether the connection was closed by the application.
- closeTimeout() - Method in record class com.zeroc.Ice.ConnectionOptions
-
Returns the value of the
closeTimeout
record component. - CloseTimeoutException - Exception in com.zeroc.Ice
-
The exception that is thrown when a graceful connection closure times out.
- CloseTimeoutException() - Constructor for exception com.zeroc.Ice.CloseTimeoutException
-
Constructs a CloseTimeoutException.
- collocated - Variable in class com.zeroc.IceMX.InvocationMetrics
-
The collocated invocation metrics map.
- CollocatedMetrics - Class in com.zeroc.IceMX
-
Provides information on invocations that are collocated.
- CollocatedMetrics() - Constructor for class com.zeroc.IceMX.CollocatedMetrics
-
Constructs a
CollocatedMetrics
. - CollocatedMetrics(String, long, int, long, int, long, long) - Constructor for class com.zeroc.IceMX.CollocatedMetrics
-
Constructs a
CollocatedMetrics
with values for all its fields. - CollocatedObserver - Interface in com.zeroc.Ice.Instrumentation
-
The collocated observer to instrument invocations that are collocated.
- com.zeroc.glacier2 - module com.zeroc.glacier2
-
APIs for clients of the Glacier2 firewall traversal service.
- com.zeroc.Glacier2 - package com.zeroc.Glacier2
-
APIs for clients of the Glacier2 firewall traversal service.
- com.zeroc.ice - module com.zeroc.ice
-
Core APIs of the Ice framework.
- com.zeroc.Ice - package com.zeroc.Ice
-
Core APIs of the Ice framework.
- com.zeroc.Ice.Instrumentation - package com.zeroc.Ice.Instrumentation
-
Ice Instrumentation API, used to observe Ice internal components such as threads and connections.
- com.zeroc.Ice.SSL - package com.zeroc.Ice.SSL
-
APIs for the Ice SSL transport, the SSL transport provides encryption using SSL/TLS.
- com.zeroc.icebox - module com.zeroc.icebox
-
APIs for creating IceBox services and interacting with the IceBox server.
- com.zeroc.IceBox - package com.zeroc.IceBox
-
APIs for creating IceBox services and interacting with the IceBox server.
- com.zeroc.icebt - module com.zeroc.icebt
-
APIs for the IceBT plug-in, a Bluetooth transport currently available only for Android.
- com.zeroc.IceBT - package com.zeroc.IceBT
-
APIs for the IceBT plug-in, a Bluetooth transport currently available only for Android.
- com.zeroc.icegrid - module com.zeroc.icegrid
-
APIs for clients of the IceGrid location service.
- com.zeroc.IceGrid - package com.zeroc.IceGrid
-
APIs for clients of the IceGrid location service.
- com.zeroc.IceMX - package com.zeroc.IceMX
-
Ice Management Extension (IceMX) APIs.
- com.zeroc.icestorm - module com.zeroc.icestorm
-
IceStorm APIs.
- com.zeroc.IceStorm - package com.zeroc.IceStorm
-
IceStorm APIs.
- Communicator - Class in com.zeroc.Ice
-
The central object in Ice.
- CommunicatorDescriptor - Class in com.zeroc.IceGrid
-
Describes an Ice communicator.
- CommunicatorDescriptor() - Constructor for class com.zeroc.IceGrid.CommunicatorDescriptor
-
Constructs a
CommunicatorDescriptor
. - CommunicatorDescriptor(List<AdapterDescriptor>, PropertySetDescriptor, DbEnvDescriptor[], String[], String) - Constructor for class com.zeroc.IceGrid.CommunicatorDescriptor
-
Constructs a
CommunicatorDescriptor
with values for all its fields. - CommunicatorDestroyedException - Exception in com.zeroc.Ice
-
The exception that is thrown when an operation fails because the communicator has been destroyed.
- CommunicatorDestroyedException() - Constructor for exception com.zeroc.Ice.CommunicatorDestroyedException
-
Constructs a CommunicatorDestroyedException.
- CommunicatorObserver - Interface in com.zeroc.Ice.Instrumentation
-
The communicator observer interface used by the Ice run-time to obtain and update observers for its observable objects.
- CompactFormat - Enum constant in enum class com.zeroc.Ice.FormatType
-
A minimal format that eliminates the possibility for slicing unrecognized types.
- compactId - Variable in class com.zeroc.Ice.SliceInfo
-
The Slice compact type ID for this slice.
- CompactSliceTypeId - Annotation Interface in com.zeroc.Ice
-
Assigns a compact Slice type ID to a class.
- Compat - Enum constant in enum class com.zeroc.Ice.ToStringMode
-
Characters with ordinal values greater than 127 are encoded as a sequence of UTF-8 bytes using octal escapes.
- CompositeSliceLoader - Class in com.zeroc.Ice
-
Implements SliceLoader by combining multiple SliceLoaders.
- CompositeSliceLoader(SliceLoader...) - Constructor for class com.zeroc.Ice.CompositeSliceLoader
-
Creates a CompositeSliceLoader that combines the given SliceLoaders.
- compress - Variable in class com.zeroc.Ice.EndpointInfo
-
Specifies whether or not compression should be used if available when using this endpoint.
- CompressBatch - Enum Class in com.zeroc.Ice
-
The batch compression option when flushing queued batch requests.
- con - Variable in class com.zeroc.Ice.Current
-
The connection that received the request.
- ConnectFailedException - Exception in com.zeroc.Ice
-
This exception indicates connection failures.
- ConnectFailedException() - Constructor for exception com.zeroc.Ice.ConnectFailedException
-
Constructs a ConnectFailedException.
- ConnectFailedException(Throwable) - Constructor for exception com.zeroc.Ice.ConnectFailedException
-
Constructs a ConnectFailedException with a cause.
- Connection - Interface in com.zeroc.Ice
-
The user-level interface to a connection.
- ConnectionAbortedException - Exception in com.zeroc.Ice
-
The exception that is thrown when an operation fails because the connection has been aborted.
- ConnectionAbortedException(String, boolean) - Constructor for exception com.zeroc.Ice.ConnectionAbortedException
-
Constructs a ConnectionAbortedException.
- ConnectionClosedException - Exception in com.zeroc.Ice
-
The exception that is thrown when an operation fails because the connection has been closed gracefully.
- ConnectionClosedException(String, boolean) - Constructor for exception com.zeroc.Ice.ConnectionClosedException
-
Constructs a ConnectionClosedException.
- connectionId - Variable in class com.zeroc.Ice.ConnectionInfo
-
The connection id.
- ConnectionInfo - Class in com.zeroc.Ice
-
Base class providing access to the connection details.
- ConnectionInfo - Class in com.zeroc.Ice.SSL
-
Provides access to the connection details of an SSL connection
- ConnectionInfo - Class in com.zeroc.IceBT
-
Provides access to the details of a Bluetooth connection.
- ConnectionInfo(boolean, String, String) - Constructor for class com.zeroc.Ice.ConnectionInfo
-
Constructs a ConnectionInfo with the specified connection parameters.
- ConnectionInfo(ConnectionInfo) - Constructor for class com.zeroc.Ice.ConnectionInfo
-
Constructs a ConnectionInfo that wraps the specified underlying connection info.
- ConnectionLostException - Exception in com.zeroc.Ice
-
The exception that is thrown when an established connection is lost.
- ConnectionLostException() - Constructor for exception com.zeroc.Ice.ConnectionLostException
-
Constructs a ConnectionLostException.
- ConnectionLostException(Throwable) - Constructor for exception com.zeroc.Ice.ConnectionLostException
-
Constructs a ConnectionLostException with a cause.
- ConnectionMetrics - Class in com.zeroc.IceMX
-
Provides information on the data sent and received over Ice connections.
- ConnectionMetrics() - Constructor for class com.zeroc.IceMX.ConnectionMetrics
-
Constructs a
ConnectionMetrics
. - ConnectionMetrics(String, long, int, long, int, long, long) - Constructor for class com.zeroc.IceMX.ConnectionMetrics
-
Constructs a
ConnectionMetrics
with values for all its fields. - ConnectionObserver - Interface in com.zeroc.Ice.Instrumentation
-
The connection observer interface to instrument Ice connections.
- ConnectionOptions - Record Class in com.zeroc.Ice
-
Options for configuring the behavior of a connection.
- ConnectionOptions(int, int, int, boolean, int, int) - Constructor for record class com.zeroc.Ice.ConnectionOptions
-
Creates an instance of a
ConnectionOptions
record class. - ConnectionRefusedException - Exception in com.zeroc.Ice
-
The exception that is thrown when the server host actively refuses a connection.
- ConnectionRefusedException() - Constructor for exception com.zeroc.Ice.ConnectionRefusedException
-
Constructs a ConnectionRefusedException.
- ConnectionRefusedException(Throwable) - Constructor for exception com.zeroc.Ice.ConnectionRefusedException
-
Constructs a ConnectionRefusedException with a cause.
- ConnectionState - Enum Class in com.zeroc.Ice.Instrumentation
-
The state of an Ice connection.
- ConnectionStateActive - Enum constant in enum class com.zeroc.Ice.Instrumentation.ConnectionState
-
The connection is active and can send and receive messages.
- ConnectionStateClosed - Enum constant in enum class com.zeroc.Ice.Instrumentation.ConnectionState
-
The connection is closed and waits for potential dispatch to be finished before being destroyed and detached from the observer.
- ConnectionStateClosing - Enum constant in enum class com.zeroc.Ice.Instrumentation.ConnectionState
-
The connection is being gracefully shutdown and waits for the peer to close its end of the connection.
- ConnectionStateHolding - Enum constant in enum class com.zeroc.Ice.Instrumentation.ConnectionState
-
The connection is holding the reception of new messages.
- ConnectionStateValidating - Enum constant in enum class com.zeroc.Ice.Instrumentation.ConnectionState
-
The connection is being validated.
- connectTimeout() - Method in record class com.zeroc.Ice.ConnectionOptions
-
Returns the value of the
connectTimeout
record component. - ConnectTimeoutException - Exception in com.zeroc.Ice
-
The exception that is thrown when a connection establishment times out.
- ConnectTimeoutException() - Constructor for exception com.zeroc.Ice.ConnectTimeoutException
-
Constructs a ConnectTimeoutException.
- containsKey(String) - Method in interface com.zeroc.Ice.ImplicitContext
-
Check if this key has an associated value in the underlying context.
- ContextHelper - Class in com.zeroc.Ice
-
Helper class for marshaling/unmarshaling Context.
- ContextHelper() - Constructor for class com.zeroc.Ice.ContextHelper
- cookie - Variable in class com.zeroc.Ice.ServantLocator.LocateResult
-
A "cookie" that will be passed to
finished
. - cost - Variable in class com.zeroc.IceStorm.LinkInfo
-
The cost of traversing this link.
- create(SSLInfo, SessionControlPrx) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Creates a new session object.
- create(SSLInfo, SessionControlPrx, Current) - Method in interface com.zeroc.Glacier2.SSLSessionManager
-
Creates a new session object.
- create(SSLInfo, SessionControlPrx, Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Creates a new session object.
- create(Communicator, String, String[]) - Method in interface com.zeroc.Ice.PluginFactory
-
Called by the Ice run time to create a new plug-in.
- create(Communicator, String, String[]) - Method in class com.zeroc.IceBT.PluginFactory
- create(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Creates a new topic.
- create(String, SessionControlPrx) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Creates a new session object.
- create(String, SessionControlPrx, Current) - Method in interface com.zeroc.Glacier2.SessionManager
-
Creates a new session object.
- create(String, SessionControlPrx, Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Creates a new session object.
- create(String, Current) - Method in interface com.zeroc.IceStorm.TopicManager
-
Creates a new topic.
- create(String, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Creates a new topic.
- createAdmin(ObjectAdapter, Identity) - Method in class com.zeroc.Ice.Communicator
-
Adds the Admin object with all its facets to the provided object adapter.
- createAdminSession(String, String) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates an administrative session.
- createAdminSession(String, String, Current) - Method in interface com.zeroc.IceGrid.Registry
-
Creates an administrative session.
- createAdminSession(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates an administrative session.
- createAdminSessionAsync(String, String) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates an administrative session.
- createAdminSessionAsync(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates an administrative session.
- createAdminSessionFromSecureConnection() - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates an administrative session from a secure connection.
- createAdminSessionFromSecureConnection(Current) - Method in interface com.zeroc.IceGrid.Registry
-
Creates an administrative session from a secure connection.
- createAdminSessionFromSecureConnection(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates an administrative session from a secure connection.
- createAdminSessionFromSecureConnectionAsync() - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates an administrative session from a secure connection.
- createAdminSessionFromSecureConnectionAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates an administrative session from a secure connection.
- createAsync(SSLInfo, SessionControlPrx) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Creates a new session object.
- createAsync(SSLInfo, SessionControlPrx, Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Creates a new session object.
- createAsync(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Creates a new topic.
- createAsync(String, SessionControlPrx) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Creates a new session object.
- createAsync(String, SessionControlPrx, Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Creates a new session object.
- createAsync(String, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Creates a new topic.
- createDirectProxy(Identity) - Method in class com.zeroc.Ice.ObjectAdapter
-
Creates a direct proxy from an Ice identity.
- createEmptyOutgoingResponse() - Method in class com.zeroc.Ice.Current
-
Creates an empty outgoing response with reply status
ReplyStatus.Ok
. - createIndirectProxy(Identity) - Method in class com.zeroc.Ice.ObjectAdapter
-
Creates an indirect proxy for an Ice identity.
- createObjectAdapter(String) - Method in class com.zeroc.Ice.Communicator
-
Creates a new object adapter.
- createObjectAdapter(String, SSLEngineFactory) - Method in class com.zeroc.Ice.Communicator
-
Creates a new object adapter.
- createObjectAdapterWithEndpoints(String, String) - Method in class com.zeroc.Ice.Communicator
-
Creates a new object adapter with endpoints.
- createObjectAdapterWithEndpoints(String, String, SSLEngineFactory) - Method in class com.zeroc.Ice.Communicator
-
Creates a new object adapter with endpoints.
- createObjectAdapterWithRouter(String, RouterPrx) - Method in class com.zeroc.Ice.Communicator
-
Creates a new object adapter with a router.
- createOutgoingResponse(boolean, byte[]) - Method in class com.zeroc.Ice.Current
-
Creates an outgoing response with the specified payload.
- createOutgoingResponse(Throwable) - Method in class com.zeroc.Ice.Current
-
Creates an outgoing response that marshals an exception.
- createOutgoingResponse(TResult, BiConsumer<OutputStream, TResult>, FormatType) - Method in class com.zeroc.Ice.Current
-
Creates an outgoing response with reply status
ReplyStatus.Ok
. - createProperties() - Static method in class com.zeroc.Ice.Util
-
Deprecated.
- createProperties(String[]) - Static method in class com.zeroc.Ice.Util
-
Deprecated.Use
Properties(String[])
instead. - createProperties(String[], Properties) - Static method in class com.zeroc.Ice.Util
-
Deprecated.Use
Properties(String[], Properties)
instead. - createProperties(String[], Properties, List<String>) - Static method in class com.zeroc.Ice.Util
-
Deprecated.Use
Properties(String[], Properties, java.util.List)
instead. - createProperties(String[], List<String>) - Static method in class com.zeroc.Ice.Util
-
Deprecated.Use
Properties(String[], java.util.List)
instead. - createProxy(Communicator, String) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Creates a new proxy that implements
IdentitySetPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Creates a new proxy that implements
PermissionsVerifierPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a new proxy that implements
RouterPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
-
Creates a new proxy that implements
SessionControlPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Creates a new proxy that implements
SessionManagerPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Glacier2.SessionPrx
-
Creates a new proxy that implements
SessionPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Creates a new proxy that implements
SSLPermissionsVerifierPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Creates a new proxy that implements
SSLSessionManagerPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Glacier2.StringSetPrx
-
Creates a new proxy that implements
StringSetPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
-
Creates a new proxy that implements
LocatorFinderPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Ice.LocatorPrx
-
Creates a new proxy that implements
LocatorPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Creates a new proxy that implements
LocatorRegistryPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
-
Creates a new proxy that implements
LoggerAdminPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that implements
ObjectPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Ice.ProcessPrx
-
Creates a new proxy that implements
ProcessPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Creates a new proxy that implements
PropertiesAdminPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Creates a new proxy that implements
RemoteLoggerPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Ice.RouterFinderPrx
-
Creates a new proxy that implements
RouterFinderPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.Ice.RouterPrx
-
Creates a new proxy that implements
RouterPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Creates a new proxy that implements
ServiceManagerPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Creates a new proxy that implements
ServiceObserverPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Creates a new proxy that implements
AdapterObserverPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.AdminPrx
-
Creates a new proxy that implements
AdminPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Creates a new proxy that implements
AdminSessionPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Creates a new proxy that implements
ApplicationObserverPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Creates a new proxy that implements
FileIteratorPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.FileParserPrx
-
Creates a new proxy that implements
FileParserPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.LocatorPrx
-
Creates a new proxy that implements
LocatorPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Creates a new proxy that implements
NodeObserverPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Creates a new proxy that implements
ObjectObserverPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.QueryPrx
-
Creates a new proxy that implements
QueryPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Creates a new proxy that implements
RegistryObserverPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a new proxy that implements
RegistryPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.SessionPrx
-
Creates a new proxy that implements
SessionPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Creates a new proxy that implements
UserAccountMapperPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Creates a new proxy that implements
MetricsAdminPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceStorm.FinderPrx
-
Creates a new proxy that implements
FinderPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Creates a new proxy that implements
TopicManagerPrx
. - createProxy(Communicator, String) - Static method in interface com.zeroc.IceStorm.TopicPrx
-
Creates a new proxy that implements
TopicPrx
. - createProxy(Identity) - Method in interface com.zeroc.Ice.Connection
-
Creates a special proxy (a "fixed proxy") that always uses this connection.
- createProxy(Identity) - Method in class com.zeroc.Ice.ObjectAdapter
-
Creates a proxy from an Ice identity.
- createSession(String, String) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a session for the client (caller) with the router.
- createSession(String, String) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a client session.
- createSession(String, String, Current) - Method in interface com.zeroc.IceGrid.Registry
-
Creates a client session.
- createSession(String, String, Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a session for the client (caller) with the router.
- createSession(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a client session.
- createSessionAsync(String, String) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a session for the client (caller) with the router.
- createSessionAsync(String, String) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a client session.
- createSessionAsync(String, String, Current) - Method in interface com.zeroc.Glacier2.Router
-
Creates a session for the client (caller) with the router.
- createSessionAsync(String, String, Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a session for the client (caller) with the router.
- createSessionAsync(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a client session.
- createSessionFromSecureConnection() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a per-client session with the router.
- createSessionFromSecureConnection() - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a client session from a secure connection.
- createSessionFromSecureConnection(Current) - Method in interface com.zeroc.IceGrid.Registry
-
Creates a client session from a secure connection.
- createSessionFromSecureConnection(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a per-client session with the router.
- createSessionFromSecureConnection(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a client session from a secure connection.
- createSessionFromSecureConnectionAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a per-client session with the router.
- createSessionFromSecureConnectionAsync() - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a client session from a secure connection.
- createSessionFromSecureConnectionAsync(Current) - Method in interface com.zeroc.Glacier2.Router
-
Creates a per-client session with the router.
- createSessionFromSecureConnectionAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a per-client session with the router.
- createSessionFromSecureConnectionAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a client session from a secure connection.
- createSSLEngine(String, int) - Method in interface com.zeroc.Ice.SSL.SSLEngineFactory
-
Creates a new SSLEngine instance used to configure the ssl transport.
- createTime - Variable in class com.zeroc.IceGrid.ApplicationInfo
-
The creation time.
- createUser - Variable in class com.zeroc.IceGrid.ApplicationInfo
-
The user who created the application.
- ctx - Variable in class com.zeroc.Ice.Current
-
The request context.
- current - Variable in class com.zeroc.Ice.IncomingRequest
-
Gets the current object for the request.
- current - Variable in class com.zeroc.IceMX.Metrics
-
The number of objects currently observed by this metrics.
- Current - Class in com.zeroc.Ice
-
Provides information about an incoming request being dispatched.
- Current(ObjectAdapter, Connection, Identity, String, String, OperationMode, Map<String, String>, int, EncodingVersion) - Constructor for class com.zeroc.Ice.Current
-
Constructs a Current object.
- currentEncoding() - Static method in class com.zeroc.Ice.Util
-
Returns the supported Slice encoding version.
- currentProtocol() - Static method in class com.zeroc.Ice.Util
-
Returns the supported Ice protocol version.
D
- dataDir - Variable in class com.zeroc.IceGrid.NodeInfo
-
The path to the node data directory.
- datagram() - Method in class com.zeroc.Ice.EndpointInfo
-
Returns true if this endpoint is a datagram endpoint.
- datagram() - Method in class com.zeroc.Ice.UDPEndpointInfo
- DatagramLimitException - Exception in com.zeroc.Ice
-
The exception that is thrown when a datagram exceeds the configured send or receive buffer size, or exceeds the maximum payload size of a UDP packet (65507 bytes).
- DatagramLimitException() - Constructor for exception com.zeroc.Ice.DatagramLimitException
-
Constructs a DatagramLimitException.
- DatagramLimitException(String) - Constructor for exception com.zeroc.Ice.DatagramLimitException
-
Constructs a DatagramLimitException with a reason message.
- DbEnvDescriptor - Class in com.zeroc.IceGrid
-
A Freeze database environment descriptor (deprecated, no longer used).
- DbEnvDescriptor() - Constructor for class com.zeroc.IceGrid.DbEnvDescriptor
-
Constructs a
DbEnvDescriptor
. - DbEnvDescriptor(String, String, String, List<PropertyDescriptor>) - Constructor for class com.zeroc.IceGrid.DbEnvDescriptor
-
Constructs a
DbEnvDescriptor
with values for all its fields. - DbEnvDescriptorSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling DbEnvDescriptorSeq.
- DbEnvDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.DbEnvDescriptorSeqHelper
- dbEnvs - Variable in class com.zeroc.IceGrid.CommunicatorDescriptor
-
The database environments.
- dbHome - Variable in class com.zeroc.IceGrid.DbEnvDescriptor
-
The home of the database environment.
- deactivate() - Method in class com.zeroc.Ice.ObjectAdapter
-
Deactivates this object adapter: stops accepting new connections from clients and closes gracefully all incoming connections created by this object adapter once all outstanding dispatches have completed.
- deactivate(String) - Method in interface com.zeroc.Ice.ServantLocator
-
Called when the object adapter in which this servant locator is installed is destroyed.
- Deactivating - Enum constant in enum class com.zeroc.IceGrid.ServerState
-
The server is being deactivated.
- deactivationTimeout - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
The deactivation timeout.
- decDirectCount() - Method in class com.zeroc.Ice.ObjectAdapter
-
Decrements the count of direct method calls using this object adapter.
- DefaultPackageSliceLoader - Class in com.zeroc.Ice
-
Implements SliceLoader using a default package.
- DefaultPackageSliceLoader(String, ClassLoader) - Constructor for class com.zeroc.Ice.DefaultPackageSliceLoader
-
Creates a DefaultPackageSliceLoader.
- defaultResolve(String) - Method in class com.zeroc.IceMX.MetricsHelper
-
Provides default resolution for unknown attributes.
- delay() - Method in class com.zeroc.IceMX.ObserverWithDelegate
-
Gets the current elapsed time without stopping the stopwatch.
- delivered - Variable in class com.zeroc.IceMX.SubscriberMetrics
-
The number of forwarded events.
- DeploymentException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when IceGrid cannot deploy a server.
- DeploymentException() - Constructor for exception com.zeroc.IceGrid.DeploymentException
-
Constructs a
DeploymentException
. - DeploymentException(String) - Constructor for exception com.zeroc.IceGrid.DeploymentException
-
Constructs a
DeploymentException
with values for all its fields. - description - Variable in class com.zeroc.IceGrid.AdapterDescriptor
-
A description of this object adapter.
- description - Variable in class com.zeroc.IceGrid.ApplicationDescriptor
-
The description of this application.
- description - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The updated description (or null if the description wasn't updated).
- description - Variable in class com.zeroc.IceGrid.CommunicatorDescriptor
-
A description of this descriptor.
- description - Variable in class com.zeroc.IceGrid.DbEnvDescriptor
-
The description of this database environment.
- description - Variable in class com.zeroc.IceGrid.NodeDescriptor
-
The description of this node.
- description - Variable in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
The updated description (or null if the description wasn't updated.)
- description - Variable in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
The description of this replica group.
- descriptor - Variable in class com.zeroc.IceGrid.ApplicationInfo
-
The application descriptor.
- descriptor - Variable in class com.zeroc.IceGrid.ApplicationUpdateInfo
-
The update descriptor.
- descriptor - Variable in class com.zeroc.IceGrid.ServerInfo
-
The server descriptor.
- descriptor - Variable in class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
The service definition if the instance isn't a template instance (i.e.: if the template attribute is empty).
- descriptor - Variable in class com.zeroc.IceGrid.TemplateDescriptor
-
The communicator.
- destroy() - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Destroys the associated session.
- destroy() - Method in interface com.zeroc.Glacier2.SessionPrx
-
Destroys this session.
- destroy() - Method in class com.zeroc.Ice.Communicator
-
Destroys this communicator.
- destroy() - Method in class com.zeroc.Ice.LoggerPlugin
-
Called by the Ice run time when the communicator is destroyed.
- destroy() - Method in class com.zeroc.Ice.ObjectAdapter
-
Destroys this object adapter and cleans up all resources associated with it.
- destroy() - Method in interface com.zeroc.Ice.Plugin
-
Called when the communicator is being destroyed.
- destroy() - Method in interface com.zeroc.Ice.PluginManager
-
Called when the communicator is being destroyed.
- destroy() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Destroys the iterator.
- destroy() - Method in class com.zeroc.IceMX.ObserverFactory
-
Destroys this observer factory and unregisters the metrics map.
- destroy() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Destroys this topic.
- destroy(Current) - Method in interface com.zeroc.Glacier2.Session
-
Destroys this session.
- destroy(Current) - Method in interface com.zeroc.Glacier2.SessionControl
-
Destroys the associated session.
- destroy(Current) - Method in interface com.zeroc.IceGrid.FileIterator
-
Destroys the iterator.
- destroy(Current) - Method in interface com.zeroc.IceStorm.Topic
-
Destroys this topic.
- destroy(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Destroys the associated session.
- destroy(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionPrx
-
Destroys this session.
- destroy(Map<String, String>) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Destroys the iterator.
- destroy(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Destroys this topic.
- destroyAsync() - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Destroys the associated session.
- destroyAsync() - Method in interface com.zeroc.Glacier2.SessionPrx
-
Destroys this session.
- destroyAsync() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Destroys the iterator.
- destroyAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Destroys this topic.
- destroyAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Destroys the associated session.
- destroyAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionPrx
-
Destroys this session.
- destroyAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Destroys the iterator.
- destroyAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Destroys this topic.
- Destroyed - Enum constant in enum class com.zeroc.IceGrid.ServerState
-
The server is destroyed.
- Destroying - Enum constant in enum class com.zeroc.IceGrid.ServerState
-
The server is being destroyed.
- destroySession() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Destroys the session of the caller with this router.
- destroySession(Current) - Method in interface com.zeroc.Glacier2.Router
-
Destroys the session of the caller with this router.
- destroySession(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Destroys the session of the caller with this router.
- destroySessionAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Destroys the session of the caller with this router.
- destroySessionAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Destroys the session of the caller with this router.
- detach() - Method in interface com.zeroc.Ice.Instrumentation.Observer
-
This method is called when the instrumented object is destroyed and as a result the observer detached from the object.
- detach() - Method in class com.zeroc.IceMX.Observer
- detach() - Method in class com.zeroc.IceMX.ObserverWithDelegate
- detach(long) - Method in class com.zeroc.Ice.MetricsMap.Entry
-
Detaches this entry and updates its total lifetime.
- detachRemoteLogger(RemoteLoggerPrx) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Detaches a
RemoteLoggerPrx
object from the local logger. - detachRemoteLogger(RemoteLoggerPrx, Current) - Method in interface com.zeroc.Ice.LoggerAdmin
-
Detaches a
RemoteLoggerPrx
object from the local logger. - detachRemoteLogger(RemoteLoggerPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Detaches a
RemoteLoggerPrx
object from the local logger. - detachRemoteLoggerAsync(RemoteLoggerPrx) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Detaches a
RemoteLoggerPrx
object from the local logger. - detachRemoteLoggerAsync(RemoteLoggerPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Detaches a
RemoteLoggerPrx
object from the local logger. - directories - Variable in class com.zeroc.IceGrid.DistributionDescriptor
-
The source directories.
- disabledViews - Variable in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewNamesResult
-
The names of the disabled views.
- disableInactivityCheck() - Method in interface com.zeroc.Ice.Connection
-
Disables the inactivity check on this connection.
- disableMetricsView(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Disables a metrics view.
- disableMetricsView(String, Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
-
Disables a metrics view.
- disableMetricsView(String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Disables a metrics view.
- disableMetricsViewAsync(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Disables a metrics view.
- disableMetricsViewAsync(String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Disables a metrics view.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Glacier2.IdentitySet
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Glacier2.PermissionsVerifier
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Glacier2.Router
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Glacier2.Session
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Glacier2.SessionControl
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Glacier2.SessionManager
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifier
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Glacier2.SSLSessionManager
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Glacier2.StringSet
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.Blobject
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.BlobjectAsync
- dispatch(IncomingRequest) - Method in class com.zeroc.Ice.ErrorObserverMiddleware
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.Locator
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.LocatorFinder
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.LocatorRegistry
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.LoggerAdmin
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.Object
-
Dispatches an incoming request and returns the corresponding outgoing response.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.Process
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.PropertiesAdmin
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.RemoteLogger
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.Router
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.Ice.RouterFinder
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceBox.ServiceManager
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceBox.ServiceObserver
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.AdapterObserver
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.Admin
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.AdminSession
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.ApplicationObserver
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.FileIterator
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.FileParser
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.Locator
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.NodeObserver
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.ObjectObserver
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.Query
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.Registry
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.RegistryObserver
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.Session
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceGrid.UserAccountMapper
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceMX.MetricsAdmin
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceStorm.Finder
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceStorm.Topic
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- dispatch(IncomingRequest) - Method in interface com.zeroc.IceStorm.TopicManager
-
Dispatches an incoming request to one of the methods of this generated interface, based on the operation name carried by the request.
- DispatchException - Exception in com.zeroc.Ice
-
The dispatch failed.
- DispatchException(int) - Constructor for exception com.zeroc.Ice.DispatchException
-
Constructs a DispatchException with the specified reply status.
- DispatchException(int, String) - Constructor for exception com.zeroc.Ice.DispatchException
-
Constructs a DispatchException with the specified reply status and message.
- DispatchException(int, String, Throwable) - Constructor for exception com.zeroc.Ice.DispatchException
-
Constructs a DispatchException with the specified reply status, message, and cause.
- DispatchMetrics - Class in com.zeroc.IceMX
-
Provides information on servant dispatches.
- DispatchMetrics() - Constructor for class com.zeroc.IceMX.DispatchMetrics
-
Constructs a
DispatchMetrics
. - DispatchMetrics(String, long, int, long, int, int, long, long) - Constructor for class com.zeroc.IceMX.DispatchMetrics
-
Constructs a
DispatchMetrics
with values for all its fields. - DispatchObserver - Interface in com.zeroc.Ice.Instrumentation
-
The dispatch observer to instrument servant dispatch.
- dispatchPipeline() - Method in class com.zeroc.Ice.ObjectAdapter
-
Gets the dispatch pipeline of this object adapter.
- distrib - Variable in class com.zeroc.IceGrid.ApplicationDescriptor
-
The application distribution.
- distrib - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The updated distribution application descriptor.
- distrib - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
The distribution descriptor.
- DistributionDescriptor - Class in com.zeroc.IceGrid
-
Describes a distribution.
- DistributionDescriptor() - Constructor for class com.zeroc.IceGrid.DistributionDescriptor
-
Constructs a
DistributionDescriptor
. - DistributionDescriptor(String, List<String>) - Constructor for class com.zeroc.IceGrid.DistributionDescriptor
-
Constructs a
DistributionDescriptor
with values for all its fields. - DNSException - Exception in com.zeroc.Ice
-
This exception indicates a DNS problem.
- DNSException(String) - Constructor for exception com.zeroc.Ice.DNSException
-
Constructs a DNSException with a message.
- DNSException(String, Throwable) - Constructor for exception com.zeroc.Ice.DNSException
-
Constructs a DNSException with a message and a cause.
E
- enabled - Variable in class com.zeroc.IceGrid.ServerDynamicInfo
-
Indicates whether the server is enabled.
- enableIdleCheck() - Method in record class com.zeroc.Ice.ConnectionOptions
-
Returns the value of the
enableIdleCheck
record component. - enableMetricsView(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Enables a metrics view.
- enableMetricsView(String, Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
-
Enables a metrics view.
- enableMetricsView(String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Enables a metrics view.
- enableMetricsViewAsync(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Enables a metrics view.
- enableMetricsViewAsync(String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Enables a metrics view.
- enableServer(String, boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Enables or disables a server.
- enableServer(String, boolean, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Enables or disables a server.
- enableServer(String, boolean, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Enables or disables a server.
- enableServerAsync(String, boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Enables or disables a server.
- enableServerAsync(String, boolean, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Enables or disables a server.
- encoding - Variable in class com.zeroc.Ice.Current
-
The encoding of the request payload.
- Encoding_1_0 - Static variable in class com.zeroc.Ice.Util
-
The encoding version 1.0.
- Encoding_1_1 - Static variable in class com.zeroc.Ice.Util
-
The encoding version 1.1.
- EncodingVersion - Class in com.zeroc.Ice
-
Represents a version of the Slice encoding.
- EncodingVersion() - Constructor for class com.zeroc.Ice.EncodingVersion
-
Constructs a
EncodingVersion
. - EncodingVersion(byte, byte) - Constructor for class com.zeroc.Ice.EncodingVersion
-
Constructs a
EncodingVersion
with values for all its fields. - encodingVersionToString(EncodingVersion) - Static method in class com.zeroc.Ice.Util
-
Converts an encoding version to a string.
- endEncapsulation() - Method in class com.zeroc.Ice.InputStream
-
Ends the current encapsulation.
- endEncapsulation() - Method in class com.zeroc.Ice.OutputStream
-
Ends the previous encapsulation.
- endException() - Method in class com.zeroc.Ice.InputStream
-
Marks the end of a user exception.
- endException() - Method in class com.zeroc.Ice.OutputStream
-
Marks the end of a user exception.
- Endpoint - Interface in com.zeroc.Ice
-
The user-level interface to an endpoint.
- EndpointInfo - Class in com.zeroc.Ice
-
Base class providing access to the endpoint details.
- EndpointInfo - Class in com.zeroc.Ice.SSL
-
Provides access to an SSL endpoint information.
- EndpointInfo - Class in com.zeroc.IceBT
-
Provides access to Bluetooth endpoint information.
- EndpointInfo(boolean) - Constructor for class com.zeroc.Ice.EndpointInfo
-
Constructs an EndpointInfo with the specified compression flag.
- EndpointInfo(EndpointInfo) - Constructor for class com.zeroc.Ice.EndpointInfo
-
Constructs an EndpointInfo with an underlying endpoint.
- EndpointSelectionType - Enum Class in com.zeroc.Ice
-
Determines the order in which the Ice run time uses the endpoints in a proxy when establishing a connection.
- endSize(int) - Method in class com.zeroc.Ice.OutputStream
-
Computes the amount of data written since the previous call to startSize and writes that value at the saved position.
- endSlice() - Method in class com.zeroc.Ice.InputStream
-
Indicates that the end of a value or exception slice has been reached.
- endSlice() - Method in class com.zeroc.Ice.OutputStream
-
Marks the end of a slice for a class instance or user exception.
- endValue() - Method in class com.zeroc.Ice.InputStream
-
Marks the end of a class instance.
- endValue() - Method in class com.zeroc.Ice.OutputStream
-
Marks the end of a class instance.
- enqueue() - Method in interface com.zeroc.Ice.BatchRequest
-
Confirms the queuing of the batch request.
- enqueue(BatchRequest, int, int) - Method in interface com.zeroc.Ice.BatchRequestInterceptor
-
Called by the Ice run time when a batch request is about to be added to the batch request queue of a proxy or connection.
- entry - Variable in class com.zeroc.IceGrid.ServiceDescriptor
-
The entry point of the IceBox service.
- envs - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
The server environment variables.
- equals(Object) - Method in class com.zeroc.Glacier2.SSLInfo
- equals(Object) - Method in record class com.zeroc.Ice.ConnectionOptions
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.zeroc.Ice.EncodingVersion
- equals(Object) - Method in class com.zeroc.Ice.Identity
- equals(Object) - Method in class com.zeroc.Ice.LogMessage
- equals(Object) - Method in interface com.zeroc.Ice.ObjectPrx
-
Determines whether this proxy equals the passed object.
- equals(Object) - Method in class com.zeroc.Ice.ProtocolVersion
- equals(Object) - Method in class com.zeroc.Ice.ProxyIdentityFacetKey
-
Compares this proxy with the passed object for equality.
- equals(Object) - Method in class com.zeroc.Ice.ProxyIdentityKey
-
Compares this proxy with the passed object for equality.
- equals(Object) - Method in class com.zeroc.IceGrid.AdapterDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.AdapterDynamicInfo
- equals(Object) - Method in class com.zeroc.IceGrid.AdapterInfo
- equals(Object) - Method in class com.zeroc.IceGrid.ApplicationDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.ApplicationInfo
- equals(Object) - Method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.ApplicationUpdateInfo
- equals(Object) - Method in class com.zeroc.IceGrid.DbEnvDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.DistributionDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.LoadInfo
- equals(Object) - Method in class com.zeroc.IceGrid.NodeDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.NodeDynamicInfo
- equals(Object) - Method in class com.zeroc.IceGrid.NodeInfo
- equals(Object) - Method in class com.zeroc.IceGrid.NodeUpdateDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.ObjectDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.ObjectInfo
- equals(Object) - Method in class com.zeroc.IceGrid.PropertyDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.PropertySetDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.RegistryInfo
- equals(Object) - Method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.ServerDynamicInfo
- equals(Object) - Method in class com.zeroc.IceGrid.ServerInfo
- equals(Object) - Method in class com.zeroc.IceGrid.ServerInstanceDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
- equals(Object) - Method in class com.zeroc.IceGrid.TemplateDescriptor
- equals(Object) - Method in class com.zeroc.IceMX.MetricsFailures
- equals(Object) - Method in class com.zeroc.IceStorm.LinkInfo
- error(String) - Method in interface com.zeroc.Ice.Logger
-
Log an error message.
- ErrorMessage - Enum constant in enum class com.zeroc.Ice.LogMessageType
-
The
RemoteLoggerPrx
received an error message. - ErrorObserverMiddleware - Class in com.zeroc.Ice
-
Provides a simple middleware that allows applications to observe java.lang.Error thrown by the dispatch of an incoming request.
- ErrorObserverMiddleware(Object, Consumer<Error>) - Constructor for class com.zeroc.Ice.ErrorObserverMiddleware
-
Constructs a ErrorObserverMiddleware.
- exceptionDetails - Variable in class com.zeroc.Ice.OutgoingResponse
-
Gets the full details of the exception marshaled into the response.
- exceptionId - Variable in class com.zeroc.Ice.OutgoingResponse
-
Gets the exception ID of the response.
- exe - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
The path of the server executable.
- execute(Observer.MetricsUpdate<T>) - Method in class com.zeroc.Ice.MetricsMap.Entry
-
Executes a metrics update function on this entry's metrics object.
- executor - Variable in class com.zeroc.Ice.InitializationData
-
You can control which thread receives operation dispatches and async invocation callbacks by supplying an executor.
- expand(int) - Method in class com.zeroc.Ice.OutputStream
-
Expand the stream to accept more data.
F
- F1 - Enum constant in enum class com.zeroc.Ice.OptionalFormat
-
Fixed 1-byte encoding.
- F2 - Enum constant in enum class com.zeroc.Ice.OptionalFormat
-
Fixed 2-byte encoding.
- F4 - Enum constant in enum class com.zeroc.Ice.OptionalFormat
-
Fixed 4-byte encoding.
- F8 - Enum constant in enum class com.zeroc.Ice.OptionalFormat
-
Fixed 8-byte encoding.
- facet - Variable in class com.zeroc.Ice.Current
-
The facet of the target Ice object.
- facet - Variable in exception com.zeroc.Ice.RequestFailedException
-
The facet to which the request was sent.
- FacetNotExist - Enum constant in enum class com.zeroc.Ice.ReplyStatus
-
The dispatch found an implementation for the target object but could not find the requested facet.
- FacetNotExistException - Exception in com.zeroc.Ice
-
The exception that is thrown when a dispatch cannot find a servant for the identity + facet carried by the request.
- FacetNotExistException() - Constructor for exception com.zeroc.Ice.FacetNotExistException
-
Constructs a FacetNotExistException.
- FacetNotExistException(Identity, String, String) - Constructor for exception com.zeroc.Ice.FacetNotExistException
-
Constructs a FacetNotExistException with the specified identity, facet, and operation.
- failed(String) - Method in interface com.zeroc.Ice.Instrumentation.Observer
-
Notification of a failure.
- failed(String) - Method in class com.zeroc.Ice.MetricsMap.Entry
-
Records a failure for this metrics entry with the specified exception name.
- failed(String) - Method in class com.zeroc.IceMX.Observer
- failed(String) - Method in class com.zeroc.IceMX.ObserverWithDelegate
- FailureException - Exception in com.zeroc.IceBox
-
This exception is a general failure notification.
- FailureException(String) - Constructor for exception com.zeroc.IceBox.FailureException
-
Constructs a FailureException with a message.
- FailureException(String, Throwable) - Constructor for exception com.zeroc.IceBox.FailureException
-
Constructs a FailureException with a message and a cause.
- failures - Variable in class com.zeroc.IceMX.Metrics
-
The number of failures observed.
- failures - Variable in class com.zeroc.IceMX.MetricsFailures
-
The failures observed for this metrics.
- FeatureNotSupportedException - Exception in com.zeroc.Ice
-
The exception that is thrown when attempting to use an unsupported feature.
- FeatureNotSupportedException(String) - Constructor for exception com.zeroc.Ice.FeatureNotSupportedException
-
Constructs a FeatureNotSupportedException with a message.
- FileException - Exception in com.zeroc.Ice
-
This exception indicates a file error occurred.
- FileException(String) - Constructor for exception com.zeroc.Ice.FileException
-
Constructs a FileException with a message.
- FileException(String, Throwable) - Constructor for exception com.zeroc.Ice.FileException
-
Constructs a FileException with a message and a cause.
- FileIterator - Interface in com.zeroc.IceGrid
-
Iterates over an IceGrid log file.
- FileIterator.ReadResult - Class in com.zeroc.IceGrid
-
Holds the result of operation read.
- FileIteratorPrx - Interface in com.zeroc.IceGrid
-
Iterates over an IceGrid log file.
- FileNotAvailableException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when a log file is not available.
- FileNotAvailableException() - Constructor for exception com.zeroc.IceGrid.FileNotAvailableException
-
Constructs a
FileNotAvailableException
. - FileNotAvailableException(String) - Constructor for exception com.zeroc.IceGrid.FileNotAvailableException
-
Constructs a
FileNotAvailableException
with values for all its fields. - FileParser - Interface in com.zeroc.IceGrid
-
icegridadmin
provides aFileParser
object to transform XML files intoApplicationDescriptor
objects. - FileParserPrx - Interface in com.zeroc.IceGrid
-
icegridadmin
provides aFileParser
object to transform XML files intoApplicationDescriptor
objects. - filter - Variable in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
The filter to use for this replica group.
- finalize() - Method in class com.zeroc.Ice.ObjectAdapter
- find(Identity) - Method in class com.zeroc.Ice.ObjectAdapter
-
Looks up a servant.
- findAdapterById(String) - Method in interface com.zeroc.Ice.LocatorPrx
-
Finds an object adapter by adapter ID and returns a dummy proxy with the object adapter's endpoint(s).
- findAdapterById(String, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
-
Finds an object adapter by adapter ID and returns a dummy proxy with the object adapter's endpoint(s).
- findAdapterByIdAsync(String) - Method in interface com.zeroc.Ice.LocatorPrx
-
Finds an object adapter by adapter ID and returns a dummy proxy with the object adapter's endpoint(s).
- findAdapterByIdAsync(String, Current) - Method in interface com.zeroc.Ice.Locator
-
Finds an object adapter by adapter ID and returns a dummy proxy with the object adapter's endpoint(s).
- findAdapterByIdAsync(String, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
-
Finds an object adapter by adapter ID and returns a dummy proxy with the object adapter's endpoint(s).
- findAdminFacet(String) - Method in class com.zeroc.Ice.Communicator
-
Returns a facet of the Admin object.
- findAllAdminFacets() - Method in class com.zeroc.Ice.Communicator
-
Returns a map of all facets of the Admin object.
- findAllFacets(Identity) - Method in class com.zeroc.Ice.ObjectAdapter
-
Finds all facets for a given identity in the Active Servant Map.
- findAllObjectsByType(String) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds all the well-known objects with the given type.
- findAllObjectsByType(String, Current) - Method in interface com.zeroc.IceGrid.Query
-
Finds all the well-known objects with the given type.
- findAllObjectsByType(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds all the well-known objects with the given type.
- findAllObjectsByTypeAsync(String) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds all the well-known objects with the given type.
- findAllObjectsByTypeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds all the well-known objects with the given type.
- findAllReplicas(ObjectPrx) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds all the replicas of a well-known object.
- findAllReplicas(ObjectPrx, Current) - Method in interface com.zeroc.IceGrid.Query
-
Finds all the replicas of a well-known object.
- findAllReplicas(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds all the replicas of a well-known object.
- findAllReplicasAsync(ObjectPrx) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds all the replicas of a well-known object.
- findAllReplicasAsync(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds all the replicas of a well-known object.
- findByProxy(ObjectPrx) - Method in class com.zeroc.Ice.ObjectAdapter
-
Looks up a servant with an identity and a facet.
- findDefaultServant(String) - Method in class com.zeroc.Ice.ObjectAdapter
-
Finds the default servant for a specific category.
- Finder - Interface in com.zeroc.IceStorm
-
Provides access to a
TopicManagerPrx
object via a fixed identity. - FinderPrx - Interface in com.zeroc.IceStorm
-
Provides access to a
TopicManagerPrx
object via a fixed identity. - findFacet(Identity, String) - Method in class com.zeroc.Ice.ObjectAdapter
-
Looks up a servant with an identity and facet.
- findObjectById(Identity) - Method in interface com.zeroc.Ice.LocatorPrx
-
Finds an object by identity and returns a dummy proxy with the endpoint(s) that can be used to reach this object.
- findObjectById(Identity) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by identity.
- findObjectById(Identity, Current) - Method in interface com.zeroc.IceGrid.Query
-
Finds a well-known object by identity.
- findObjectById(Identity, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
-
Finds an object by identity and returns a dummy proxy with the endpoint(s) that can be used to reach this object.
- findObjectById(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by identity.
- findObjectByIdAsync(Identity) - Method in interface com.zeroc.Ice.LocatorPrx
-
Finds an object by identity and returns a dummy proxy with the endpoint(s) that can be used to reach this object.
- findObjectByIdAsync(Identity) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by identity.
- findObjectByIdAsync(Identity, Current) - Method in interface com.zeroc.Ice.Locator
-
Finds an object by identity and returns a dummy proxy with the endpoint(s) that can be used to reach this object.
- findObjectByIdAsync(Identity, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
-
Finds an object by identity and returns a dummy proxy with the endpoint(s) that can be used to reach this object.
- findObjectByIdAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by identity.
- findObjectByType(String) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by type.
- findObjectByType(String, Current) - Method in interface com.zeroc.IceGrid.Query
-
Finds a well-known object by type.
- findObjectByType(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by type.
- findObjectByTypeAsync(String) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by type.
- findObjectByTypeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by type.
- findObjectByTypeOnLeastLoadedNode(String, LoadSample) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by type on the least-loaded node.
- findObjectByTypeOnLeastLoadedNode(String, LoadSample, Current) - Method in interface com.zeroc.IceGrid.Query
-
Finds a well-known object by type on the least-loaded node.
- findObjectByTypeOnLeastLoadedNode(String, LoadSample, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by type on the least-loaded node.
- findObjectByTypeOnLeastLoadedNodeAsync(String, LoadSample) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by type on the least-loaded node.
- findObjectByTypeOnLeastLoadedNodeAsync(String, LoadSample, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
-
Finds a well-known object by type on the least-loaded node.
- findServantLocator(String) - Method in class com.zeroc.Ice.ObjectAdapter
-
Finds a ServantLocator registered with this object adapter.
- finished() - Method in class com.zeroc.Ice.OutputStream
-
Indicates that marshaling is finished.
- finished(Current, Object, Object) - Method in interface com.zeroc.Ice.ServantLocator
-
Called by the object adapter after a request has been made.
- finishUpdate() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Finishes updating the registry and releases the exclusive lock.
- finishUpdate(Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Finishes updating the registry and releases the exclusive lock.
- finishUpdate(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Finishes updating the registry and releases the exclusive lock.
- finishUpdateAsync() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Finishes updating the registry and releases the exclusive lock.
- finishUpdateAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Finishes updating the registry and releases the exclusive lock.
- FixedProxyException - Exception in com.zeroc.Ice
-
This exception indicates that an attempt has been made to change the connection properties of a fixed proxy.
- FixedProxyException() - Constructor for exception com.zeroc.Ice.FixedProxyException
-
Constructs a FixedProxyException.
- flushAsyncBatchRequests(CompressBatch, CommunicatorFlushBatch) - Method in class com.zeroc.Ice.ObjectAdapter
-
Flushes any pending batch requests for this object adapter.
- flushBatchRequests(CompressBatch) - Method in class com.zeroc.Ice.Communicator
-
Flushes any pending batch requests of this communicator.
- flushBatchRequests(CompressBatch) - Method in interface com.zeroc.Ice.Connection
-
Flushes any pending batch requests for this connection.
- flushBatchRequestsAsync(CompressBatch) - Method in class com.zeroc.Ice.Communicator
-
Flushes any pending batch requests of this communicator.
- flushBatchRequestsAsync(CompressBatch) - Method in interface com.zeroc.Ice.Connection
-
Flushes any pending batch requests for this connection.
- forEach(Observer.MetricsUpdate<T>) - Method in class com.zeroc.IceMX.Observer
-
Executes the specified update function on all metrics objects.
- FormatType - Enum Class in com.zeroc.Ice
-
This enumeration describes the possible formats for classes and exceptions.
- forwarded - Variable in class com.zeroc.IceMX.TopicMetrics
-
The number of events forwarded on the topic(s) by IceStorm topic links.
- forwardedClient - Variable in class com.zeroc.IceMX.SessionMetrics
-
The number of client requests forwarded.
- forwardedServer - Variable in class com.zeroc.IceMX.SessionMetrics
-
The number of server requests forwarded.
- fromTypeId(String) - Static method in exception com.zeroc.Ice.UnknownUserException
-
Creates an UnknownUserException from a type ID.
- FSize - Enum constant in enum class com.zeroc.Ice.OptionalFormat
-
Fixed size using 4 bytes followed by data, e.g., variable-size struct, container.
G
- get() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Gets a sequence of identities describing the constraints in this set.
- get() - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Gets a sequence of strings describing the constraints in this set.
- get(Current) - Method in interface com.zeroc.Glacier2.IdentitySet
-
Gets a sequence of identities describing the constraints in this set.
- get(Current) - Method in interface com.zeroc.Glacier2.StringSet
-
Gets a sequence of strings describing the constraints in this set.
- get(String) - Method in interface com.zeroc.Ice.ImplicitContext
-
Get the value associated with the given key in the underlying context.
- get(Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Gets a sequence of identities describing the constraints in this set.
- get(Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Gets a sequence of strings describing the constraints in this set.
- getACMTimeout() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets the idle timeout used by the server-side of the connection.
- getACMTimeout(Current) - Method in interface com.zeroc.Glacier2.Router
-
Gets the idle timeout used by the server-side of the connection.
- getACMTimeout(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets the idle timeout used by the server-side of the connection.
- getACMTimeoutAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets the idle timeout used by the server-side of the connection.
- getACMTimeoutAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets the idle timeout used by the server-side of the connection.
- getAdapter() - Method in interface com.zeroc.Ice.Connection
-
Gets the object adapter associated with this connection.
- getAdapterInfo(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets adapter information for the replica group or adapter with the given ID.
- getAdapterInfo(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets adapter information for the replica group or adapter with the given ID.
- getAdapterInfo(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets adapter information for the replica group or adapter with the given ID.
- getAdapterInfoAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets adapter information for the replica group or adapter with the given ID.
- getAdapterInfoAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets adapter information for the replica group or adapter with the given ID.
- getAdmin() - Method in class com.zeroc.Ice.Communicator
-
Gets a proxy to the main facet of the Admin object.
- getAdmin() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets a proxy to the IceGrid admin object.
- getAdmin(Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Gets a proxy to the IceGrid admin object.
- getAdmin(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets a proxy to the IceGrid admin object.
- getAdminAsync() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets a proxy to the IceGrid admin object.
- getAdminAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets a proxy to the IceGrid admin object.
- getAdminCallbackTemplate() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets a "template" proxy for admin callback objects.
- getAdminCallbackTemplate(Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Gets a "template" proxy for admin callback objects.
- getAdminCallbackTemplate(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets a "template" proxy for admin callback objects.
- getAdminCallbackTemplateAsync() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets a "template" proxy for admin callback objects.
- getAdminCallbackTemplateAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets a "template" proxy for admin callback objects.
- getAllAdapterIds() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the IDs of all adapters registered with IceGrid.
- getAllAdapterIds(Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the IDs of all adapters registered with IceGrid.
- getAllAdapterIds(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the IDs of all adapters registered with IceGrid.
- getAllAdapterIdsAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the IDs of all adapters registered with IceGrid.
- getAllAdapterIdsAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the IDs of all adapters registered with IceGrid.
- getAllApplicationNames() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets all the IceGrid applications currently registered.
- getAllApplicationNames(Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets all the IceGrid applications currently registered.
- getAllApplicationNames(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets all the IceGrid applications currently registered.
- getAllApplicationNamesAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets all the IceGrid applications currently registered.
- getAllApplicationNamesAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets all the IceGrid applications currently registered.
- getAllNodeNames() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the names of all IceGrid nodes currently registered.
- getAllNodeNames(Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the names of all IceGrid nodes currently registered.
- getAllNodeNames(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the names of all IceGrid nodes currently registered.
- getAllNodeNamesAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the names of all IceGrid nodes currently registered.
- getAllNodeNamesAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the names of all IceGrid nodes currently registered.
- getAllObjectInfos(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info of all the registered objects whose stringified identities match the given expression.
- getAllObjectInfos(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the object info of all the registered objects whose stringified identities match the given expression.
- getAllObjectInfos(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info of all the registered objects whose stringified identities match the given expression.
- getAllObjectInfosAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info of all the registered objects whose stringified identities match the given expression.
- getAllObjectInfosAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info of all the registered objects whose stringified identities match the given expression.
- getAllRegistryNames() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the names of all the IceGrid registries currently registered.
- getAllRegistryNames(Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the names of all the IceGrid registries currently registered.
- getAllRegistryNames(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the names of all the IceGrid registries currently registered.
- getAllRegistryNamesAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the names of all the IceGrid registries currently registered.
- getAllRegistryNamesAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the names of all the IceGrid registries currently registered.
- getAllServerIds() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the IDs of all the servers registered with IceGrid.
- getAllServerIds(Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the IDs of all the servers registered with IceGrid.
- getAllServerIds(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the IDs of all the servers registered with IceGrid.
- getAllServerIdsAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the IDs of all the servers registered with IceGrid.
- getAllServerIdsAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the IDs of all the servers registered with IceGrid.
- getApplicationInfo(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets an application descriptor.
- getApplicationInfo(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets an application descriptor.
- getApplicationInfo(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets an application descriptor.
- getApplicationInfoAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets an application descriptor.
- getApplicationInfoAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets an application descriptor.
- getAsync() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Gets a sequence of identities describing the constraints in this set.
- getAsync() - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Gets a sequence of strings describing the constraints in this set.
- getAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Gets a sequence of identities describing the constraints in this set.
- getAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Gets a sequence of strings describing the constraints in this set.
- getBuffer() - Method in class com.zeroc.Ice.OutputStream
-
Retrieves the internal data buffer.
- getCategoryForClient() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets a unique category that identifies the client (caller) in the router.
- getCategoryForClient(Current) - Method in interface com.zeroc.Glacier2.Router
-
Gets a unique category that identifies the client (caller) in the router.
- getCategoryForClient(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets a unique category that identifies the client (caller) in the router.
- getCategoryForClientAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets a unique category that identifies the client (caller) in the router.
- getCategoryForClientAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets a unique category that identifies the client (caller) in the router.
- getClientProxy() - Method in interface com.zeroc.Ice.RouterPrx
-
Gets the router's client proxy, i.e.
- getClientProxy(Current) - Method in interface com.zeroc.Ice.Router
-
Gets the router's client proxy, i.e.
- getClientProxy(Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
-
Gets the router's client proxy, i.e.
- getClientProxyAsync() - Method in interface com.zeroc.Ice.RouterPrx
-
Gets the router's client proxy, i.e.
- getClientProxyAsync(Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
-
Gets the router's client proxy, i.e.
- GetClientProxyResult() - Constructor for class com.zeroc.Ice.Router.GetClientProxyResult
-
Default constructor.
- GetClientProxyResult(ObjectPrx, boolean) - Constructor for class com.zeroc.Ice.Router.GetClientProxyResult
-
This constructor makes shallow copies of the results for operation getClientProxy (overload without Optional parameters).
- GetClientProxyResult(ObjectPrx, Optional<Boolean>) - Constructor for class com.zeroc.Ice.Router.GetClientProxyResult
-
This constructor makes shallow copies of the results for operation getClientProxy.
- getCollocatedObserver(ObjectAdapter, int, int) - Method in interface com.zeroc.Ice.Instrumentation.InvocationObserver
-
Get a collocated observer for this invocation.
- getCommandLineOptions() - Method in class com.zeroc.Ice.Properties
-
Get a sequence of command-line options that is equivalent to this property set.
- getCommunicator() - Method in class com.zeroc.Ice.InvocationFuture
-
Returns the communicator that sent the invocation.
- getCommunicator() - Method in class com.zeroc.Ice.ObjectAdapter
-
Gets the communicator that created this object adapter.
- getCommunicator() - Method in class com.zeroc.Ice.ObjectInputStream
-
Returns the communicator for this stream.
- getConnection() - Method in class com.zeroc.Ice.InvocationFuture
-
Returns the connection that was used to start the invocation, or null if this future was not obtained via an asynchronous connection invocation (such as flushBatchRequestsAsync).
- getConnectionEstablishmentObserver(Endpoint, String) - Method in interface com.zeroc.Ice.Instrumentation.CommunicatorObserver
-
This method should return an observer for the given endpoint information and connector.
- getConnectionObserver(ConnectionInfo, Endpoint, ConnectionState, ConnectionObserver) - Method in interface com.zeroc.Ice.Instrumentation.CommunicatorObserver
-
This method should return a connection observer for the given connection.
- getContext() - Method in interface com.zeroc.Ice.ImplicitContext
-
Get a copy of the underlying context.
- getDefaultApplicationDescriptor() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the default application descriptor.
- getDefaultApplicationDescriptor(Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the default application descriptor.
- getDefaultApplicationDescriptor(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the default application descriptor.
- getDefaultApplicationDescriptorAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the default application descriptor.
- getDefaultApplicationDescriptorAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the default application descriptor.
- getDefaultLocator() - Method in class com.zeroc.Ice.Communicator
-
Gets the default locator of this communicator.
- getDefaultObjectAdapter() - Method in class com.zeroc.Ice.Communicator
-
Gets the object adapter that is associated by default with new outgoing connections created by this communicator.
- getDefaultRouter() - Method in class com.zeroc.Ice.Communicator
-
Gets the default router of this communicator.
- getDelegate() - Method in class com.zeroc.IceMX.ObserverWithDelegate
-
Gets the delegate observer.
- getDispatchObserver(Current, int) - Method in interface com.zeroc.Ice.Instrumentation.CommunicatorObserver
-
This method should return a dispatch observer for the given dispatch.
- getEncapsulationSize() - Method in class com.zeroc.Ice.InputStream
-
Determines the size of the current encapsulation, excluding the encapsulation header.
- getEncoding() - Method in class com.zeroc.Ice.InputStream
-
Determines the current encoding version.
- getEncoding() - Method in class com.zeroc.Ice.OutputStream
-
Determines the current encoding version.
- getEndpoint() - Method in interface com.zeroc.Ice.Connection
-
Gets the endpoint from which the connection was created.
- getEndpointLookupObserver(Endpoint) - Method in interface com.zeroc.Ice.Instrumentation.CommunicatorObserver
-
This method should return an observer for the given endpoint information.
- getEndpoints() - Method in class com.zeroc.Ice.ObjectAdapter
-
Gets the set of endpoints configured on this object adapter.
- getEntry(MetricsMap<?>) - Method in class com.zeroc.IceMX.Observer
-
Gets the metrics map entry for the specified map.
- getIceProperty(String) - Method in class com.zeroc.Ice.Properties
-
Get an Ice property by key.
- getIcePropertyAsInt(String) - Method in class com.zeroc.Ice.Properties
-
Get an Ice property as an integer.
- getIcePropertyAsList(String) - Method in class com.zeroc.Ice.Properties
-
Get an Ice property as a list of strings.
- getImplicitContext() - Method in class com.zeroc.Ice.Communicator
-
Gets the implicit context associated with this communicator.
- getInfo() - Method in interface com.zeroc.Ice.Connection
-
Gets the connection information.
- getInfo() - Method in interface com.zeroc.Ice.Endpoint
-
Returns the endpoint information.
- getInvocationFuture(CompletableFuture<T>) - Static method in class com.zeroc.Ice.Util
-
Downcasts a
CompletableFuture<T>
to anInvocationFuture<T>
object. - getInvocationObserver(ObjectPrx, String, Map<String, String>) - Method in interface com.zeroc.Ice.Instrumentation.CommunicatorObserver
-
This method should return an invocation observer for the given invocation.
- getLinkInfoSeq() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets information on the current links.
- getLinkInfoSeq(Current) - Method in interface com.zeroc.IceStorm.Topic
-
Gets information on the current links.
- getLinkInfoSeq(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets information on the current links.
- getLinkInfoSeqAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets information on the current links.
- getLinkInfoSeqAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets information on the current links.
- getLocalQuery() - Method in interface com.zeroc.IceGrid.LocatorPrx
-
Gets a proxy to the query object hosted by this IceGrid registry.
- getLocalQuery(Current) - Method in interface com.zeroc.IceGrid.Locator
-
Gets a proxy to the query object hosted by this IceGrid registry.
- getLocalQuery(Map<String, String>) - Method in interface com.zeroc.IceGrid.LocatorPrx
-
Gets a proxy to the query object hosted by this IceGrid registry.
- getLocalQueryAsync() - Method in interface com.zeroc.IceGrid.LocatorPrx
-
Gets a proxy to the query object hosted by this IceGrid registry.
- getLocalQueryAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.LocatorPrx
-
Gets a proxy to the query object hosted by this IceGrid registry.
- getLocalRegistry() - Method in interface com.zeroc.IceGrid.LocatorPrx
-
Gets a proxy to the registry object hosted by this IceGrid registry.
- getLocalRegistry(Current) - Method in interface com.zeroc.IceGrid.Locator
-
Gets a proxy to the registry object hosted by this IceGrid registry.
- getLocalRegistry(Map<String, String>) - Method in interface com.zeroc.IceGrid.LocatorPrx
-
Gets a proxy to the registry object hosted by this IceGrid registry.
- getLocalRegistryAsync() - Method in interface com.zeroc.IceGrid.LocatorPrx
-
Gets a proxy to the registry object hosted by this IceGrid registry.
- getLocalRegistryAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.LocatorPrx
-
Gets a proxy to the registry object hosted by this IceGrid registry.
- getLocator() - Method in interface com.zeroc.Ice.LocatorFinderPrx
-
Gets a proxy to the associated
LocatorPrx
. - getLocator() - Method in class com.zeroc.Ice.ObjectAdapter
-
Gets the Ice locator used by this object adapter.
- getLocator(Current) - Method in interface com.zeroc.Ice.LocatorFinder
-
Gets a proxy to the associated
LocatorPrx
. - getLocator(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorFinderPrx
-
Gets a proxy to the associated
LocatorPrx
. - getLocatorAsync() - Method in interface com.zeroc.Ice.LocatorFinderPrx
-
Gets a proxy to the associated
LocatorPrx
. - getLocatorAsync(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorFinderPrx
-
Gets a proxy to the associated
LocatorPrx
. - getLog(LogMessageType[], String[], int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Retrieves recently logged log messages.
- getLog(LogMessageType[], String[], int, Current) - Method in interface com.zeroc.Ice.LoggerAdmin
-
Retrieves recently logged log messages.
- getLog(LogMessageType[], String[], int, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Retrieves recently logged log messages.
- getLogAsync(LogMessageType[], String[], int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Retrieves recently logged log messages.
- getLogAsync(LogMessageType[], String[], int, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
-
Retrieves recently logged log messages.
- getLogger() - Method in class com.zeroc.Ice.Communicator
-
Gets the logger of this communicator.
- GetLogResult() - Constructor for class com.zeroc.Ice.LoggerAdmin.GetLogResult
-
Default constructor.
- GetLogResult(LogMessage[], String) - Constructor for class com.zeroc.Ice.LoggerAdmin.GetLogResult
-
This constructor makes shallow copies of the results for operation getLog.
- getMap() - Method in class com.zeroc.Ice.MetricsMap.Entry
-
Gets the metrics map that contains this entry.
- getMapMetricsFailures(String, String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics failures associated with the given
view
andmap
. - getMapMetricsFailures(String, String, Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
-
Gets the metrics failures associated with the given
view
andmap
. - getMapMetricsFailures(String, String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics failures associated with the given
view
andmap
. - getMapMetricsFailuresAsync(String, String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics failures associated with the given
view
andmap
. - getMapMetricsFailuresAsync(String, String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics failures associated with the given
view
andmap
. - getMatching(String, MetricsHelper<S>, Class<S>) - Method in class com.zeroc.Ice.MetricsMap.Entry
-
Gets a matching entry from a sub-map with the specified parameters.
- getMetricsFailures(String, String, String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics failure associated for the given metrics.
- getMetricsFailures(String, String, String, Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
-
Gets the metrics failure associated for the given metrics.
- getMetricsFailures(String, String, String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics failure associated for the given metrics.
- getMetricsFailuresAsync(String, String, String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics failure associated for the given metrics.
- getMetricsFailuresAsync(String, String, String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics failure associated for the given metrics.
- getMetricsView(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics objects for the given metrics view.
- getMetricsView(String, Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
-
Gets the metrics objects for the given metrics view.
- getMetricsView(String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics objects for the given metrics view.
- getMetricsViewAsync(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics objects for the given metrics view.
- getMetricsViewAsync(String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the metrics objects for the given metrics view.
- getMetricsViewNames() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the names of enabled and disabled metrics.
- getMetricsViewNames(Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
-
Gets the names of enabled and disabled metrics.
- getMetricsViewNames(Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the names of enabled and disabled metrics.
- getMetricsViewNamesAsync() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the names of enabled and disabled metrics.
- getMetricsViewNamesAsync(Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the names of enabled and disabled metrics.
- GetMetricsViewNamesResult() - Constructor for class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewNamesResult
-
Default constructor.
- GetMetricsViewNamesResult(String[], String[]) - Constructor for class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewNamesResult
-
This constructor makes shallow copies of the results for operation getMetricsViewNames.
- GetMetricsViewResult() - Constructor for class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewResult
-
Default constructor.
- GetMetricsViewResult(Map<String, Metrics[]>, long) - Constructor for class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewResult
-
This constructor makes shallow copies of the results for operation getMetricsView.
- getName() - Method in class com.zeroc.Ice.ObjectAdapter
-
Gets the name of this object adapter.
- getName() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets the name of this topic.
- getName(Current) - Method in interface com.zeroc.IceStorm.Topic
-
Gets the name of this topic.
- getName(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets the name of this topic.
- getNameAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets the name of this topic.
- getNameAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets the name of this topic.
- getNodeAdmin(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of an IceGrid node.
- getNodeAdmin(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets a proxy to the admin object of an IceGrid node.
- getNodeAdmin(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of an IceGrid node.
- getNodeAdminAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of an IceGrid node.
- getNodeAdminAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of an IceGrid node.
- getNodeHostname(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Get the hostname of a node.
- getNodeHostname(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Get the hostname of a node.
- getNodeHostname(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Get the hostname of a node.
- getNodeHostnameAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Get the hostname of a node.
- getNodeHostnameAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Get the hostname of a node.
- getNodeInfo(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the node information of a node.
- getNodeInfo(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the node information of a node.
- getNodeInfo(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the node information of a node.
- getNodeInfoAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the node information of a node.
- getNodeInfoAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the node information of a node.
- getNodeLoad(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the load averages of a node.
- getNodeLoad(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the load averages of a node.
- getNodeLoad(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the load averages of a node.
- getNodeLoadAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the load averages of a node.
- getNodeLoadAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the load averages of a node.
- getNodeProcessorSocketCount(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the number of physical processor sockets in the computer where an IceGrid node is deployed.
- getNodeProcessorSocketCount(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the number of physical processor sockets in the computer where an IceGrid node is deployed.
- getNodeProcessorSocketCount(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the number of physical processor sockets in the computer where an IceGrid node is deployed.
- getNodeProcessorSocketCountAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the number of physical processor sockets in the computer where an IceGrid node is deployed.
- getNodeProcessorSocketCountAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the number of physical processor sockets in the computer where an IceGrid node is deployed.
- getNonReplicatedPublisher() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets a non-replicated proxy to a publisher object for this topic.
- getNonReplicatedPublisher(Current) - Method in interface com.zeroc.IceStorm.Topic
-
Gets a non-replicated proxy to a publisher object for this topic.
- getNonReplicatedPublisher(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets a non-replicated proxy to a publisher object for this topic.
- getNonReplicatedPublisherAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets a non-replicated proxy to a publisher object for this topic.
- getNonReplicatedPublisherAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets a non-replicated proxy to a publisher object for this topic.
- getObjectInfo(Identity) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info for the object.
- getObjectInfo(Identity, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the object info for the object.
- getObjectInfo(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info for the object.
- getObjectInfoAsync(Identity) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info for the object.
- getObjectInfoAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info for the object.
- getObjectInfosByType(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info of all the registered objects with a given type.
- getObjectInfosByType(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the object info of all the registered objects with a given type.
- getObjectInfosByType(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info of all the registered objects with a given type.
- getObjectInfosByTypeAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info of all the registered objects with a given type.
- getObjectInfosByTypeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the object info of all the registered objects with a given type.
- getObserver() - Method in class com.zeroc.Ice.Communicator
-
Gets the observer object of this communicator.
- getObserver(MetricsHelper<T>, Class<O>) - Method in class com.zeroc.IceMX.ObserverFactory
-
Gets an observer instance for the specified helper.
- getObserver(MetricsHelper<T>, Class<OImpl>, O) - Method in class com.zeroc.IceMX.ObserverFactoryWithDelegate
-
Gets an observer instance with a delegate.
- getObserver(MetricsHelper<T>, Object, Class<O>) - Method in class com.zeroc.IceMX.ObserverFactory
-
Gets an observer instance for the specified helper and previous observer.
- getObserver(MetricsHelper<T>, Object, Class<OImpl>, O) - Method in class com.zeroc.IceMX.ObserverFactoryWithDelegate
-
Gets an observer instance with a delegate and previous observer.
- getObserver(String, MetricsHelper<S>, Class<S>, Class<ObserverImpl>) - Method in class com.zeroc.IceMX.Observer
-
Gets a sub-observer for the specified metrics type.
- getObserver(String, MetricsHelper<S>, Class<S>, Class<ObserverImpl>, Obs) - Method in class com.zeroc.IceMX.ObserverWithDelegate
-
Gets a sub-observer with a delegate for the specified metrics type.
- getOperation() - Method in interface com.zeroc.Ice.BatchRequest
-
The name of the operation.
- getOperation() - Method in class com.zeroc.Ice.InvocationFuture
-
Returns the name of the operation.
- getPlugin(String) - Method in interface com.zeroc.Ice.PluginManager
-
Obtain a plug-in by name.
- getPluginManager() - Method in class com.zeroc.Ice.Communicator
-
Gets the plug-in manager of this communicator.
- getPluginName() - Method in interface com.zeroc.Ice.PluginFactory
-
Returns the default and preferred name for plug-ins created by this factory.
- getPluginName() - Method in class com.zeroc.IceBT.PluginFactory
- getPlugins() - Method in interface com.zeroc.Ice.PluginManager
-
Get a list of plugins installed.
- getPrefix() - Method in interface com.zeroc.Ice.Logger
-
Returns this logger's prefix.
- getProcessLogger() - Static method in class com.zeroc.Ice.Util
-
Gets the per-process logger.
- getProperties() - Method in class com.zeroc.Ice.Communicator
-
Gets the properties of this communicator.
- getPropertiesForPrefix(String) - Method in class com.zeroc.Ice.Properties
-
Get all properties whose keys begins with prefix.
- getPropertiesForPrefix(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Gets all properties whose keys begin with
prefix
. - getPropertiesForPrefix(String, Current) - Method in class com.zeroc.Ice.NativePropertiesAdmin
- getPropertiesForPrefix(String, Current) - Method in interface com.zeroc.Ice.PropertiesAdmin
-
Gets all properties whose keys begin with
prefix
. - getPropertiesForPrefix(String, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Gets all properties whose keys begin with
prefix
. - getPropertiesForPrefixAsync(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Gets all properties whose keys begin with
prefix
. - getPropertiesForPrefixAsync(String, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Gets all properties whose keys begin with
prefix
. - getProperty(String) - Method in class com.zeroc.Ice.Properties
-
Get a property by key.
- getProperty(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Gets a property by key.
- getProperty(String, Current) - Method in class com.zeroc.Ice.NativePropertiesAdmin
- getProperty(String, Current) - Method in interface com.zeroc.Ice.PropertiesAdmin
-
Gets a property by key.
- getProperty(String, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Gets a property by key.
- getPropertyAsInt(String) - Method in class com.zeroc.Ice.Properties
-
Get a property as an integer.
- getPropertyAsIntWithDefault(String, int) - Method in class com.zeroc.Ice.Properties
-
Get a property as an integer.
- getPropertyAsList(String) - Method in class com.zeroc.Ice.Properties
-
Get a property as a list of strings.
- getPropertyAsListWithDefault(String, String[]) - Method in class com.zeroc.Ice.Properties
-
Get a property as a list of strings.
- getPropertyAsync(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Gets a property by key.
- getPropertyAsync(String, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Gets a property by key.
- getPropertyWithDefault(String, String) - Method in class com.zeroc.Ice.Properties
-
Get a property by key.
- getProxy() - Method in interface com.zeroc.Ice.BatchRequest
-
The proxy used to invoke the batch request.
- getProxy() - Method in class com.zeroc.Ice.InvocationFuture
-
Returns the proxy that was used to start the asynchronous invocation, or null if this object was not obtained via an asynchronous proxy invocation.
- getProxy() - Method in class com.zeroc.Ice.ProxyIdentityFacetKey
-
Returns the proxy stored by this class.
- getProxy() - Method in class com.zeroc.Ice.ProxyIdentityKey
-
Returns the proxy associated with this key.
- getPublishedEndpoints() - Method in class com.zeroc.Ice.ObjectAdapter
-
Gets the set of endpoints that proxies created by this object adapter will contain.
- getPublisher() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets a proxy to a publisher object for this topic.
- getPublisher(Current) - Method in interface com.zeroc.IceStorm.Topic
-
Gets a proxy to a publisher object for this topic.
- getPublisher(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets a proxy to a publisher object for this topic.
- getPublisherAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets a proxy to a publisher object for this topic.
- getPublisherAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets a proxy to a publisher object for this topic.
- getRegistry() - Method in interface com.zeroc.Ice.LocatorPrx
-
Gets a proxy to the locator registry.
- getRegistry(Current) - Method in interface com.zeroc.Ice.Locator
-
Gets a proxy to the locator registry.
- getRegistry(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
-
Gets a proxy to the locator registry.
- getRegistryAdmin(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of an IceGrid registry.
- getRegistryAdmin(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets a proxy to the admin object of an IceGrid registry.
- getRegistryAdmin(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of an IceGrid registry.
- getRegistryAdminAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of an IceGrid registry.
- getRegistryAdminAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of an IceGrid registry.
- getRegistryAsync() - Method in interface com.zeroc.Ice.LocatorPrx
-
Gets a proxy to the locator registry.
- getRegistryAsync(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
-
Gets a proxy to the locator registry.
- getRegistryInfo(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the registry information of an IceGrid registry.
- getRegistryInfo(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the registry information of an IceGrid registry.
- getRegistryInfo(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the registry information of an IceGrid registry.
- getRegistryInfoAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the registry information of an IceGrid registry.
- getRegistryInfoAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the registry information of an IceGrid registry.
- getRemoteObserver(ConnectionInfo, Endpoint, int, int) - Method in interface com.zeroc.Ice.Instrumentation.InvocationObserver
-
Get a remote observer for this invocation.
- getReplicaName() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets the name of the registry replica hosting this session.
- getReplicaName(Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Gets the name of the registry replica hosting this session.
- getReplicaName(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets the name of the registry replica hosting this session.
- getReplicaNameAsync() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets the name of the registry replica hosting this session.
- getReplicaNameAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets the name of the registry replica hosting this session.
- getRouter() - Method in interface com.zeroc.Ice.RouterFinderPrx
-
Gets a proxy to the associated
RouterPrx
. - getRouter(Current) - Method in interface com.zeroc.Ice.RouterFinder
-
Gets a proxy to the associated
RouterPrx
. - getRouter(Map<String, String>) - Method in interface com.zeroc.Ice.RouterFinderPrx
-
Gets a proxy to the associated
RouterPrx
. - getRouterAsync() - Method in interface com.zeroc.Ice.RouterFinderPrx
-
Gets a proxy to the associated
RouterPrx
. - getRouterAsync(Map<String, String>) - Method in interface com.zeroc.Ice.RouterFinderPrx
-
Gets a proxy to the associated
RouterPrx
. - getServerAdmin(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of a server.
- getServerAdmin(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets a proxy to the admin object of a server.
- getServerAdmin(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of a server.
- getServerAdminAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of a server.
- getServerAdminAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets a proxy to the admin object of a server.
- getServerAdminCategory() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the category for server admin objects.
- getServerAdminCategory(Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the category for server admin objects.
- getServerAdminCategory(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the category for server admin objects.
- getServerAdminCategoryAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the category for server admin objects.
- getServerAdminCategoryAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the category for server admin objects.
- getServerInfo(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets information about a server.
- getServerInfo(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets information about a server.
- getServerInfo(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets information about a server.
- getServerInfoAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets information about a server.
- getServerInfoAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets information about a server.
- getServerPid(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the system process ID of a server.
- getServerPid(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the system process ID of a server.
- getServerPid(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the system process ID of a server.
- getServerPidAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the system process ID of a server.
- getServerPidAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the system process ID of a server.
- getServerProxy() - Method in interface com.zeroc.Ice.RouterPrx
-
Gets the router's server proxy, i.e.
- getServerProxy(Current) - Method in interface com.zeroc.Ice.Router
-
Gets the router's server proxy, i.e.
- getServerProxy(Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
-
Gets the router's server proxy, i.e.
- getServerProxyAsync() - Method in interface com.zeroc.Ice.RouterPrx
-
Gets the router's server proxy, i.e.
- getServerProxyAsync(Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
-
Gets the router's server proxy, i.e.
- getServerState(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the state of a server.
- getServerState(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Gets the state of a server.
- getServerState(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the state of a server.
- getServerStateAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the state of a server.
- getServerStateAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the state of a server.
- getSessionTimeout() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets the idle timeout used by the server-side of the connection.
- getSessionTimeout() - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets the session timeout.
- getSessionTimeout() - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Gets the session timeout.
- getSessionTimeout(Current) - Method in interface com.zeroc.Glacier2.Router
-
Gets the idle timeout used by the server-side of the connection.
- getSessionTimeout(Current) - Method in interface com.zeroc.Glacier2.SessionControl
-
Gets the session timeout.
- getSessionTimeout(Current) - Method in interface com.zeroc.IceGrid.Registry
-
Gets the session timeout.
- getSessionTimeout(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets the idle timeout used by the server-side of the connection.
- getSessionTimeout(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets the session timeout.
- getSessionTimeout(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Gets the session timeout.
- getSessionTimeoutAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets the idle timeout used by the server-side of the connection.
- getSessionTimeoutAsync() - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets the session timeout.
- getSessionTimeoutAsync() - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Gets the session timeout.
- getSessionTimeoutAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Gets the idle timeout used by the server-side of the connection.
- getSessionTimeoutAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets the session timeout.
- getSessionTimeoutAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
-
Gets the session timeout.
- getSize() - Method in interface com.zeroc.Ice.BatchRequest
-
The marshaled size of the request.
- getSSLEngineFactory() - Method in class com.zeroc.Ice.ObjectAdapter
-
Gets the SSL engine factory used by this object adapter.
- getSubscribers() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets the list of subscribers for this topic.
- getSubscribers(Current) - Method in interface com.zeroc.IceStorm.Topic
-
Gets the list of subscribers for this topic.
- getSubscribers(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets the list of subscribers for this topic.
- getSubscribersAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets the list of subscribers for this topic.
- getSubscribersAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Gets the list of subscribers for this topic.
- getThreadObserver(String, String, ThreadState, ThreadObserver) - Method in interface com.zeroc.Ice.Instrumentation.CommunicatorObserver
-
This method should return a thread observer for the given thread.
- getThreadPool() - Method in class com.zeroc.Ice.ObjectAdapter
-
Gets the thread pool used by this object adapter.
- getTopicManager() - Method in interface com.zeroc.IceStorm.FinderPrx
-
Gets a proxy to the associated
TopicManagerPrx
. - getTopicManager(Current) - Method in interface com.zeroc.IceStorm.Finder
-
Gets a proxy to the associated
TopicManagerPrx
. - getTopicManager(Map<String, String>) - Method in interface com.zeroc.IceStorm.FinderPrx
-
Gets a proxy to the associated
TopicManagerPrx
. - getTopicManagerAsync() - Method in interface com.zeroc.IceStorm.FinderPrx
-
Gets a proxy to the associated
TopicManagerPrx
. - getTopicManagerAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.FinderPrx
-
Gets a proxy to the associated
TopicManagerPrx
. - getUnusedProperties() - Method in class com.zeroc.Ice.Properties
-
Gets the properties that were never read.
- getUserAccount(String) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Gets the name of the user account for the given user.
- getUserAccount(String, Current) - Method in interface com.zeroc.IceGrid.UserAccountMapper
-
Gets the name of the user account for the given user.
- getUserAccount(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Gets the name of the user account for the given user.
- getUserAccountAsync(String) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Gets the name of the user account for the given user.
- getUserAccountAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Gets the name of the user account for the given user.
H
- hashCode() - Method in class com.zeroc.Glacier2.SSLInfo
- hashCode() - Method in record class com.zeroc.Ice.ConnectionOptions
-
Returns a hash code value for this object.
- hashCode() - Method in class com.zeroc.Ice.EncodingVersion
- hashCode() - Method in class com.zeroc.Ice.Identity
- hashCode() - Method in class com.zeroc.Ice.LogMessage
- hashCode() - Method in class com.zeroc.Ice.ProtocolVersion
- hashCode() - Method in class com.zeroc.Ice.ProxyIdentityFacetKey
-
Computes a hash value based on the object identity and the facet of the proxy.
- hashCode() - Method in class com.zeroc.Ice.ProxyIdentityKey
-
Computes a hash value based on the object identity of the proxy.
- hashCode() - Method in class com.zeroc.IceGrid.AdapterDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.AdapterDynamicInfo
- hashCode() - Method in class com.zeroc.IceGrid.AdapterInfo
- hashCode() - Method in class com.zeroc.IceGrid.ApplicationDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.ApplicationInfo
- hashCode() - Method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.ApplicationUpdateInfo
- hashCode() - Method in class com.zeroc.IceGrid.DbEnvDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.DistributionDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.LoadInfo
- hashCode() - Method in class com.zeroc.IceGrid.NodeDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.NodeDynamicInfo
- hashCode() - Method in class com.zeroc.IceGrid.NodeInfo
- hashCode() - Method in class com.zeroc.IceGrid.NodeUpdateDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.ObjectDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.ObjectInfo
- hashCode() - Method in class com.zeroc.IceGrid.PropertyDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.PropertySetDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.RegistryInfo
- hashCode() - Method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.ServerDynamicInfo
- hashCode() - Method in class com.zeroc.IceGrid.ServerInfo
- hashCode() - Method in class com.zeroc.IceGrid.ServerInstanceDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
- hashCode() - Method in class com.zeroc.IceGrid.TemplateDescriptor
- hashCode() - Method in class com.zeroc.IceMX.MetricsFailures
- hashCode() - Method in class com.zeroc.IceStorm.LinkInfo
- hasOptionalMembers - Variable in class com.zeroc.Ice.SliceInfo
-
Whether or not the slice contains optional members.
- hasRoutingTable - Variable in class com.zeroc.Ice.Router.GetClientProxyResult
-
Indicates whether or not the router supports a routing table.
- headers - Variable in class com.zeroc.Ice.WSConnectionInfo
-
The headers from the HTTP upgrade request.
- hold() - Method in class com.zeroc.Ice.ObjectAdapter
-
Stops reading requests from incoming connections.
- host - Variable in class com.zeroc.Ice.IPEndpointInfo
-
The host or address configured with the endpoint.
- hostname - Variable in class com.zeroc.IceGrid.NodeInfo
-
The network name of the host running this node.
- hostname - Variable in class com.zeroc.IceGrid.RegistryInfo
-
The network name of the host running this registry.
I
- iAPEndpointType - Interface in com.zeroc.Ice
-
Identifies iAP-based endpoints.
- iAPSEndpointType - Interface in com.zeroc.Ice
-
Identifies SSL iAP-based endpoints.
- ice_adapterId(String) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_adapterId(String) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_adapterId(String) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_adapterId(String) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_adapterId(String) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_adapterId(String) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_adapterId(String) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_adapterId(String) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_adapterId(String) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_adapterId(String) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_adapterId(String) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_adapterId(String) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_adapterId(String) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_adapterId(String) - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, except for the adapter ID.
- ice_adapterId(String) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_adapterId(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_adapterId(String) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_adapterId(String) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_adapterId(String) - Method in interface com.zeroc.Ice.RouterPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_adapterId(String) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_batchDatagram() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_batchDatagram() - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_batchDatagram() - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_batchDatagram() - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_batchDatagram() - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_batchDatagram() - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_batchDatagram() - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_batchDatagram() - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_batchDatagram() - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_batchDatagram() - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_batchDatagram() - Method in interface com.zeroc.Ice.LocatorPrx
- ice_batchDatagram() - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_batchDatagram() - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_batchDatagram() - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, but uses batch datagram invocations.
- ice_batchDatagram() - Method in interface com.zeroc.Ice.ProcessPrx
- ice_batchDatagram() - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_batchDatagram() - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_batchDatagram() - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_batchDatagram() - Method in interface com.zeroc.Ice.RouterPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_batchDatagram() - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_batchOneway() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_batchOneway() - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_batchOneway() - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_batchOneway() - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_batchOneway() - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_batchOneway() - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_batchOneway() - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_batchOneway() - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_batchOneway() - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_batchOneway() - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_batchOneway() - Method in interface com.zeroc.Ice.LocatorPrx
- ice_batchOneway() - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_batchOneway() - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_batchOneway() - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, but uses batch oneway invocations.
- ice_batchOneway() - Method in interface com.zeroc.Ice.ProcessPrx
- ice_batchOneway() - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_batchOneway() - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_batchOneway() - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_batchOneway() - Method in interface com.zeroc.Ice.RouterPrx
- ice_batchOneway() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_batchOneway() - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_batchOneway() - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_batchOneway() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_batchOneway() - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_batchOneway() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_batchOneway() - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns a proxy that is identical to this proxy, except for collocation optimization.
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.RouterPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_compress(boolean) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_compress(boolean) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_compress(boolean) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_compress(boolean) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_compress(boolean) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_compress(boolean) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_compress(boolean) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_compress(boolean) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_compress(boolean) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_compress(boolean) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_compress(boolean) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_compress(boolean) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_compress(boolean) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_compress(boolean) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns a proxy that is identical to this proxy, except for its compression setting which overrides the compression setting from the proxy endpoints.
- ice_compress(boolean) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_compress(boolean) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_compress(boolean) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_compress(boolean) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_compress(boolean) - Method in interface com.zeroc.Ice.RouterPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_compress(boolean) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns a proxy that is identical to this proxy, except for connection caching.
- ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.RouterPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_connectionCached(boolean) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_connectionId(String) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_connectionId(String) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_connectionId(String) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_connectionId(String) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_connectionId(String) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_connectionId(String) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_connectionId(String) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_connectionId(String) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_connectionId(String) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_connectionId(String) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_connectionId(String) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_connectionId(String) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_connectionId(String) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_connectionId(String) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns a proxy that is identical to this proxy, except for its connection ID.
- ice_connectionId(String) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_connectionId(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_connectionId(String) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_connectionId(String) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_connectionId(String) - Method in interface com.zeroc.Ice.RouterPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_connectionId(String) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, except for the per-proxy context.
- ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_context(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_datagram() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_datagram() - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_datagram() - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_datagram() - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_datagram() - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_datagram() - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_datagram() - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_datagram() - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_datagram() - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_datagram() - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_datagram() - Method in interface com.zeroc.Ice.LocatorPrx
- ice_datagram() - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_datagram() - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_datagram() - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, but uses datagram invocations.
- ice_datagram() - Method in interface com.zeroc.Ice.ProcessPrx
- ice_datagram() - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_datagram() - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_datagram() - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_datagram() - Method in interface com.zeroc.Ice.RouterPrx
- ice_datagram() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_datagram() - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_datagram() - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_datagram() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_datagram() - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_datagram() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_datagram() - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns a proxy that is identical to this proxy, except for the encoding used to marshal parameters.
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Ice.RouterPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, except for the endpoints.
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.RouterPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.RouterPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_executor() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets an executor object that uses the Ice thread pool.
- ice_facet(String) - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, except for the facet.
- ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, except it's a fixed proxy bound to the given connection.
- ice_fixed(Connection) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_fixed(Connection) - Method in interface com.zeroc.Ice.RouterPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_fixed(Connection) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_flushBatchRequests() - Method in interface com.zeroc.Ice.ObjectPrx
-
Flushes any pending batched requests for this proxy.
- ice_flushBatchRequestsAsync() - Method in interface com.zeroc.Ice.ObjectPrx
-
Flushes any pending batched requests for this proxy asynchronously.
- ice_getAdapterId() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the adapter ID for this proxy.
- ice_getCachedConnection() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the cached
Connection
for this proxy. - ice_getCommunicator() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the communicator that created this proxy.
- ice_getCompress() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the compression override setting of this proxy.
- ice_getConnection() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the connection for this proxy.
- ice_getConnectionAsync() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the connection for this proxy asynchronously.
- ice_getConnectionId() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the connection id of this proxy.
- ice_getContext() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the per-proxy context for this proxy.
- ice_getEncodingVersion() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the encoding version used to marshal request parameters.
- ice_getEndpoints() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the endpoints used by this proxy.
- ice_getEndpointSelection() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the endpoint selection policy for this proxy (randomly or ordered).
- ice_getFacet() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the facet for this proxy.
- ice_getIdentity() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the identity embedded in this proxy.
- ice_getInvocationTimeout() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the invocation timeout of this proxy.
- ice_getLocator() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the locator for this proxy.
- ice_getLocatorCacheTimeout() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the locator cache timeout of this proxy.
- ice_getRouter() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the router for this proxy.
- ice_getSlicedData() - Method in class com.zeroc.Ice.Value
-
Returns the sliced data if the value has a preserved-slice base class and has been sliced during un-marshaling of the value, null is returned otherwise.
- ice_id() - Method in exception com.zeroc.Glacier2.CannotCreateSessionException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.Glacier2.PermissionDeniedException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.Glacier2.SessionNotExistException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.Ice.AdapterAlreadyActiveException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.Ice.AdapterNotFoundException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.Ice.AlreadyRegisteredException
- ice_id() - Method in exception com.zeroc.Ice.CloseConnectionException
- ice_id() - Method in exception com.zeroc.Ice.CloseTimeoutException
- ice_id() - Method in exception com.zeroc.Ice.CommunicatorDestroyedException
- ice_id() - Method in exception com.zeroc.Ice.ConnectFailedException
- ice_id() - Method in exception com.zeroc.Ice.ConnectionAbortedException
- ice_id() - Method in exception com.zeroc.Ice.ConnectionClosedException
- ice_id() - Method in exception com.zeroc.Ice.ConnectionLostException
- ice_id() - Method in exception com.zeroc.Ice.ConnectionRefusedException
- ice_id() - Method in exception com.zeroc.Ice.ConnectTimeoutException
- ice_id() - Method in exception com.zeroc.Ice.DatagramLimitException
- ice_id() - Method in exception com.zeroc.Ice.DispatchException
- ice_id() - Method in exception com.zeroc.Ice.DNSException
- ice_id() - Method in exception com.zeroc.Ice.FacetNotExistException
- ice_id() - Method in exception com.zeroc.Ice.FeatureNotSupportedException
- ice_id() - Method in exception com.zeroc.Ice.FileException
- ice_id() - Method in exception com.zeroc.Ice.FixedProxyException
- ice_id() - Method in exception com.zeroc.Ice.InitializationException
- ice_id() - Method in exception com.zeroc.Ice.InvalidReplicaGroupIdException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.Ice.InvocationTimeoutException
- ice_id() - Method in exception com.zeroc.Ice.LocalException
-
Returns the type ID of this exception.
- ice_id() - Method in exception com.zeroc.Ice.MarshalException
- ice_id() - Method in exception com.zeroc.Ice.NoEndpointException
- ice_id() - Method in exception com.zeroc.Ice.NotRegisteredException
- ice_id() - Method in exception com.zeroc.Ice.ObjectAdapterDeactivatedException
- ice_id() - Method in exception com.zeroc.Ice.ObjectAdapterDestroyedException
- ice_id() - Method in exception com.zeroc.Ice.ObjectAdapterIdInUseException
- ice_id() - Method in exception com.zeroc.Ice.ObjectNotExistException
- ice_id() - Method in exception com.zeroc.Ice.ObjectNotFoundException
-
Returns the type id of this exception.
- ice_id() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the Slice type ID of the most-derived interface supported by the target object of this proxy.
- ice_id() - Method in exception com.zeroc.Ice.OperationInterruptedException
- ice_id() - Method in exception com.zeroc.Ice.OperationNotExistException
- ice_id() - Method in exception com.zeroc.Ice.ParseException
- ice_id() - Method in exception com.zeroc.Ice.PluginInitializationException
- ice_id() - Method in exception com.zeroc.Ice.PropertyException
- ice_id() - Method in exception com.zeroc.Ice.ProtocolException
- ice_id() - Method in exception com.zeroc.Ice.RemoteLoggerAlreadyAttachedException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.Ice.RequestFailedException
- ice_id() - Method in exception com.zeroc.Ice.SecurityException
- ice_id() - Method in exception com.zeroc.Ice.ServerNotFoundException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.Ice.SocketException
- ice_id() - Method in exception com.zeroc.Ice.SyscallException
- ice_id() - Method in exception com.zeroc.Ice.TimeoutException
- ice_id() - Method in exception com.zeroc.Ice.TwowayOnlyException
- ice_id() - Method in exception com.zeroc.Ice.UnknownException
- ice_id() - Method in exception com.zeroc.Ice.UnknownLocalException
- ice_id() - Method in class com.zeroc.Ice.UnknownSlicedValue
-
Determine the Slice type ID associated with this object.
- ice_id() - Method in exception com.zeroc.Ice.UnknownUserException
- ice_id() - Method in exception com.zeroc.Ice.UserException
-
Returns the type id of this exception.
- ice_id() - Method in class com.zeroc.Ice.Value
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in exception com.zeroc.IceBox.AlreadyStartedException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceBox.AlreadyStoppedException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceBox.FailureException
- ice_id() - Method in exception com.zeroc.IceBox.NoSuchServiceException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.AccessDeniedException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.AdapterNotExistException
-
Returns the type id of this exception.
- ice_id() - Method in class com.zeroc.IceGrid.AdaptiveLoadBalancingPolicy
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in exception com.zeroc.IceGrid.AllocationException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.AllocationTimeoutException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.ApplicationNotExistException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.BadSignalException
-
Returns the type id of this exception.
- ice_id() - Method in class com.zeroc.IceGrid.BoxedDistributionDescriptor
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceGrid.BoxedString
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceGrid.CommunicatorDescriptor
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in exception com.zeroc.IceGrid.DeploymentException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.FileNotAvailableException
-
Returns the type id of this exception.
- ice_id() - Method in class com.zeroc.IceGrid.IceBoxDescriptor
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceGrid.LoadBalancingPolicy
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in exception com.zeroc.IceGrid.NodeNotExistException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.NodeUnreachableException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.ObjectExistsException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.ObjectNotRegisteredException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.ObserverAlreadyRegisteredException
-
Returns the type id of this exception.
- ice_id() - Method in class com.zeroc.IceGrid.OrderedLoadBalancingPolicy
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in exception com.zeroc.IceGrid.ParseException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.PermissionDeniedException
-
Returns the type id of this exception.
- ice_id() - Method in class com.zeroc.IceGrid.RandomLoadBalancingPolicy
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in exception com.zeroc.IceGrid.RegistryNotExistException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.RegistryUnreachableException
-
Returns the type id of this exception.
- ice_id() - Method in class com.zeroc.IceGrid.RoundRobinLoadBalancingPolicy
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceGrid.ServerDescriptor
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in exception com.zeroc.IceGrid.ServerNotExistException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.ServerStartException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.ServerStopException
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceGrid.ServerUnreachableException
-
Returns the type id of this exception.
- ice_id() - Method in class com.zeroc.IceGrid.ServiceDescriptor
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in exception com.zeroc.IceGrid.UserAccountNotFoundException
-
Returns the type id of this exception.
- ice_id() - Method in class com.zeroc.IceMX.ChildInvocationMetrics
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceMX.CollocatedMetrics
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceMX.ConnectionMetrics
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceMX.DispatchMetrics
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceMX.InvocationMetrics
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceMX.Metrics
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceMX.RemoteMetrics
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceMX.SessionMetrics
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceMX.SubscriberMetrics
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceMX.ThreadMetrics
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in class com.zeroc.IceMX.TopicMetrics
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id() - Method in exception com.zeroc.IceMX.UnknownMetricsView
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceStorm.AlreadySubscribed
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceStorm.BadQoS
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceStorm.LinkExists
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceStorm.NoSuchLink
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceStorm.NoSuchTopic
-
Returns the type id of this exception.
- ice_id() - Method in exception com.zeroc.IceStorm.TopicExists
-
Returns the type id of this exception.
- ice_id(Current) - Method in interface com.zeroc.Ice.Object
-
Returns the Slice type ID of the most-derived interface supported by this object.
- ice_id(Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the Slice type ID of the most-derived interface supported by the target object of this proxy.
- ice_idAsync() - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns the Slice type ID of the most-derived interface supported by the target object of this proxy.
- ice_idAsync(Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns the Slice type ID of the most-derived interface supported by the target object of this proxy.
- ice_identity(Identity) - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, except for the identity.
- ice_ids() - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the Slice type IDs of the interfaces supported by the target object of this proxy.
- ice_ids(Current) - Method in interface com.zeroc.Ice.Object
-
Returns the Slice type IDs of the interfaces supported by this object.
- ice_ids(Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
-
Gets the Slice type IDs of the interfaces supported by the target object of this proxy.
- ice_idsAsync() - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
- ice_idsAsync(Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
- ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns a proxy that is identical to this proxy, except for the invocation timeout.
- ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.RouterPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_invocationTimeout(int) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns a proxy that is identical to this proxy, except for the invocation timeout.
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.Ice.RouterPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_invocationTimeout(Duration) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_invoke(byte[], Current) - Method in interface com.zeroc.Ice.Blobject
-
Dispatch an incoming request.
- ice_invoke(String, OperationMode, byte[]) - Method in interface com.zeroc.Ice.ObjectPrx
-
Invokes an operation dynamically.
- ice_invoke(String, OperationMode, byte[], Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
-
Invokes an operation dynamically.
- ice_invokeAsync(byte[], Current) - Method in interface com.zeroc.Ice.BlobjectAsync
-
Dispatch an incoming request.
- ice_invokeAsync(String, OperationMode, byte[]) - Method in interface com.zeroc.Ice.ObjectPrx
-
Invokes an operation asynchronously.
- ice_invokeAsync(String, OperationMode, byte[], Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
-
Invokes an operation asynchronously.
- Ice_invokeResult() - Constructor for class com.zeroc.Ice.Object.Ice_invokeResult
-
Default initializes the fields.
- Ice_invokeResult(boolean, byte[]) - Constructor for class com.zeroc.Ice.Object.Ice_invokeResult
-
Primary constructor to initialize the fields.
- ice_isA(String) - Method in interface com.zeroc.Ice.ObjectPrx
-
Tests whether this object supports a specific Slice interface.
- ice_isA(String, Current) - Method in interface com.zeroc.Ice.Object
-
Tests whether this object supports a specific Slice interface.
- ice_isA(String, Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
-
Tests whether this object supports a specific Slice interface.
- ice_isAAsync(String) - Method in interface com.zeroc.Ice.ObjectPrx
-
Tests whether this object supports a specific Slice interface.
- ice_isAAsync(String, Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
-
Tests whether this object supports a specific Slice interface.
- ice_isBatchDatagram() - Method in interface com.zeroc.Ice.ObjectPrx
-
Determines whether this proxy uses batch datagram invocations.
- ice_isBatchOneway() - Method in interface com.zeroc.Ice.ObjectPrx
-
Determines whether this proxy uses batch oneway invocations.
- ice_isCollocationOptimized() - Method in interface com.zeroc.Ice.ObjectPrx
-
Determines whether this proxy uses collocation optimization.
- ice_isConnectionCached() - Method in interface com.zeroc.Ice.ObjectPrx
-
Determines whether this proxy caches connections.
- ice_isDatagram() - Method in interface com.zeroc.Ice.ObjectPrx
-
Determines whether this proxy uses datagram invocations.
- ice_isFixed() - Method in interface com.zeroc.Ice.ObjectPrx
-
Determines whether this proxy is a fixed proxy.
- ice_isOneway() - Method in interface com.zeroc.Ice.ObjectPrx
-
Determines whether this proxy uses oneway invocations.
- ice_isTwoway() - Method in interface com.zeroc.Ice.ObjectPrx
-
Determines whether this proxy uses twoway invocations.
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns a proxy that is identical to this proxy, except for the locator.
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.RouterPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_locator(LocatorPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, except for the locator cache timeout.
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.RouterPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_locatorCacheTimeout(Duration) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
- ice_oneway() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_oneway() - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_oneway() - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_oneway() - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_oneway() - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_oneway() - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_oneway() - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_oneway() - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_oneway() - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_oneway() - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_oneway() - Method in interface com.zeroc.Ice.LocatorPrx
- ice_oneway() - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_oneway() - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_oneway() - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, but uses oneway invocations.
- ice_oneway() - Method in interface com.zeroc.Ice.ProcessPrx
- ice_oneway() - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_oneway() - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_oneway() - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_oneway() - Method in interface com.zeroc.Ice.RouterPrx
- ice_oneway() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_oneway() - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_oneway() - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_oneway() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_oneway() - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_oneway() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_oneway() - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_ping() - Method in interface com.zeroc.Ice.ObjectPrx
-
Tests whether the target object of this proxy can be reached.
- ice_ping(Current) - Method in interface com.zeroc.Ice.Object
-
Tests whether this object can be reached.
- ice_ping(Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
-
Tests whether the target object of this proxy can be reached.
- ice_pingAsync() - Method in interface com.zeroc.Ice.ObjectPrx
-
Tests whether the target object of this proxy can be reached.
- ice_pingAsync(Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
-
Tests whether the target object of this proxy can be reached.
- ice_postUnmarshal() - Method in class com.zeroc.Ice.Value
-
The Ice run time invokes this method after unmarshaling an object's data members.
- ice_preMarshal() - Method in class com.zeroc.Ice.Value
-
The Ice run time invokes this method prior to marshaling an object's data members.
- ice_read(InputStream) - Static method in class com.zeroc.Glacier2.SSLInfo
-
Unmarshals a
SSLInfo
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.Ice.EncodingVersion
-
Unmarshals an
EncodingVersion
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.Ice.Identity
-
Unmarshals an
Identity
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.Ice.LogMessage
-
Unmarshals a
LogMessage
from an input stream. - ice_read(InputStream) - Static method in enum class com.zeroc.Ice.LogMessageType
-
Unmarshals a
LogMessageType
from an input stream. - ice_read(InputStream) - Static method in enum class com.zeroc.Ice.OperationMode
-
Unmarshals an
OperationMode
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.Ice.ProtocolVersion
-
Unmarshals a
ProtocolVersion
from an input stream. - ice_read(InputStream) - Static method in enum class com.zeroc.Ice.ReplyStatus
-
Unmarshals a
ReplyStatus
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterDescriptor
-
Unmarshals an
AdapterDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfo
-
Unmarshals an
AdapterDynamicInfo
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterInfo
-
Unmarshals an
AdapterInfo
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationDescriptor
-
Unmarshals an
ApplicationDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationInfo
-
Unmarshals an
ApplicationInfo
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
Unmarshals an
ApplicationUpdateDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationUpdateInfo
-
Unmarshals an
ApplicationUpdateInfo
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.DbEnvDescriptor
-
Unmarshals a
DbEnvDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.DistributionDescriptor
-
Unmarshals a
DistributionDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.LoadInfo
-
Unmarshals a
LoadInfo
from an input stream. - ice_read(InputStream) - Static method in enum class com.zeroc.IceGrid.LoadSample
-
Unmarshals a
LoadSample
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.NodeDescriptor
-
Unmarshals a
NodeDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.NodeDynamicInfo
-
Unmarshals a
NodeDynamicInfo
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.NodeInfo
-
Unmarshals a
NodeInfo
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
Unmarshals a
NodeUpdateDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ObjectDescriptor
-
Unmarshals an
ObjectDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ObjectInfo
-
Unmarshals an
ObjectInfo
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.PropertyDescriptor
-
Unmarshals a
PropertyDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.PropertySetDescriptor
-
Unmarshals a
PropertySetDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.RegistryInfo
-
Unmarshals a
RegistryInfo
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
Unmarshals a
ReplicaGroupDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ServerDynamicInfo
-
Unmarshals a
ServerDynamicInfo
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ServerInfo
-
Unmarshals a
ServerInfo
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptor
-
Unmarshals a
ServerInstanceDescriptor
from an input stream. - ice_read(InputStream) - Static method in enum class com.zeroc.IceGrid.ServerState
-
Unmarshals a
ServerState
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
Unmarshals a
ServiceInstanceDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceGrid.TemplateDescriptor
-
Unmarshals a
TemplateDescriptor
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceMX.MetricsFailures
-
Unmarshals a
MetricsFailures
from an input stream. - ice_read(InputStream) - Static method in class com.zeroc.IceStorm.LinkInfo
-
Unmarshals a
LinkInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.Glacier2.SSLInfo
-
Unmarshals an optional
SSLInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.Ice.EncodingVersion
-
Unmarshals an optional
EncodingVersion
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.Ice.Identity
-
Unmarshals an optional
Identity
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.Ice.LogMessage
-
Unmarshals an optional
LogMessage
from an input stream. - ice_read(InputStream, int) - Static method in enum class com.zeroc.Ice.LogMessageType
-
Unmarshals an optional
LogMessageType
from an input stream. - ice_read(InputStream, int) - Static method in enum class com.zeroc.Ice.OperationMode
-
Unmarshals an optional
OperationMode
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.Ice.ProtocolVersion
-
Unmarshals an optional
ProtocolVersion
from an input stream. - ice_read(InputStream, int) - Static method in enum class com.zeroc.Ice.ReplyStatus
-
Unmarshals an optional
ReplyStatus
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterDescriptor
-
Unmarshals an optional
AdapterDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfo
-
Unmarshals an optional
AdapterDynamicInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterInfo
-
Unmarshals an optional
AdapterInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationDescriptor
-
Unmarshals an optional
ApplicationDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationInfo
-
Unmarshals an optional
ApplicationInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
Unmarshals an optional
ApplicationUpdateDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationUpdateInfo
-
Unmarshals an optional
ApplicationUpdateInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.DbEnvDescriptor
-
Unmarshals an optional
DbEnvDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.DistributionDescriptor
-
Unmarshals an optional
DistributionDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.LoadInfo
-
Unmarshals an optional
LoadInfo
from an input stream. - ice_read(InputStream, int) - Static method in enum class com.zeroc.IceGrid.LoadSample
-
Unmarshals an optional
LoadSample
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeDescriptor
-
Unmarshals an optional
NodeDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeDynamicInfo
-
Unmarshals an optional
NodeDynamicInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeInfo
-
Unmarshals an optional
NodeInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
Unmarshals an optional
NodeUpdateDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ObjectDescriptor
-
Unmarshals an optional
ObjectDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ObjectInfo
-
Unmarshals an optional
ObjectInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.PropertyDescriptor
-
Unmarshals an optional
PropertyDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.PropertySetDescriptor
-
Unmarshals an optional
PropertySetDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.RegistryInfo
-
Unmarshals an optional
RegistryInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
Unmarshals an optional
ReplicaGroupDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerDynamicInfo
-
Unmarshals an optional
ServerDynamicInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerInfo
-
Unmarshals an optional
ServerInfo
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptor
-
Unmarshals an optional
ServerInstanceDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in enum class com.zeroc.IceGrid.ServerState
-
Unmarshals an optional
ServerState
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
Unmarshals an optional
ServiceInstanceDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.TemplateDescriptor
-
Unmarshals an optional
TemplateDescriptor
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceMX.MetricsFailures
-
Unmarshals an optional
MetricsFailures
from an input stream. - ice_read(InputStream, int) - Static method in class com.zeroc.IceStorm.LinkInfo
-
Unmarshals an optional
LinkInfo
from an input stream. - ice_readMembers(InputStream) - Method in class com.zeroc.Glacier2.SSLInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.Ice.EncodingVersion
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.Ice.Identity
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.Ice.LogMessage
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.Ice.ProtocolVersion
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.AdapterDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.AdapterDynamicInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.AdapterInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ApplicationDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ApplicationInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ApplicationUpdateInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.DbEnvDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.DistributionDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.LoadInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.NodeDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.NodeDynamicInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.NodeInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ObjectDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ObjectInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.PropertyDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.PropertySetDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.RegistryInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ServerDynamicInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ServerInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ServerInstanceDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.TemplateDescriptor
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceMX.MetricsFailures
-
Unmarshals and sets this object's fields from an input stream.
- ice_readMembers(InputStream) - Method in class com.zeroc.IceStorm.LinkInfo
-
Unmarshals and sets this object's fields from an input stream.
- ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Ice.LocatorPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Ice.ObjectPrx
-
Returns a proxy that is identical to this proxy, except for the router.
- ice_router(RouterPrx) - Method in interface com.zeroc.Ice.ProcessPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.Ice.RouterPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_router(RouterPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_staticId - Static variable in interface com.zeroc.Ice.ObjectPrx
-
The type ID of the target's interface: "::Ice::Object".
- ice_staticId() - Static method in interface com.zeroc.Glacier2.IdentitySet
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.PermissionsVerifier
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.Router
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.RouterPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.Session
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.SessionControl
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.SessionManager
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.SessionPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifier
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.SSLSessionManager
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.StringSet
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Glacier2.StringSetPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.Locator
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.LocatorFinder
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.LocatorFinderPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.LocatorPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.LocatorRegistry
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.LoggerAdmin
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.LoggerAdminPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.Object
-
Returns the Slice type ID of the interface supported by this object.
- ice_staticId() - Static method in interface com.zeroc.Ice.ObjectPrx
-
Gets the Slice type ID associated with this type.
- ice_staticId() - Static method in interface com.zeroc.Ice.Process
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.ProcessPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.PropertiesAdmin
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.RemoteLogger
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.Router
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.RouterFinder
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.RouterFinderPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.Ice.RouterPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.Ice.Value
-
Gets the Slice type ID of this type.
- ice_staticId() - Static method in interface com.zeroc.IceBox.ServiceManager
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceBox.ServiceObserver
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.AdapterObserver
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceGrid.AdaptiveLoadBalancingPolicy
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.Admin
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.AdminPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.AdminSession
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.ApplicationObserver
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceGrid.BoxedDistributionDescriptor
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceGrid.BoxedString
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceGrid.CommunicatorDescriptor
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.FileIterator
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.FileParser
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.FileParserPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceGrid.IceBoxDescriptor
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceGrid.LoadBalancingPolicy
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.Locator
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.LocatorPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.NodeObserver
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.ObjectObserver
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceGrid.OrderedLoadBalancingPolicy
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.Query
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.QueryPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceGrid.RandomLoadBalancingPolicy
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.Registry
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.RegistryObserver
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.RegistryPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceGrid.RoundRobinLoadBalancingPolicy
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceGrid.ServerDescriptor
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceGrid.ServiceDescriptor
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.Session
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.SessionPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.UserAccountMapper
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceMX.ChildInvocationMetrics
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceMX.CollocatedMetrics
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceMX.ConnectionMetrics
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceMX.DispatchMetrics
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceMX.InvocationMetrics
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceMX.Metrics
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceMX.MetricsAdmin
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceMX.RemoteMetrics
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceMX.SessionMetrics
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceMX.SubscriberMetrics
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceMX.ThreadMetrics
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in class com.zeroc.IceMX.TopicMetrics
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceStorm.Finder
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceStorm.FinderPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceStorm.Topic
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceStorm.TopicManager
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Gets the type ID of the associated Slice interface.
- ice_staticId() - Static method in interface com.zeroc.IceStorm.TopicPrx
-
Gets the type ID of the associated Slice interface.
- ice_twoway() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
- ice_twoway() - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
- ice_twoway() - Method in interface com.zeroc.Glacier2.RouterPrx
- ice_twoway() - Method in interface com.zeroc.Glacier2.SessionControlPrx
- ice_twoway() - Method in interface com.zeroc.Glacier2.SessionManagerPrx
- ice_twoway() - Method in interface com.zeroc.Glacier2.SessionPrx
- ice_twoway() - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
- ice_twoway() - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
- ice_twoway() - Method in interface com.zeroc.Glacier2.StringSetPrx
- ice_twoway() - Method in interface com.zeroc.Ice.LocatorFinderPrx
- ice_twoway() - Method in interface com.zeroc.Ice.LocatorPrx
- ice_twoway() - Method in interface com.zeroc.Ice.LocatorRegistryPrx
- ice_twoway() - Method in interface com.zeroc.Ice.LoggerAdminPrx
- ice_twoway() - Method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy that is identical to this proxy, but uses twoway invocations.
- ice_twoway() - Method in interface com.zeroc.Ice.ProcessPrx
- ice_twoway() - Method in interface com.zeroc.Ice.PropertiesAdminPrx
- ice_twoway() - Method in interface com.zeroc.Ice.RemoteLoggerPrx
- ice_twoway() - Method in interface com.zeroc.Ice.RouterFinderPrx
- ice_twoway() - Method in interface com.zeroc.Ice.RouterPrx
- ice_twoway() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
- ice_twoway() - Method in interface com.zeroc.IceBox.ServiceObserverPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.AdminPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.FileParserPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.LocatorPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.NodeObserverPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.QueryPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.RegistryPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.SessionPrx
- ice_twoway() - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
- ice_twoway() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
- ice_twoway() - Method in interface com.zeroc.IceStorm.FinderPrx
- ice_twoway() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
- ice_twoway() - Method in interface com.zeroc.IceStorm.TopicPrx
- ice_write(OutputStream) - Method in enum class com.zeroc.Ice.LogMessageType
-
Marshals this
LogMessageType
into an output stream. - ice_write(OutputStream) - Method in enum class com.zeroc.Ice.OperationMode
-
Marshals this
OperationMode
into an output stream. - ice_write(OutputStream) - Method in enum class com.zeroc.Ice.ReplyStatus
-
Marshals this
ReplyStatus
into an output stream. - ice_write(OutputStream) - Method in enum class com.zeroc.IceGrid.LoadSample
-
Marshals this
LoadSample
into an output stream. - ice_write(OutputStream) - Method in enum class com.zeroc.IceGrid.ServerState
-
Marshals this
ServerState
into an output stream. - ice_write(OutputStream, int, SSLInfo) - Static method in class com.zeroc.Glacier2.SSLInfo
-
Marshals an optional
SSLInfo
into an output stream. - ice_write(OutputStream, int, EncodingVersion) - Static method in class com.zeroc.Ice.EncodingVersion
-
Marshals an optional
EncodingVersion
into an output stream. - ice_write(OutputStream, int, Identity) - Static method in class com.zeroc.Ice.Identity
-
Marshals an optional
Identity
into an output stream. - ice_write(OutputStream, int, LogMessage) - Static method in class com.zeroc.Ice.LogMessage
-
Marshals an optional
LogMessage
into an output stream. - ice_write(OutputStream, int, LogMessageType) - Static method in enum class com.zeroc.Ice.LogMessageType
-
Marshals an optional
LogMessageType
into an output stream. - ice_write(OutputStream, int, OperationMode) - Static method in enum class com.zeroc.Ice.OperationMode
-
Marshals an optional
OperationMode
into an output stream. - ice_write(OutputStream, int, ProtocolVersion) - Static method in class com.zeroc.Ice.ProtocolVersion
-
Marshals an optional
ProtocolVersion
into an output stream. - ice_write(OutputStream, int, ReplyStatus) - Static method in enum class com.zeroc.Ice.ReplyStatus
-
Marshals an optional
ReplyStatus
into an output stream. - ice_write(OutputStream, int, AdapterDescriptor) - Static method in class com.zeroc.IceGrid.AdapterDescriptor
-
Marshals an optional
AdapterDescriptor
into an output stream. - ice_write(OutputStream, int, AdapterDynamicInfo) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfo
-
Marshals an optional
AdapterDynamicInfo
into an output stream. - ice_write(OutputStream, int, AdapterInfo) - Static method in class com.zeroc.IceGrid.AdapterInfo
-
Marshals an optional
AdapterInfo
into an output stream. - ice_write(OutputStream, int, ApplicationDescriptor) - Static method in class com.zeroc.IceGrid.ApplicationDescriptor
-
Marshals an optional
ApplicationDescriptor
into an output stream. - ice_write(OutputStream, int, ApplicationInfo) - Static method in class com.zeroc.IceGrid.ApplicationInfo
-
Marshals an optional
ApplicationInfo
into an output stream. - ice_write(OutputStream, int, ApplicationUpdateDescriptor) - Static method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
Marshals an optional
ApplicationUpdateDescriptor
into an output stream. - ice_write(OutputStream, int, ApplicationUpdateInfo) - Static method in class com.zeroc.IceGrid.ApplicationUpdateInfo
-
Marshals an optional
ApplicationUpdateInfo
into an output stream. - ice_write(OutputStream, int, DbEnvDescriptor) - Static method in class com.zeroc.IceGrid.DbEnvDescriptor
-
Marshals an optional
DbEnvDescriptor
into an output stream. - ice_write(OutputStream, int, DistributionDescriptor) - Static method in class com.zeroc.IceGrid.DistributionDescriptor
-
Marshals an optional
DistributionDescriptor
into an output stream. - ice_write(OutputStream, int, LoadInfo) - Static method in class com.zeroc.IceGrid.LoadInfo
-
Marshals an optional
LoadInfo
into an output stream. - ice_write(OutputStream, int, LoadSample) - Static method in enum class com.zeroc.IceGrid.LoadSample
-
Marshals an optional
LoadSample
into an output stream. - ice_write(OutputStream, int, NodeDescriptor) - Static method in class com.zeroc.IceGrid.NodeDescriptor
-
Marshals an optional
NodeDescriptor
into an output stream. - ice_write(OutputStream, int, NodeDynamicInfo) - Static method in class com.zeroc.IceGrid.NodeDynamicInfo
-
Marshals an optional
NodeDynamicInfo
into an output stream. - ice_write(OutputStream, int, NodeInfo) - Static method in class com.zeroc.IceGrid.NodeInfo
-
Marshals an optional
NodeInfo
into an output stream. - ice_write(OutputStream, int, NodeUpdateDescriptor) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
Marshals an optional
NodeUpdateDescriptor
into an output stream. - ice_write(OutputStream, int, ObjectDescriptor) - Static method in class com.zeroc.IceGrid.ObjectDescriptor
-
Marshals an optional
ObjectDescriptor
into an output stream. - ice_write(OutputStream, int, ObjectInfo) - Static method in class com.zeroc.IceGrid.ObjectInfo
-
Marshals an optional
ObjectInfo
into an output stream. - ice_write(OutputStream, int, PropertyDescriptor) - Static method in class com.zeroc.IceGrid.PropertyDescriptor
-
Marshals an optional
PropertyDescriptor
into an output stream. - ice_write(OutputStream, int, PropertySetDescriptor) - Static method in class com.zeroc.IceGrid.PropertySetDescriptor
-
Marshals an optional
PropertySetDescriptor
into an output stream. - ice_write(OutputStream, int, RegistryInfo) - Static method in class com.zeroc.IceGrid.RegistryInfo
-
Marshals an optional
RegistryInfo
into an output stream. - ice_write(OutputStream, int, ReplicaGroupDescriptor) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
Marshals an optional
ReplicaGroupDescriptor
into an output stream. - ice_write(OutputStream, int, ServerDynamicInfo) - Static method in class com.zeroc.IceGrid.ServerDynamicInfo
-
Marshals an optional
ServerDynamicInfo
into an output stream. - ice_write(OutputStream, int, ServerInfo) - Static method in class com.zeroc.IceGrid.ServerInfo
-
Marshals an optional
ServerInfo
into an output stream. - ice_write(OutputStream, int, ServerInstanceDescriptor) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptor
-
Marshals an optional
ServerInstanceDescriptor
into an output stream. - ice_write(OutputStream, int, ServerState) - Static method in enum class com.zeroc.IceGrid.ServerState
-
Marshals an optional
ServerState
into an output stream. - ice_write(OutputStream, int, ServiceInstanceDescriptor) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
Marshals an optional
ServiceInstanceDescriptor
into an output stream. - ice_write(OutputStream, int, TemplateDescriptor) - Static method in class com.zeroc.IceGrid.TemplateDescriptor
-
Marshals an optional
TemplateDescriptor
into an output stream. - ice_write(OutputStream, int, MetricsFailures) - Static method in class com.zeroc.IceMX.MetricsFailures
-
Marshals an optional
MetricsFailures
into an output stream. - ice_write(OutputStream, int, LinkInfo) - Static method in class com.zeroc.IceStorm.LinkInfo
-
Marshals an optional
LinkInfo
into an output stream. - ice_write(OutputStream, int, Optional<SSLInfo>) - Static method in class com.zeroc.Glacier2.SSLInfo
-
Marshals an optional
SSLInfo
into an output stream. - ice_write(OutputStream, int, Optional<EncodingVersion>) - Static method in class com.zeroc.Ice.EncodingVersion
-
Marshals an optional
EncodingVersion
into an output stream. - ice_write(OutputStream, int, Optional<Identity>) - Static method in class com.zeroc.Ice.Identity
-
Marshals an optional
Identity
into an output stream. - ice_write(OutputStream, int, Optional<LogMessage>) - Static method in class com.zeroc.Ice.LogMessage
-
Marshals an optional
LogMessage
into an output stream. - ice_write(OutputStream, int, Optional<LogMessageType>) - Static method in enum class com.zeroc.Ice.LogMessageType
-
Marshals an optional
LogMessageType
into an output stream. - ice_write(OutputStream, int, Optional<OperationMode>) - Static method in enum class com.zeroc.Ice.OperationMode
-
Marshals an optional
OperationMode
into an output stream. - ice_write(OutputStream, int, Optional<ProtocolVersion>) - Static method in class com.zeroc.Ice.ProtocolVersion
-
Marshals an optional
ProtocolVersion
into an output stream. - ice_write(OutputStream, int, Optional<ReplyStatus>) - Static method in enum class com.zeroc.Ice.ReplyStatus
-
Marshals an optional
ReplyStatus
into an output stream. - ice_write(OutputStream, int, Optional<AdapterDescriptor>) - Static method in class com.zeroc.IceGrid.AdapterDescriptor
-
Marshals an optional
AdapterDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<AdapterDynamicInfo>) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfo
-
Marshals an optional
AdapterDynamicInfo
into an output stream. - ice_write(OutputStream, int, Optional<AdapterInfo>) - Static method in class com.zeroc.IceGrid.AdapterInfo
-
Marshals an optional
AdapterInfo
into an output stream. - ice_write(OutputStream, int, Optional<ApplicationDescriptor>) - Static method in class com.zeroc.IceGrid.ApplicationDescriptor
-
Marshals an optional
ApplicationDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<ApplicationInfo>) - Static method in class com.zeroc.IceGrid.ApplicationInfo
-
Marshals an optional
ApplicationInfo
into an output stream. - ice_write(OutputStream, int, Optional<ApplicationUpdateDescriptor>) - Static method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
Marshals an optional
ApplicationUpdateDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<ApplicationUpdateInfo>) - Static method in class com.zeroc.IceGrid.ApplicationUpdateInfo
-
Marshals an optional
ApplicationUpdateInfo
into an output stream. - ice_write(OutputStream, int, Optional<DbEnvDescriptor>) - Static method in class com.zeroc.IceGrid.DbEnvDescriptor
-
Marshals an optional
DbEnvDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<DistributionDescriptor>) - Static method in class com.zeroc.IceGrid.DistributionDescriptor
-
Marshals an optional
DistributionDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<LoadInfo>) - Static method in class com.zeroc.IceGrid.LoadInfo
-
Marshals an optional
LoadInfo
into an output stream. - ice_write(OutputStream, int, Optional<LoadSample>) - Static method in enum class com.zeroc.IceGrid.LoadSample
-
Marshals an optional
LoadSample
into an output stream. - ice_write(OutputStream, int, Optional<NodeDescriptor>) - Static method in class com.zeroc.IceGrid.NodeDescriptor
-
Marshals an optional
NodeDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<NodeDynamicInfo>) - Static method in class com.zeroc.IceGrid.NodeDynamicInfo
-
Marshals an optional
NodeDynamicInfo
into an output stream. - ice_write(OutputStream, int, Optional<NodeInfo>) - Static method in class com.zeroc.IceGrid.NodeInfo
-
Marshals an optional
NodeInfo
into an output stream. - ice_write(OutputStream, int, Optional<NodeUpdateDescriptor>) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
Marshals an optional
NodeUpdateDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<ObjectDescriptor>) - Static method in class com.zeroc.IceGrid.ObjectDescriptor
-
Marshals an optional
ObjectDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<ObjectInfo>) - Static method in class com.zeroc.IceGrid.ObjectInfo
-
Marshals an optional
ObjectInfo
into an output stream. - ice_write(OutputStream, int, Optional<PropertyDescriptor>) - Static method in class com.zeroc.IceGrid.PropertyDescriptor
-
Marshals an optional
PropertyDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<PropertySetDescriptor>) - Static method in class com.zeroc.IceGrid.PropertySetDescriptor
-
Marshals an optional
PropertySetDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<RegistryInfo>) - Static method in class com.zeroc.IceGrid.RegistryInfo
-
Marshals an optional
RegistryInfo
into an output stream. - ice_write(OutputStream, int, Optional<ReplicaGroupDescriptor>) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
Marshals an optional
ReplicaGroupDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<ServerDynamicInfo>) - Static method in class com.zeroc.IceGrid.ServerDynamicInfo
-
Marshals an optional
ServerDynamicInfo
into an output stream. - ice_write(OutputStream, int, Optional<ServerInfo>) - Static method in class com.zeroc.IceGrid.ServerInfo
-
Marshals an optional
ServerInfo
into an output stream. - ice_write(OutputStream, int, Optional<ServerInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptor
-
Marshals an optional
ServerInstanceDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<ServerState>) - Static method in enum class com.zeroc.IceGrid.ServerState
-
Marshals an optional
ServerState
into an output stream. - ice_write(OutputStream, int, Optional<ServiceInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
Marshals an optional
ServiceInstanceDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<TemplateDescriptor>) - Static method in class com.zeroc.IceGrid.TemplateDescriptor
-
Marshals an optional
TemplateDescriptor
into an output stream. - ice_write(OutputStream, int, Optional<MetricsFailures>) - Static method in class com.zeroc.IceMX.MetricsFailures
-
Marshals an optional
MetricsFailures
into an output stream. - ice_write(OutputStream, int, Optional<LinkInfo>) - Static method in class com.zeroc.IceStorm.LinkInfo
-
Marshals an optional
LinkInfo
into an output stream. - ice_write(OutputStream, SSLInfo) - Static method in class com.zeroc.Glacier2.SSLInfo
-
Marshals a
SSLInfo
into an output stream. - ice_write(OutputStream, EncodingVersion) - Static method in class com.zeroc.Ice.EncodingVersion
-
Marshals an
EncodingVersion
into an output stream. - ice_write(OutputStream, Identity) - Static method in class com.zeroc.Ice.Identity
-
Marshals an
Identity
into an output stream. - ice_write(OutputStream, LogMessage) - Static method in class com.zeroc.Ice.LogMessage
-
Marshals a
LogMessage
into an output stream. - ice_write(OutputStream, LogMessageType) - Static method in enum class com.zeroc.Ice.LogMessageType
-
Marshals a
LogMessageType
into an output stream. - ice_write(OutputStream, OperationMode) - Static method in enum class com.zeroc.Ice.OperationMode
-
Marshals an
OperationMode
into an output stream. - ice_write(OutputStream, ProtocolVersion) - Static method in class com.zeroc.Ice.ProtocolVersion
-
Marshals a
ProtocolVersion
into an output stream. - ice_write(OutputStream, ReplyStatus) - Static method in enum class com.zeroc.Ice.ReplyStatus
-
Marshals a
ReplyStatus
into an output stream. - ice_write(OutputStream, AdapterDescriptor) - Static method in class com.zeroc.IceGrid.AdapterDescriptor
-
Marshals an
AdapterDescriptor
into an output stream. - ice_write(OutputStream, AdapterDynamicInfo) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfo
-
Marshals an
AdapterDynamicInfo
into an output stream. - ice_write(OutputStream, AdapterInfo) - Static method in class com.zeroc.IceGrid.AdapterInfo
-
Marshals an
AdapterInfo
into an output stream. - ice_write(OutputStream, ApplicationDescriptor) - Static method in class com.zeroc.IceGrid.ApplicationDescriptor
-
Marshals an
ApplicationDescriptor
into an output stream. - ice_write(OutputStream, ApplicationInfo) - Static method in class com.zeroc.IceGrid.ApplicationInfo
-
Marshals an
ApplicationInfo
into an output stream. - ice_write(OutputStream, ApplicationUpdateDescriptor) - Static method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
Marshals an
ApplicationUpdateDescriptor
into an output stream. - ice_write(OutputStream, ApplicationUpdateInfo) - Static method in class com.zeroc.IceGrid.ApplicationUpdateInfo
-
Marshals an
ApplicationUpdateInfo
into an output stream. - ice_write(OutputStream, DbEnvDescriptor) - Static method in class com.zeroc.IceGrid.DbEnvDescriptor
-
Marshals a
DbEnvDescriptor
into an output stream. - ice_write(OutputStream, DistributionDescriptor) - Static method in class com.zeroc.IceGrid.DistributionDescriptor
-
Marshals a
DistributionDescriptor
into an output stream. - ice_write(OutputStream, LoadInfo) - Static method in class com.zeroc.IceGrid.LoadInfo
-
Marshals a
LoadInfo
into an output stream. - ice_write(OutputStream, LoadSample) - Static method in enum class com.zeroc.IceGrid.LoadSample
-
Marshals a
LoadSample
into an output stream. - ice_write(OutputStream, NodeDescriptor) - Static method in class com.zeroc.IceGrid.NodeDescriptor
-
Marshals a
NodeDescriptor
into an output stream. - ice_write(OutputStream, NodeDynamicInfo) - Static method in class com.zeroc.IceGrid.NodeDynamicInfo
-
Marshals a
NodeDynamicInfo
into an output stream. - ice_write(OutputStream, NodeInfo) - Static method in class com.zeroc.IceGrid.NodeInfo
-
Marshals a
NodeInfo
into an output stream. - ice_write(OutputStream, NodeUpdateDescriptor) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
Marshals a
NodeUpdateDescriptor
into an output stream. - ice_write(OutputStream, ObjectDescriptor) - Static method in class com.zeroc.IceGrid.ObjectDescriptor
-
Marshals an
ObjectDescriptor
into an output stream. - ice_write(OutputStream, ObjectInfo) - Static method in class com.zeroc.IceGrid.ObjectInfo
-
Marshals an
ObjectInfo
into an output stream. - ice_write(OutputStream, PropertyDescriptor) - Static method in class com.zeroc.IceGrid.PropertyDescriptor
-
Marshals a
PropertyDescriptor
into an output stream. - ice_write(OutputStream, PropertySetDescriptor) - Static method in class com.zeroc.IceGrid.PropertySetDescriptor
-
Marshals a
PropertySetDescriptor
into an output stream. - ice_write(OutputStream, RegistryInfo) - Static method in class com.zeroc.IceGrid.RegistryInfo
-
Marshals a
RegistryInfo
into an output stream. - ice_write(OutputStream, ReplicaGroupDescriptor) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
Marshals a
ReplicaGroupDescriptor
into an output stream. - ice_write(OutputStream, ServerDynamicInfo) - Static method in class com.zeroc.IceGrid.ServerDynamicInfo
-
Marshals a
ServerDynamicInfo
into an output stream. - ice_write(OutputStream, ServerInfo) - Static method in class com.zeroc.IceGrid.ServerInfo
-
Marshals a
ServerInfo
into an output stream. - ice_write(OutputStream, ServerInstanceDescriptor) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptor
-
Marshals a
ServerInstanceDescriptor
into an output stream. - ice_write(OutputStream, ServerState) - Static method in enum class com.zeroc.IceGrid.ServerState
-
Marshals a
ServerState
into an output stream. - ice_write(OutputStream, ServiceInstanceDescriptor) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
Marshals a
ServiceInstanceDescriptor
into an output stream. - ice_write(OutputStream, TemplateDescriptor) - Static method in class com.zeroc.IceGrid.TemplateDescriptor
-
Marshals a
TemplateDescriptor
into an output stream. - ice_write(OutputStream, MetricsFailures) - Static method in class com.zeroc.IceMX.MetricsFailures
-
Marshals a
MetricsFailures
into an output stream. - ice_write(OutputStream, LinkInfo) - Static method in class com.zeroc.IceStorm.LinkInfo
-
Marshals a
LinkInfo
into an output stream. - ice_writeMembers(OutputStream) - Method in class com.zeroc.Glacier2.SSLInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.Ice.EncodingVersion
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.Ice.Identity
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.Ice.LogMessage
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.Ice.ProtocolVersion
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.AdapterDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.AdapterDynamicInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.AdapterInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ApplicationDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ApplicationInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ApplicationUpdateInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.DbEnvDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.DistributionDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.LoadInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.NodeDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.NodeDynamicInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.NodeInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ObjectDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ObjectInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.PropertyDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.PropertySetDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.RegistryInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ServerDynamicInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ServerInfo
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ServerInstanceDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.TemplateDescriptor
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceMX.MetricsFailures
-
Marshals this object's fields into an output stream.
- ice_writeMembers(OutputStream) - Method in class com.zeroc.IceStorm.LinkInfo
-
Marshals this object's fields into an output stream.
- IceBoxDescriptor - Class in com.zeroc.IceGrid
-
Describes an IceBox server.
- IceBoxDescriptor() - Constructor for class com.zeroc.IceGrid.IceBoxDescriptor
-
Constructs a
IceBoxDescriptor
. - IceBoxDescriptor(List<AdapterDescriptor>, PropertySetDescriptor, DbEnvDescriptor[], String[], String, String, String, String, String, List<String>, List<String>, String, String, String, boolean, DistributionDescriptor, boolean, String, List<ServiceInstanceDescriptor>) - Constructor for class com.zeroc.IceGrid.IceBoxDescriptor
-
Constructs a
IceBoxDescriptor
with values for all its fields. - icepatch - Variable in class com.zeroc.IceGrid.DistributionDescriptor
-
The proxy of the IcePatch2 server.
- iceVersion - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
The Ice version used by this server.
- id - Variable in exception com.zeroc.Ice.AlreadyRegisteredException
-
The ID (or name) of the object that is registered already.
- id - Variable in class com.zeroc.Ice.Current
-
The identity of the target Ice object.
- id - Variable in exception com.zeroc.Ice.NotRegisteredException
-
The ID (or name) of the object that is not registered.
- id - Variable in exception com.zeroc.Ice.ObjectAdapterIdInUseException
-
Adapter ID.
- id - Variable in exception com.zeroc.Ice.RequestFailedException
-
The identity of the Ice Object to which the request was sent.
- id - Variable in class com.zeroc.IceGrid.AdapterDescriptor
-
The adapter ID.
- id - Variable in class com.zeroc.IceGrid.AdapterDynamicInfo
-
The id of the adapter.
- id - Variable in class com.zeroc.IceGrid.AdapterInfo
-
The ID of the adapter.
- id - Variable in exception com.zeroc.IceGrid.AdapterNotExistException
-
The adapter ID.
- id - Variable in class com.zeroc.IceGrid.ObjectDescriptor
-
The identity of the object.
- id - Variable in exception com.zeroc.IceGrid.ObjectExistsException
-
The identity of the object.
- id - Variable in exception com.zeroc.IceGrid.ObjectNotRegisteredException
-
The identity of the object.
- id - Variable in exception com.zeroc.IceGrid.ObserverAlreadyRegisteredException
-
The identity of the observer.
- id - Variable in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
The replica group ID.
- id - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
The server ID.
- id - Variable in class com.zeroc.IceGrid.ServerDynamicInfo
-
The ID of the server.
- id - Variable in exception com.zeroc.IceGrid.ServerNotExistException
-
The server ID.
- id - Variable in exception com.zeroc.IceGrid.ServerStartException
-
The server ID.
- id - Variable in exception com.zeroc.IceGrid.ServerStopException
-
The server ID.
- id - Variable in class com.zeroc.IceMX.Metrics
-
The metrics identifier.
- id - Variable in class com.zeroc.IceMX.MetricsFailures
-
The identifier of the metrics object associated to the failures.
- Idempotent - Enum constant in enum class com.zeroc.Ice.OperationMode
-
An idempotent operation.
- identities() - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable object identities for this session.
- identities(Current) - Method in interface com.zeroc.Glacier2.SessionControl
-
Gets a proxy to the object that manages the allowable object identities for this session.
- identities(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable object identities for this session.
- identitiesAsync() - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable object identities for this session.
- identitiesAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
-
Gets a proxy to the object that manages the allowable object identities for this session.
- Identity - Class in com.zeroc.Ice
-
Represents the identity of an Ice object.
- Identity() - Constructor for class com.zeroc.Ice.Identity
-
Constructs a
Identity
. - Identity(String, String) - Constructor for class com.zeroc.Ice.Identity
-
Constructs a
Identity
with values for all its fields. - IdentitySeqHelper - Class in com.zeroc.Ice
-
Helper class for marshaling/unmarshaling IdentitySeq.
- IdentitySeqHelper() - Constructor for class com.zeroc.Ice.IdentitySeqHelper
- IdentitySet - Interface in com.zeroc.Glacier2
-
Manages a set of object identity constraints on a
SessionPrx
. - IdentitySetPrx - Interface in com.zeroc.Glacier2
-
Manages a set of object identity constraints on a
SessionPrx
. - identityToString(Identity) - Method in class com.zeroc.Ice.Communicator
-
Converts an identity into a string.
- identityToString(Identity) - Static method in class com.zeroc.Ice.Util
-
Converts an object identity to a string.
- identityToString(Identity, ToStringMode) - Static method in class com.zeroc.Ice.Util
-
Converts an Identity into a string using the specified mode.
- idleTimeout() - Method in record class com.zeroc.Ice.ConnectionOptions
-
Returns the value of the
idleTimeout
record component. - ImplicitContext - Interface in com.zeroc.Ice
-
An interface to associate implict contexts with communicators.
- Inactive - Enum constant in enum class com.zeroc.IceGrid.ServerState
-
The server is not running.
- inactivityTimeout() - Method in record class com.zeroc.Ice.ConnectionOptions
-
Returns the value of the
inactivityTimeout
record component. - incDirectCount() - Method in class com.zeroc.Ice.ObjectAdapter
-
Increments the count of direct method calls using this object adapter.
- incoming - Variable in class com.zeroc.Ice.ConnectionInfo
-
Whether or not the connection is an incoming or outgoing connection.
- IncomingRequest - Class in com.zeroc.Ice
-
Represents a request received by a connection.
- IncomingRequest(int, Connection, ObjectAdapter, InputStream) - Constructor for class com.zeroc.Ice.IncomingRequest
-
Constructs an incoming request.
- info - Variable in class com.zeroc.IceGrid.NodeDynamicInfo
-
Some static information about the node.
- init(MetricsHelper<T>, List<MetricsMap.Entry>, Observer<T>) - Method in class com.zeroc.IceMX.Observer
-
Initializes this observer with the specified parameters.
- init(String, LogMessage[]) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Attaches a remote logger to the local logger.
- init(String, LogMessage[], Current) - Method in interface com.zeroc.Ice.RemoteLogger
-
Attaches a remote logger to the local logger.
- init(String, LogMessage[], Map<String, String>) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Attaches a remote logger to the local logger.
- initAsync(String, LogMessage[]) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Attaches a remote logger to the local logger.
- initAsync(String, LogMessage[], Map<String, String>) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Attaches a remote logger to the local logger.
- InitializationData - Class in com.zeroc.Ice
-
A class that encapsulates data to initialize a communicator.
- InitializationData() - Constructor for class com.zeroc.Ice.InitializationData
-
Creates an instance with all members set to
null
or empty. - InitializationException - Exception in com.zeroc.Ice
-
This exception is raised when a failure occurs during initialization.
- InitializationException(String) - Constructor for exception com.zeroc.Ice.InitializationException
-
Constructs an InitializationException with a message.
- InitializationException(String, Throwable) - Constructor for exception com.zeroc.Ice.InitializationException
-
Constructs an InitializationException with a message and a cause.
- initialize() - Method in class com.zeroc.Ice.LoggerPlugin
-
Called by the Ice run time during communicator initialization.
- initialize() - Method in interface com.zeroc.Ice.Plugin
-
Perform any necessary initialization steps.
- initialize() - Static method in class com.zeroc.Ice.Util
-
Creates a new communicator with the default options.
- initialize(InitializationData) - Static method in class com.zeroc.Ice.Util
-
Creates a new communicator.
- initialize(String[]) - Static method in class com.zeroc.Ice.Util
-
Creates a new communicator, using Ice properties parsed from command-line arguments.
- initialize(String[], List<String>) - Static method in class com.zeroc.Ice.Util
-
Creates a new communicator, using Ice properties parsed from command-line arguments.
- initializePlugins() - Method in interface com.zeroc.Ice.PluginManager
-
Initialize the configured plug-ins.
- initMetrics(T) - Method in class com.zeroc.IceMX.MetricsHelper
-
Initializes the metrics object.
- inputStream - Variable in class com.zeroc.Ice.IncomingRequest
-
Gets the incoming stream buffer of the request.
- InputStream - Class in com.zeroc.Ice
-
Interface to read sequence of bytes encoded using the Slice encoding and recreate the corresponding Slice types.
- InputStream(Communicator, byte[]) - Constructor for class com.zeroc.Ice.InputStream
-
This constructor uses the communicator's default encoding version.
- InputStream(Communicator, EncodingVersion, byte[]) - Constructor for class com.zeroc.Ice.InputStream
-
This constructor uses the given communicator and encoding version.
- InputStream(Communicator, EncodingVersion, ByteBuffer) - Constructor for class com.zeroc.Ice.InputStream
-
This constructor uses the given communicator and encoding version.
- InputStream(Communicator, ByteBuffer) - Constructor for class com.zeroc.Ice.InputStream
-
This constructor uses the communicator's default encoding version.
- instances - Variable in class com.zeroc.Ice.SliceInfo
-
The class instances referenced by this slice.
- instantiateServer(String, String, ServerInstanceDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Instantiates a server template.
- instantiateServer(String, String, ServerInstanceDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Instantiates a server template.
- instantiateServer(String, String, ServerInstanceDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Instantiates a server template.
- instantiateServerAsync(String, String, ServerInstanceDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Instantiates a server template.
- instantiateServerAsync(String, String, ServerInstanceDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Instantiates a server template.
- intVersion() - Static method in class com.zeroc.Ice.Util
-
Returns the Ice version as an integer in the form
AABBCC
, whereAA
indicates the major version,BB
indicates the minor version, andCC
indicates the patch level. - inUseForIO - Variable in class com.zeroc.IceMX.ThreadMetrics
-
The number of threads which are currently performing socket reads or writes.
- inUseForOther - Variable in class com.zeroc.IceMX.ThreadMetrics
-
The number of threads which are currently performing other activities such as DNS lookups, garbage collection, etc.
- inUseForUser - Variable in class com.zeroc.IceMX.ThreadMetrics
-
The number of threads which are currently calling user code (servant dispatch, AMI callbacks, etc).
- InvalidData - Enum constant in enum class com.zeroc.Ice.ReplyStatus
-
The dispatch failed because the request payload could not be unmarshaled.
- InvalidReplicaGroupIdException - Exception in com.zeroc.Ice
-
The exception that is thrown when the provided replica group is invalid.
- InvalidReplicaGroupIdException() - Constructor for exception com.zeroc.Ice.InvalidReplicaGroupIdException
-
Constructs a
InvalidReplicaGroupIdException
. - InvocationFuture<T> - Class in com.zeroc.Ice
-
An instance of an InvocationFuture subclass is the return value of an asynchronous invocation.
- InvocationMetrics - Class in com.zeroc.IceMX
-
Provide measurements for proxy invocations.
- InvocationMetrics() - Constructor for class com.zeroc.IceMX.InvocationMetrics
-
Constructs a
InvocationMetrics
. - InvocationMetrics(String, long, int, long, int, int, int, Metrics[], Metrics[]) - Constructor for class com.zeroc.IceMX.InvocationMetrics
-
Constructs a
InvocationMetrics
with values for all its fields. - InvocationObserver - Interface in com.zeroc.Ice.Instrumentation
-
The invocation observer to instrument invocations on proxies.
- InvocationTimeoutException - Exception in com.zeroc.Ice
-
The exception that is thrown when an invocation times out.
- InvocationTimeoutException() - Constructor for exception com.zeroc.Ice.InvocationTimeoutException
-
Constructs an InvocationTimeoutException.
- invokeCompleted() - Method in class com.zeroc.Ice.InvocationFuture
-
Invokes the completion callback to notify that the invocation has completed.
- invokeCompletedAsync() - Method in class com.zeroc.Ice.InvocationFuture
-
Invokes the completion callback asynchronously.
- invokeSent() - Method in class com.zeroc.Ice.InvocationFuture
-
Invokes the sent callback to notify that the request has been sent.
- invokeSentAsync() - Method in class com.zeroc.Ice.InvocationFuture
-
Invokes the sent callback asynchronously.
- IPConnectionInfo - Class in com.zeroc.Ice
-
Provides access to the connection details of an IP connection
- IPConnectionInfo(boolean, String, String, String, int, String, int) - Constructor for class com.zeroc.Ice.IPConnectionInfo
-
Constructs an IPConnectionInfo with the specified connection parameters.
- IPEndpointInfo - Class in com.zeroc.Ice
-
Provides access to the address details of a IP endpoint.
- IPEndpointInfo(boolean, String, int, String) - Constructor for class com.zeroc.Ice.IPEndpointInfo
-
Constructs an IPEndpointInfo with the specified parameters.
- isDeactivated() - Method in class com.zeroc.Ice.ObjectAdapter
-
Checks whether or not
ObjectAdapter.deactivate()
was called on this object adapter. - isEmpty() - Method in class com.zeroc.Ice.InputStream
-
Determines whether the stream is empty.
- isEmpty() - Method in class com.zeroc.Ice.OutputStream
-
Determines whether the stream is empty.
- isEnabled() - Method in class com.zeroc.IceMX.ObserverFactory
-
Checks whether this observer factory is enabled.
- isLastSlice - Variable in class com.zeroc.Ice.SliceInfo
-
Whether or not this is the last slice.
- isLocal(Reference) - Method in class com.zeroc.Ice.ObjectAdapter
-
Checks whether the specified reference refers to a local object.
- isSent() - Method in class com.zeroc.Ice.InvocationFuture
-
When you start an asynchronous invocation, the Ice run time attempts to write the corresponding request to the client-side transport.
- isServerEnabled(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Checks if the server is enabled or disabled.
- isServerEnabled(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Checks if the server is enabled or disabled.
- isServerEnabled(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Checks if the server is enabled or disabled.
- isServerEnabledAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Checks if the server is enabled or disabled.
- isServerEnabledAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Checks if the server is enabled or disabled.
- isShutdown() - Method in class com.zeroc.Ice.Communicator
-
Checks whether or not
Communicator.shutdown()
was called on this communicator. - isStarted() - Method in class com.zeroc.IceMX.ObserverWithDelegate
-
Checks whether the stopwatch is currently running.
K
- keepAlive() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Keeps the session alive.
- keepAlive() - Method in interface com.zeroc.IceGrid.SessionPrx
-
Keeps the session alive.
- keepAlive(Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Keeps the session alive.
- keepAlive(Current) - Method in interface com.zeroc.IceGrid.Session
-
Keeps the session alive.
- keepAlive(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Keeps the session alive.
- keepAlive(Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Keeps the session alive.
- keepAliveAsync() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Keeps the session alive.
- keepAliveAsync() - Method in interface com.zeroc.IceGrid.SessionPrx
-
Keeps the session alive.
- keepAliveAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Keeps the session alive.
- keepAliveAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Keeps the session alive.
- kindOfObject - Variable in exception com.zeroc.Ice.AlreadyRegisteredException
-
The kind of object that could not be removed: "servant", "facet", "object", "default servant", "servant locator", "plugin", "object adapter", "object adapter with router", "replica group".
- kindOfObject - Variable in exception com.zeroc.Ice.NotRegisteredException
-
The kind of object that is not registered.
L
- lines - Variable in class com.zeroc.IceGrid.FileIterator.ReadResult
-
The lines read from the file.
- link(TopicPrx, int) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Creates a link to another topic.
- link(TopicPrx, int, Current) - Method in interface com.zeroc.IceStorm.Topic
-
Creates a link to another topic.
- link(TopicPrx, int, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Creates a link to another topic.
- linkAsync(TopicPrx, int) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Creates a link to another topic.
- linkAsync(TopicPrx, int, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Creates a link to another topic.
- LinkExists - Exception in com.zeroc.IceStorm
-
The exception that is thrown when attempting to create a link that already exists.
- LinkExists() - Constructor for exception com.zeroc.IceStorm.LinkExists
-
Constructs a
LinkExists
. - LinkExists(String) - Constructor for exception com.zeroc.IceStorm.LinkExists
-
Constructs a
LinkExists
with values for all its fields. - LinkInfo - Class in com.zeroc.IceStorm
-
Information about a topic link.
- LinkInfo() - Constructor for class com.zeroc.IceStorm.LinkInfo
-
Constructs a
LinkInfo
. - LinkInfo(TopicPrx, String, int) - Constructor for class com.zeroc.IceStorm.LinkInfo
-
Constructs a
LinkInfo
with values for all its fields. - LinkInfoSeqHelper - Class in com.zeroc.IceStorm
-
Helper class for marshaling/unmarshaling LinkInfoSeq.
- LinkInfoSeqHelper() - Constructor for class com.zeroc.IceStorm.LinkInfoSeqHelper
- load(String) - Method in class com.zeroc.Ice.Properties
-
Load properties from a file.
- loadBalancing - Variable in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
The load balancing policy.
- LoadBalancingPolicy - Class in com.zeroc.IceGrid
-
The base class for load balancing policies.
- LoadBalancingPolicy() - Constructor for class com.zeroc.IceGrid.LoadBalancingPolicy
-
Constructs a
LoadBalancingPolicy
. - LoadBalancingPolicy(String) - Constructor for class com.zeroc.IceGrid.LoadBalancingPolicy
-
Constructs a
LoadBalancingPolicy
with values for all its fields. - loadFactor - Variable in class com.zeroc.IceGrid.NodeDescriptor
-
Load factor of the node.
- loadFactor - Variable in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
The updated load factor of the node (or null if the load factor was not updated).
- LoadInfo - Class in com.zeroc.IceGrid
-
Information about the load of a node.
- LoadInfo() - Constructor for class com.zeroc.IceGrid.LoadInfo
-
Constructs a
LoadInfo
. - LoadInfo(float, float, float) - Constructor for class com.zeroc.IceGrid.LoadInfo
-
Constructs a
LoadInfo
with values for all its fields. - loadSample - Variable in class com.zeroc.IceGrid.AdaptiveLoadBalancingPolicy
-
The load sample to use for the load balancing.
- LoadSample - Enum Class in com.zeroc.IceGrid
-
Determines which load sampling interval to use.
- LoadSample1 - Enum constant in enum class com.zeroc.IceGrid.LoadSample
-
Sample every minute.
- LoadSample15 - Enum constant in enum class com.zeroc.IceGrid.LoadSample
-
Sample every fifteen minutes.
- LoadSample5 - Enum constant in enum class com.zeroc.IceGrid.LoadSample
-
Sample every five minutes.
- localAddress - Variable in class com.zeroc.Ice.IPConnectionInfo
-
The local address.
- localAddress - Variable in class com.zeroc.IceBT.ConnectionInfo
-
The local Bluetooth address.
- localChannel - Variable in class com.zeroc.IceBT.ConnectionInfo
-
The local RFCOMM channel.
- LocalException - Exception in com.zeroc.Ice
-
Base class for Ice run-time exceptions.
- LocalException(String) - Constructor for exception com.zeroc.Ice.LocalException
-
Constructs a LocalException with a message.
- LocalException(String, Throwable) - Constructor for exception com.zeroc.Ice.LocalException
-
Constructs a LocalException with a message and a cause.
- localHost - Variable in class com.zeroc.Glacier2.SSLInfo
-
The router's host.
- localPort - Variable in class com.zeroc.Glacier2.SSLInfo
-
The router's port.
- localPort - Variable in class com.zeroc.Ice.IPConnectionInfo
-
The local port.
- locate(Current) - Method in interface com.zeroc.Ice.ServantLocator
-
Called before a request is dispatched if a servant cannot be found in the object adapter's active servant map.
- LocateResult() - Constructor for class com.zeroc.Ice.ServantLocator.LocateResult
-
Default constructor.
- LocateResult(Object, Object) - Constructor for class com.zeroc.Ice.ServantLocator.LocateResult
-
This constructor makes shallow copies of the results for operation Locate.
- Locator - Interface in com.zeroc.Ice
-
Client applications use the Locator object to resolve Ice indirect proxies.
- Locator - Interface in com.zeroc.IceGrid
-
Provides access to the
QueryPrx
andRegistryPrx
objects implemented by the IceGrid registry. - LocatorFinder - Interface in com.zeroc.Ice
-
Provides access to a
LocatorPrx
object via a fixed identity. - LocatorFinderPrx - Interface in com.zeroc.Ice
-
Provides access to a
LocatorPrx
object via a fixed identity. - LocatorPrx - Interface in com.zeroc.Ice
-
Client applications use the Locator object to resolve Ice indirect proxies.
- LocatorPrx - Interface in com.zeroc.IceGrid
-
Provides access to the
QueryPrx
andRegistryPrx
objects implemented by the IceGrid registry. - LocatorRegistry - Interface in com.zeroc.Ice
-
A server application registers the endpoints of its indirect object adapters with the LocatorRegistry object.
- LocatorRegistryPrx - Interface in com.zeroc.Ice
-
A server application registers the endpoints of its indirect object adapters with the LocatorRegistry object.
- lockUserId - Variable in exception com.zeroc.IceGrid.AccessDeniedException
-
The id of the user holding the lock (if any).
- log(LogMessage) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Logs a LogMessage.
- log(LogMessage, Current) - Method in interface com.zeroc.Ice.RemoteLogger
-
Logs a LogMessage.
- log(LogMessage, Map<String, String>) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Logs a LogMessage.
- logAsync(LogMessage) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Logs a LogMessage.
- logAsync(LogMessage, Map<String, String>) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Logs a LogMessage.
- logger - Variable in class com.zeroc.Ice.InitializationData
-
The logger for the communicator.
- Logger - Interface in com.zeroc.Ice
-
The Ice message logger.
- LoggerAdmin - Interface in com.zeroc.Ice
-
Represents the admin facet that allows an Ice application to attach its
RemoteLoggerPrx
to the local logger of an Ice communicator. - LoggerAdmin.GetLogResult - Class in com.zeroc.Ice
-
Holds the result of operation getLog.
- LoggerAdminPrx - Interface in com.zeroc.Ice
-
Represents the admin facet that allows an Ice application to attach its
RemoteLoggerPrx
to the local logger of an Ice communicator. - LoggerPlugin - Class in com.zeroc.Ice
-
Class to support custom loggers.
- LoggerPlugin(Communicator, Logger) - Constructor for class com.zeroc.Ice.LoggerPlugin
-
Installs a custom logger for a communicator.
- LogMessage - Class in com.zeroc.Ice
-
Represents a full log message.
- LogMessage() - Constructor for class com.zeroc.Ice.LogMessage
-
Constructs a
LogMessage
. - LogMessage(LogMessageType, long, String, String) - Constructor for class com.zeroc.Ice.LogMessage
-
Constructs a
LogMessage
with values for all its fields. - LogMessageSeqHelper - Class in com.zeroc.Ice
-
Helper class for marshaling/unmarshaling LogMessageSeq.
- LogMessageSeqHelper() - Constructor for class com.zeroc.Ice.LogMessageSeqHelper
- LogMessageType - Enum Class in com.zeroc.Ice
-
Represents the different types of log messages.
- LogMessageTypeSeqHelper - Class in com.zeroc.Ice
-
Helper class for marshaling/unmarshaling LogMessageTypeSeq.
- LogMessageTypeSeqHelper() - Constructor for class com.zeroc.Ice.LogMessageTypeSeqHelper
- logs - Variable in class com.zeroc.IceGrid.CommunicatorDescriptor
-
The path of each log file.
M
- machine - Variable in class com.zeroc.IceGrid.NodeInfo
-
The machine hardware type.
- major - Variable in class com.zeroc.Ice.EncodingVersion
-
The major version of the Slice encoding.
- major - Variable in class com.zeroc.Ice.ProtocolVersion
-
The major version of the Ice protocol.
- MarshalException - Exception in com.zeroc.Ice
-
The exception that is thrown when an error occurs during marshaling or unmarshaling.
- MarshalException(String) - Constructor for exception com.zeroc.Ice.MarshalException
-
Constructs a MarshalException with a message.
- MarshalException(String, Throwable) - Constructor for exception com.zeroc.Ice.MarshalException
-
Constructs a MarshalException with a message and a cause.
- maxDispatches() - Method in record class com.zeroc.Ice.ConnectionOptions
-
Returns the value of the
maxDispatches
record component. - mcastAddress - Variable in class com.zeroc.Ice.UDPConnectionInfo
-
The multicast address.
- mcastInterface - Variable in class com.zeroc.Ice.UDPEndpointInfo
-
The multicast interface.
- mcastPort - Variable in class com.zeroc.Ice.UDPConnectionInfo
-
The multicast port.
- mcastTtl - Variable in class com.zeroc.Ice.UDPEndpointInfo
-
The multicast time-to-live (or hops).
- message - Variable in class com.zeroc.Ice.LogMessage
-
The log message itself.
- messageSizeMax() - Method in class com.zeroc.Ice.ObjectAdapter
-
Gets the maximum message size for this object adapter.
- Metrics - Class in com.zeroc.IceMX
-
The base class for metrics.
- Metrics() - Constructor for class com.zeroc.IceMX.Metrics
-
Constructs a
Metrics
. - Metrics(String, long, int, long, int) - Constructor for class com.zeroc.IceMX.Metrics
-
Constructs a
Metrics
with values for all its fields. - MetricsAdmin - Interface in com.zeroc.IceMX
-
The metrics administrative facet interface.
- MetricsAdmin.GetMetricsViewNamesResult - Class in com.zeroc.IceMX
-
Holds the result of operation getMetricsViewNames.
- MetricsAdmin.GetMetricsViewResult - Class in com.zeroc.IceMX
-
Holds the result of operation getMetricsView.
- MetricsAdminPrx - Interface in com.zeroc.IceMX
-
The metrics administrative facet interface.
- MetricsFailures - Class in com.zeroc.IceMX
-
Keeps track of metrics failures.
- MetricsFailures() - Constructor for class com.zeroc.IceMX.MetricsFailures
-
Constructs a
MetricsFailures
. - MetricsFailures(String, Map<String, Integer>) - Constructor for class com.zeroc.IceMX.MetricsFailures
-
Constructs a
MetricsFailures
with values for all its fields. - MetricsFailuresSeqHelper - Class in com.zeroc.IceMX
-
Helper class for marshaling/unmarshaling MetricsFailuresSeq.
- MetricsFailuresSeqHelper() - Constructor for class com.zeroc.IceMX.MetricsFailuresSeqHelper
- MetricsHelper<T> - Class in com.zeroc.IceMX
-
Helper class for metrics operations.
- MetricsHelper(MetricsHelper.AttributeResolver) - Constructor for class com.zeroc.IceMX.MetricsHelper
-
Constructs a MetricsHelper with the specified attribute resolver.
- MetricsHelper.AttributeResolver - Class in com.zeroc.IceMX
-
Resolves attribute values from metrics objects.
- MetricsMap.Entry - Class in com.zeroc.Ice
-
Represents a metrics entry within a metrics map.
- MetricsMapHelper - Class in com.zeroc.IceMX
-
Helper class for marshaling/unmarshaling MetricsMap.
- MetricsMapHelper() - Constructor for class com.zeroc.IceMX.MetricsMapHelper
- MetricsViewHelper - Class in com.zeroc.IceMX
-
Helper class for marshaling/unmarshaling MetricsView.
- MetricsViewHelper() - Constructor for class com.zeroc.IceMX.MetricsViewHelper
- minor - Variable in class com.zeroc.Ice.EncodingVersion
-
The minor version of the Slice encoding.
- minor - Variable in class com.zeroc.Ice.ProtocolVersion
-
The minor version of the Ice protocol.
- mode - Variable in class com.zeroc.Ice.Current
-
The operation mode (idempotent or not).
- ModuleToPackageSliceLoader - Class in com.zeroc.Ice
-
Implements SliceLoader using a map Slice module to Java package.
- ModuleToPackageSliceLoader(String, String) - Constructor for class com.zeroc.Ice.ModuleToPackageSliceLoader
-
Creates a ModuleToPackageSliceLoader using a single module to package mapping.
- ModuleToPackageSliceLoader(Map<String, String>, ClassLoader) - Constructor for class com.zeroc.Ice.ModuleToPackageSliceLoader
-
Creates a ModuleToPackageSliceLoader.
N
- name - Variable in class com.zeroc.Ice.Identity
-
The name of the Ice object.
- name - Variable in exception com.zeroc.Ice.ObjectAdapterDeactivatedException
-
Name of the object adapter.
- name - Variable in exception com.zeroc.Ice.ObjectAdapterDestroyedException
-
Name of the adapter.
- name - Variable in class com.zeroc.IceGrid.AdapterDescriptor
-
The object adapter name.
- name - Variable in class com.zeroc.IceGrid.ApplicationDescriptor
-
The application name.
- name - Variable in exception com.zeroc.IceGrid.ApplicationNotExistException
-
The name of the application.
- name - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The name of the application to update.
- name - Variable in class com.zeroc.IceGrid.DbEnvDescriptor
-
The name of the database environment.
- name - Variable in class com.zeroc.IceGrid.NodeInfo
-
The name of the node.
- name - Variable in exception com.zeroc.IceGrid.NodeNotExistException
-
The node name.
- name - Variable in exception com.zeroc.IceGrid.NodeUnreachableException
-
The name of the node that is not reachable.
- name - Variable in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
The name of the node to update.
- name - Variable in class com.zeroc.IceGrid.PropertyDescriptor
-
The name of the property.
- name - Variable in class com.zeroc.IceGrid.RegistryInfo
-
The name of the registry.
- name - Variable in exception com.zeroc.IceGrid.RegistryNotExistException
-
The registry name.
- name - Variable in exception com.zeroc.IceGrid.RegistryUnreachableException
-
The name of the registry that is not reachable.
- name - Variable in exception com.zeroc.IceGrid.ServerUnreachableException
-
The id of the server that is not reachable.
- name - Variable in class com.zeroc.IceGrid.ServiceDescriptor
-
The service name.
- name - Variable in exception com.zeroc.IceStorm.LinkExists
-
The name of the linked topic.
- name - Variable in class com.zeroc.IceStorm.LinkInfo
-
The name of the linked topic.
- name - Variable in exception com.zeroc.IceStorm.NoSuchLink
-
The name of the link that does not exist.
- name - Variable in exception com.zeroc.IceStorm.NoSuchTopic
-
The name of the topic that does not exist.
- name - Variable in exception com.zeroc.IceStorm.TopicExists
-
The name of the topic that already exists.
- NativePropertiesAdmin - Class in com.zeroc.Ice
-
The default implementation of the "Properties" admin facet.
- newInstance(String) - Method in class com.zeroc.Ice.ClassSliceLoader
- newInstance(String) - Method in class com.zeroc.Ice.CompositeSliceLoader
- newInstance(String) - Method in class com.zeroc.Ice.DefaultPackageSliceLoader
- newInstance(String) - Method in class com.zeroc.Ice.ModuleToPackageSliceLoader
- newInstance(String) - Method in interface com.zeroc.Ice.SliceLoader
-
Creates an instance of a class mapped from a Slice class or exception based on a Slice type ID.
- No - Enum constant in enum class com.zeroc.Ice.CompressBatch
-
Don't compress the batch requests.
- node - Variable in class com.zeroc.IceGrid.ServerInfo
-
The IceGrid node where this server is deployed.
- NodeDescriptor - Class in com.zeroc.IceGrid
-
Describes an IceGrid node.
- NodeDescriptor() - Constructor for class com.zeroc.IceGrid.NodeDescriptor
-
Constructs a
NodeDescriptor
. - NodeDescriptor(Map<String, String>, List<ServerInstanceDescriptor>, List<ServerDescriptor>, String, String, Map<String, PropertySetDescriptor>) - Constructor for class com.zeroc.IceGrid.NodeDescriptor
-
Constructs a
NodeDescriptor
with values for all its fields. - NodeDescriptorDictHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling NodeDescriptorDict.
- NodeDescriptorDictHelper() - Constructor for class com.zeroc.IceGrid.NodeDescriptorDictHelper
- nodeDown(String) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that a node went down.
- nodeDown(String, Current) - Method in interface com.zeroc.IceGrid.NodeObserver
-
Notifies the observer that a node went down.
- nodeDown(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that a node went down.
- nodeDownAsync(String) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that a node went down.
- nodeDownAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that a node went down.
- NodeDynamicInfo - Class in com.zeroc.IceGrid
-
Dynamic information about the state of a node.
- NodeDynamicInfo() - Constructor for class com.zeroc.IceGrid.NodeDynamicInfo
-
Constructs a
NodeDynamicInfo
. - NodeDynamicInfo(NodeInfo, List<ServerDynamicInfo>, List<AdapterDynamicInfo>) - Constructor for class com.zeroc.IceGrid.NodeDynamicInfo
-
Constructs a
NodeDynamicInfo
with values for all its fields. - NodeDynamicInfoSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling NodeDynamicInfoSeq.
- NodeDynamicInfoSeqHelper() - Constructor for class com.zeroc.IceGrid.NodeDynamicInfoSeqHelper
- NodeInfo - Class in com.zeroc.IceGrid
-
Information about an IceGrid node.
- NodeInfo() - Constructor for class com.zeroc.IceGrid.NodeInfo
-
Constructs a
NodeInfo
. - NodeInfo(String, String, String, String, String, String, int, String) - Constructor for class com.zeroc.IceGrid.NodeInfo
-
Constructs a
NodeInfo
with values for all its fields. - nodeInit(NodeDynamicInfo[]) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Provides the initial state of the nodes to the observer.
- nodeInit(NodeDynamicInfo[], Current) - Method in interface com.zeroc.IceGrid.NodeObserver
-
Provides the initial state of the nodes to the observer.
- nodeInit(NodeDynamicInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Provides the initial state of the nodes to the observer.
- nodeInitAsync(NodeDynamicInfo[]) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Provides the initial state of the nodes to the observer.
- nodeInitAsync(NodeDynamicInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Provides the initial state of the nodes to the observer.
- NodeNotExistException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when IceGrid does not know a node with the provided name.
- NodeNotExistException() - Constructor for exception com.zeroc.IceGrid.NodeNotExistException
-
Constructs a
NodeNotExistException
. - NodeNotExistException(String) - Constructor for exception com.zeroc.IceGrid.NodeNotExistException
-
Constructs a
NodeNotExistException
with values for all its fields. - NodeObserver - Interface in com.zeroc.IceGrid
-
Monitors changes to the state of the nodes.
- NodeObserverPrx - Interface in com.zeroc.IceGrid
-
Monitors changes to the state of the nodes.
- nodes - Variable in class com.zeroc.IceGrid.ApplicationDescriptor
-
The node descriptors.
- nodes - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The application nodes to update.
- NodeUnreachableException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when IceGrid cannot reach a node.
- NodeUnreachableException() - Constructor for exception com.zeroc.IceGrid.NodeUnreachableException
-
Constructs a
NodeUnreachableException
. - NodeUnreachableException(String, String) - Constructor for exception com.zeroc.IceGrid.NodeUnreachableException
-
Constructs a
NodeUnreachableException
with values for all its fields. - nodeUp(NodeDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that a node came up.
- nodeUp(NodeDynamicInfo, Current) - Method in interface com.zeroc.IceGrid.NodeObserver
-
Notifies the observer that a node came up.
- nodeUp(NodeDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that a node came up.
- nodeUpAsync(NodeDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that a node came up.
- nodeUpAsync(NodeDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that a node came up.
- NodeUpdateDescriptor - Class in com.zeroc.IceGrid
-
Describes the updates to apply to a node in a deployed application.
- NodeUpdateDescriptor() - Constructor for class com.zeroc.IceGrid.NodeUpdateDescriptor
-
Constructs a
NodeUpdateDescriptor
. - NodeUpdateDescriptor(String, BoxedString, Map<String, String>, String[], Map<String, PropertySetDescriptor>, String[], List<ServerInstanceDescriptor>, List<ServerDescriptor>, String[], BoxedString) - Constructor for class com.zeroc.IceGrid.NodeUpdateDescriptor
-
Constructs a
NodeUpdateDescriptor
with values for all its fields. - NodeUpdateDescriptorSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling NodeUpdateDescriptorSeq.
- NodeUpdateDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
- NoEndpointException - Exception in com.zeroc.Ice
-
The exception that is thrown when the Ice runtime cannot find a suitable endpoint to connect to.
- NoEndpointException(ObjectPrx) - Constructor for exception com.zeroc.Ice.NoEndpointException
-
Constructs a NoEndpointException with a proxy.
- NoEndpointException(String) - Constructor for exception com.zeroc.Ice.NoEndpointException
-
Constructs a NoEndpointException with a message.
- noExplicitContext - Static variable in interface com.zeroc.Ice.ObjectPrx
-
A special empty context that is indistinguishable from the absence of a context parameter.
- Nonmutating - Enum constant in enum class com.zeroc.Ice.OperationMode
-
Equivalent to
OperationMode.Idempotent
, but deprecated. - Normal - Enum constant in enum class com.zeroc.Ice.OperationMode
-
A non-idempotent operation (the default).
- NoSuchLink - Exception in com.zeroc.IceStorm
-
The exception that is thrown when attempting to remove a link that does not exist.
- NoSuchLink() - Constructor for exception com.zeroc.IceStorm.NoSuchLink
-
Constructs a
NoSuchLink
. - NoSuchLink(String) - Constructor for exception com.zeroc.IceStorm.NoSuchLink
-
Constructs a
NoSuchLink
with values for all its fields. - NoSuchServiceException - Exception in com.zeroc.IceBox
-
The exception that is thrown when a service name does not refer to a known service.
- NoSuchServiceException() - Constructor for exception com.zeroc.IceBox.NoSuchServiceException
-
Constructs a
NoSuchServiceException
. - NoSuchTopic - Exception in com.zeroc.IceStorm
-
The exception that is thrown when attempting to retrieve a topic that does not exist.
- NoSuchTopic() - Constructor for exception com.zeroc.IceStorm.NoSuchTopic
-
Constructs a
NoSuchTopic
. - NoSuchTopic(String) - Constructor for exception com.zeroc.IceStorm.NoSuchTopic
-
Constructs a
NoSuchTopic
with values for all its fields. - NotRegisteredException - Exception in com.zeroc.Ice
-
An attempt was made to find or deregister something that is not registered with Ice.
- NotRegisteredException(String, String) - Constructor for exception com.zeroc.Ice.NotRegisteredException
-
Constructs a NotRegisteredException with the object kind and ID.
- nProcessors - Variable in class com.zeroc.IceGrid.NodeInfo
-
The number of processor threads on the node.
- nReplicas - Variable in class com.zeroc.IceGrid.LoadBalancingPolicy
-
The number of replicas that will be used to gather the endpoints of a replica group.
O
- Object - Interface in com.zeroc.Ice
-
The base interface for servants.
- Object.Ice_invokeResult - Class in com.zeroc.Ice
-
Holds the results of a call to
ice_invoke
. - ObjectAdapter - Class in com.zeroc.Ice
-
An object adapter is the main server-side Ice API.
- ObjectAdapterDeactivatedException - Exception in com.zeroc.Ice
-
This exception is raised if an attempt is made to use a deactivated
ObjectAdapter
. - ObjectAdapterDeactivatedException(String) - Constructor for exception com.zeroc.Ice.ObjectAdapterDeactivatedException
-
Constructs an ObjectAdapterDeactivatedException with the object adapter name.
- ObjectAdapterDestroyedException - Exception in com.zeroc.Ice
-
This exception is raised if an attempt is made to use a destroyed
ObjectAdapter
. - ObjectAdapterDestroyedException(String) - Constructor for exception com.zeroc.Ice.ObjectAdapterDestroyedException
-
Constructs an ObjectAdapterDestroyedException with the adapter name.
- ObjectAdapterIdInUseException - Exception in com.zeroc.Ice
-
This exception is raised if an
ObjectAdapter
cannot be activated. - ObjectAdapterIdInUseException(String) - Constructor for exception com.zeroc.Ice.ObjectAdapterIdInUseException
-
Constructs an ObjectAdapterIdInUseException with the adapter ID.
- objectAdded(ObjectInfo) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was added.
- objectAdded(ObjectInfo, Current) - Method in interface com.zeroc.IceGrid.ObjectObserver
-
Notifies the observer that a well-known object was added.
- objectAdded(ObjectInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was added.
- objectAddedAsync(ObjectInfo) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was added.
- objectAddedAsync(ObjectInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was added.
- ObjectDescriptor - Class in com.zeroc.IceGrid
-
Describes a well-known Ice object.
- ObjectDescriptor() - Constructor for class com.zeroc.IceGrid.ObjectDescriptor
-
Constructs a
ObjectDescriptor
. - ObjectDescriptor(Identity, String, String) - Constructor for class com.zeroc.IceGrid.ObjectDescriptor
-
Constructs a
ObjectDescriptor
with values for all its fields. - ObjectDescriptorSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling ObjectDescriptorSeq.
- ObjectDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.ObjectDescriptorSeqHelper
- ObjectExistsException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when a well-known object is already registered.
- ObjectExistsException() - Constructor for exception com.zeroc.IceGrid.ObjectExistsException
-
Constructs a
ObjectExistsException
. - ObjectExistsException(Identity) - Constructor for exception com.zeroc.IceGrid.ObjectExistsException
-
Constructs a
ObjectExistsException
with values for all its fields. - ObjectInfo - Class in com.zeroc.IceGrid
-
Information about an Ice well-known object.
- ObjectInfo() - Constructor for class com.zeroc.IceGrid.ObjectInfo
-
Constructs a
ObjectInfo
. - ObjectInfo(ObjectPrx, String) - Constructor for class com.zeroc.IceGrid.ObjectInfo
-
Constructs a
ObjectInfo
with values for all its fields. - ObjectInfoSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling ObjectInfoSeq.
- ObjectInfoSeqHelper() - Constructor for class com.zeroc.IceGrid.ObjectInfoSeqHelper
- objectInit(ObjectInfo[]) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Provides the initial list of well-known objects to the observer.
- objectInit(ObjectInfo[], Current) - Method in interface com.zeroc.IceGrid.ObjectObserver
-
Provides the initial list of well-known objects to the observer.
- objectInit(ObjectInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Provides the initial list of well-known objects to the observer.
- objectInitAsync(ObjectInfo[]) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Provides the initial list of well-known objects to the observer.
- objectInitAsync(ObjectInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Provides the initial list of well-known objects to the observer.
- ObjectInputStream - Class in com.zeroc.Ice
-
For deserialization of Slice types that contain a proxy, the application must instantiate a subclass of
ObjectInputStream
and supply a communicator that is used to reconstruct the proxy. - ObjectInputStream(Communicator, InputStream) - Constructor for class com.zeroc.Ice.ObjectInputStream
-
Instantiates this class for the specified communicator and input stream.
- ObjectNotExist - Enum constant in enum class com.zeroc.Ice.ReplyStatus
-
The dispatch could not find an implementation for the target object.
- ObjectNotExistException - Exception in com.zeroc.Ice
-
The exception that is thrown when a dispatch cannot find a servant for the identity carried by the request.
- ObjectNotExistException() - Constructor for exception com.zeroc.Ice.ObjectNotExistException
-
Constructs an ObjectNotExistException.
- ObjectNotExistException(Identity, String, String) - Constructor for exception com.zeroc.Ice.ObjectNotExistException
-
Constructs an ObjectNotExistException with object details.
- ObjectNotFoundException - Exception in com.zeroc.Ice
-
The exception that is thrown by a
LocatorPrx
implementation when it cannot find an object with the provided identity. - ObjectNotFoundException() - Constructor for exception com.zeroc.Ice.ObjectNotFoundException
-
Constructs a
ObjectNotFoundException
. - ObjectNotRegisteredException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when a well-known object is not registered.
- ObjectNotRegisteredException() - Constructor for exception com.zeroc.IceGrid.ObjectNotRegisteredException
-
Constructs a
ObjectNotRegisteredException
. - ObjectNotRegisteredException(Identity) - Constructor for exception com.zeroc.IceGrid.ObjectNotRegisteredException
-
Constructs a
ObjectNotRegisteredException
with values for all its fields. - ObjectObserver - Interface in com.zeroc.IceGrid
-
Monitors well-known objects that are added, updated or removed using
AdminPrx
. - ObjectObserverPrx - Interface in com.zeroc.IceGrid
-
Monitors well-known objects that are added, updated or removed using
AdminPrx
. - ObjectProxySeqHelper - Class in com.zeroc.Ice
-
Helper class for marshaling/unmarshaling ObjectProxySeq.
- ObjectProxySeqHelper() - Constructor for class com.zeroc.Ice.ObjectProxySeqHelper
- ObjectPrx - Interface in com.zeroc.Ice
-
Base interface of all object proxies.
- objectRemoved(Identity) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was removed.
- objectRemoved(Identity, Current) - Method in interface com.zeroc.IceGrid.ObjectObserver
-
Notifies the observer that a well-known object was removed.
- objectRemoved(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was removed.
- objectRemovedAsync(Identity) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was removed.
- objectRemovedAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was removed.
- objects - Variable in class com.zeroc.IceGrid.AdapterDescriptor
-
The descriptors of well-known objects.
- objects - Variable in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
The descriptors for the well-known objects.
- ObjectSeqHelper - Class in com.zeroc.Ice
-
Helper class for marshaling/unmarshaling ObjectSeq.
- ObjectSeqHelper() - Constructor for class com.zeroc.Ice.ObjectSeqHelper
- objectUpdated(ObjectInfo) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was updated.
- objectUpdated(ObjectInfo, Current) - Method in interface com.zeroc.IceGrid.ObjectObserver
-
Notifies the observer that a well-known object was updated.
- objectUpdated(ObjectInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was updated.
- objectUpdatedAsync(ObjectInfo) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was updated.
- objectUpdatedAsync(ObjectInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Notifies the observer that a well-known object was updated.
- observer - Variable in class com.zeroc.Ice.InitializationData
-
The communicator observer used by the communicator.
- Observer<T extends Metrics> - Class in com.zeroc.IceMX
-
Observer implementation for metrics collection.
- Observer - Interface in com.zeroc.Ice.Instrumentation
-
The object observer interface used by instrumented objects to notify the observer of their existence.
- Observer() - Constructor for class com.zeroc.IceMX.Observer
- Observer.MetricsUpdate<T> - Interface in com.zeroc.IceMX
-
Interface for updating metrics objects.
- ObserverAlreadyRegisteredException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when an observer is already registered with the registry.
- ObserverAlreadyRegisteredException() - Constructor for exception com.zeroc.IceGrid.ObserverAlreadyRegisteredException
-
Constructs a
ObserverAlreadyRegisteredException
. - ObserverAlreadyRegisteredException(Identity) - Constructor for exception com.zeroc.IceGrid.ObserverAlreadyRegisteredException
-
Constructs a
ObserverAlreadyRegisteredException
with values for all its fields. - ObserverFactory<T extends Metrics,
O extends Observer<T>> - Class in com.zeroc.IceMX -
Factory for creating observer instances for metrics collection.
- ObserverFactory(MetricsAdminI, String, Class<T>) - Constructor for class com.zeroc.IceMX.ObserverFactory
-
Constructs an ObserverFactory.
- ObserverFactoryWithDelegate<T extends Metrics,
OImpl extends ObserverWithDelegate<T, O>, O extends Observer> - Class in com.zeroc.IceMX -
Factory for creating observer instances that support delegation.
- ObserverFactoryWithDelegate(MetricsAdminI, String, Class<T>) - Constructor for class com.zeroc.IceMX.ObserverFactoryWithDelegate
-
Constructs an ObserverFactoryWithDelegate.
- ObserverUpdater - Interface in com.zeroc.Ice.Instrumentation
-
The observer updater interface.
- ObserverWithDelegate<T extends Metrics,
O extends Observer> - Class in com.zeroc.IceMX -
Observer implementation that supports delegation to another observer.
- ObserverWithDelegate() - Constructor for class com.zeroc.IceMX.ObserverWithDelegate
- ObserverWithDelegateI - Class in com.zeroc.IceMX
-
Observer implementation that supports delegation to another observer.
- ObserverWithDelegateI() - Constructor for class com.zeroc.IceMX.ObserverWithDelegateI
- Ok - Enum constant in enum class com.zeroc.Ice.ReplyStatus
-
The dispatch completed successfully.
- OpaqueEndpointInfo - Class in com.zeroc.Ice
-
Provides access to the details of an opaque endpoint.
- openNodeStdErr(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a node stderr file for reading.
- openNodeStdErr(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Opens a node stderr file for reading.
- openNodeStdErr(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a node stderr file for reading.
- openNodeStdErrAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a node stderr file for reading.
- openNodeStdErrAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a node stderr file for reading.
- openNodeStdOut(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a node stdout file for reading.
- openNodeStdOut(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Opens a node stdout file for reading.
- openNodeStdOut(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a node stdout file for reading.
- openNodeStdOutAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a node stdout file for reading.
- openNodeStdOutAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a node stdout file for reading.
- openRegistryStdErr(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a registry stderr file for reading.
- openRegistryStdErr(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Opens a registry stderr file for reading.
- openRegistryStdErr(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a registry stderr file for reading.
- openRegistryStdErrAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a registry stderr file for reading.
- openRegistryStdErrAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a registry stderr file for reading.
- openRegistryStdOut(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a registry stdout file for reading.
- openRegistryStdOut(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Opens a registry stdout file for reading.
- openRegistryStdOut(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a registry stdout file for reading.
- openRegistryStdOutAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a registry stdout file for reading.
- openRegistryStdOutAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a registry stdout file for reading.
- openServerLog(String, String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server log file for reading.
- openServerLog(String, String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Opens a server log file for reading.
- openServerLog(String, String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server log file for reading.
- openServerLogAsync(String, String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server log file for reading.
- openServerLogAsync(String, String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server log file for reading.
- openServerStdErr(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server stderr file for reading.
- openServerStdErr(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Opens a server stderr file for reading.
- openServerStdErr(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server stderr file for reading.
- openServerStdErrAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server stderr file for reading.
- openServerStdErrAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server stderr file for reading.
- openServerStdOut(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server stdout file for reading.
- openServerStdOut(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Opens a server stdout file for reading.
- openServerStdOut(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server stdout file for reading.
- openServerStdOutAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server stdout file for reading.
- openServerStdOutAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Opens a server stdout file for reading.
- operation - Variable in class com.zeroc.Ice.Current
-
The name of the operation.
- operation - Variable in exception com.zeroc.Ice.RequestFailedException
-
The operation name of the request.
- operation - Variable in exception com.zeroc.Ice.TwowayOnlyException
-
The name of the operation that was invoked.
- OperationInterruptedException - Exception in com.zeroc.Ice
-
This exception indicates a request was interrupted.
- OperationInterruptedException(Throwable) - Constructor for exception com.zeroc.Ice.OperationInterruptedException
-
Constructs an OperationInterruptedException with a cause.
- OperationMode - Enum Class in com.zeroc.Ice
-
Specifies if an operation is idempotent, which affects the retry behavior of the Ice client runtime.
- OperationNotExist - Enum constant in enum class com.zeroc.Ice.ReplyStatus
-
The dispatch found an implementation for the target object but could not find the requested operation.
- OperationNotExistException - Exception in com.zeroc.Ice
-
The exception that is thrown when a dispatch cannot find the operation carried by the request on the target servant.
- OperationNotExistException() - Constructor for exception com.zeroc.Ice.OperationNotExistException
-
Constructs an OperationNotExistException.
- OperationNotExistException(Identity, String, String) - Constructor for exception com.zeroc.Ice.OperationNotExistException
-
Constructs an OperationNotExistException with object details.
- OptionalFormat - Enum Class in com.zeroc.Ice
-
The optional type.
- options - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
The command line options to pass to the server executable.
- Ordered - Enum constant in enum class com.zeroc.Ice.EndpointSelectionType
-
Ordered
forces the Ice run time to use the endpoints in the order they appeared in the proxy. - OrderedLoadBalancingPolicy - Class in com.zeroc.IceGrid
-
The load balancing policy that returns endpoints in order.
- OrderedLoadBalancingPolicy() - Constructor for class com.zeroc.IceGrid.OrderedLoadBalancingPolicy
-
Constructs a
OrderedLoadBalancingPolicy
. - OrderedLoadBalancingPolicy(String) - Constructor for class com.zeroc.IceGrid.OrderedLoadBalancingPolicy
-
Constructs a
OrderedLoadBalancingPolicy
with values for all its fields. - os - Variable in class com.zeroc.IceGrid.NodeInfo
-
The operating system name.
- OutgoingAsync.Unmarshaler<V> - Interface in com.zeroc.Ice
-
Functional interface for unmarshaling response data from an input stream.
- OutgoingResponse - Class in com.zeroc.Ice
-
Represents the response to an incoming request.
- OutgoingResponse(int, String, String, OutputStream) - Constructor for class com.zeroc.Ice.OutgoingResponse
-
Constructs an OutgoingResponse object.
- OutgoingResponse(OutputStream) - Constructor for class com.zeroc.Ice.OutgoingResponse
-
Constructs an OutgoingResponse object with the
ReplyStatus.Ok
status. - outParams - Variable in class com.zeroc.Ice.Object.Ice_invokeResult
-
The encoded out-parameters and return value for the operation.
- outputStream - Variable in class com.zeroc.Ice.OutgoingResponse
-
Gets the output stream buffer of the response.
- OutputStream - Class in com.zeroc.Ice
-
Interface to marshal (write) Slice types into sequence of bytes encoded using the Slice encoding.
- OutputStream() - Constructor for class com.zeroc.Ice.OutputStream
-
Construct a new instance of the OutputStream class.
- OutputStream(Communicator) - Constructor for class com.zeroc.Ice.OutputStream
-
Construct a new instance of the OutputStream class.
- OutputStream(EncodingVersion) - Constructor for class com.zeroc.Ice.OutputStream
-
Construct a new instance of the OutputStream class.
- OutputStream(EncodingVersion, boolean) - Constructor for class com.zeroc.Ice.OutputStream
-
Construct a new instance of the OutputStream class.
- OutputStream(EncodingVersion, FormatType, boolean) - Constructor for class com.zeroc.Ice.OutputStream
-
Construct a new instance of the OutputStream class.
- outstanding - Variable in class com.zeroc.IceMX.SubscriberMetrics
-
The number of outstanding events.
- overriddenClient - Variable in class com.zeroc.IceMX.SessionMetrics
-
The number of client requests overridden.
- overriddenServer - Variable in class com.zeroc.IceMX.SessionMetrics
-
The number of server requests overridden.
P
- parameterDefaults - Variable in class com.zeroc.IceGrid.TemplateDescriptor
-
The parameters' default values.
- parameters - Variable in class com.zeroc.IceGrid.TemplateDescriptor
-
The parameters required to instantiate the template.
- parameterValues - Variable in class com.zeroc.IceGrid.ServerInstanceDescriptor
-
The template parameter values.
- parameterValues - Variable in class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
The template parameter values.
- parse(String, AdminPrx) - Method in interface com.zeroc.IceGrid.FileParserPrx
-
Parses a file.
- parse(String, AdminPrx, Current) - Method in interface com.zeroc.IceGrid.FileParser
-
Parses a file.
- parse(String, AdminPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.FileParserPrx
-
Parses a file.
- parseAsync(String, AdminPrx) - Method in interface com.zeroc.IceGrid.FileParserPrx
-
Parses a file.
- parseAsync(String, AdminPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.FileParserPrx
-
Parses a file.
- parseCommandLineOptions(String, String[]) - Method in class com.zeroc.Ice.Properties
-
Convert a sequence of command-line options into properties.
- ParseException - Exception in com.zeroc.Ice
-
Reports a failure that occurred while parsing a string.
- ParseException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when an error occurs during the parsing of an IceGrid XML file.
- ParseException() - Constructor for exception com.zeroc.IceGrid.ParseException
-
Constructs a
ParseException
. - ParseException(String) - Constructor for exception com.zeroc.Ice.ParseException
-
Constructs a ParseException with a message.
- ParseException(String) - Constructor for exception com.zeroc.IceGrid.ParseException
-
Constructs a
ParseException
with values for all its fields. - ParseException(String, Throwable) - Constructor for exception com.zeroc.Ice.ParseException
-
Constructs a ParseException with a message and a cause.
- parseIceCommandLineOptions(String[]) - Method in class com.zeroc.Ice.Properties
-
Convert a sequence of command-line options into properties.
- PermissionDeniedException - Exception in com.zeroc.Glacier2
-
The exception that is thrown when a client is not allowed to create a session.
- PermissionDeniedException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when a client is not allowed to create a session.
- PermissionDeniedException() - Constructor for exception com.zeroc.Glacier2.PermissionDeniedException
-
Constructs a
PermissionDeniedException
. - PermissionDeniedException() - Constructor for exception com.zeroc.IceGrid.PermissionDeniedException
-
Constructs a
PermissionDeniedException
. - PermissionDeniedException(String) - Constructor for exception com.zeroc.Glacier2.PermissionDeniedException
-
Constructs a
PermissionDeniedException
with values for all its fields. - PermissionDeniedException(String) - Constructor for exception com.zeroc.IceGrid.PermissionDeniedException
-
Constructs a
PermissionDeniedException
with values for all its fields. - PermissionsVerifier - Interface in com.zeroc.Glacier2
-
Represents an object that checks user permissions.
- PermissionsVerifier.CheckPermissionsResult - Class in com.zeroc.Glacier2
-
Holds the result of operation checkPermissions.
- PermissionsVerifierPrx - Interface in com.zeroc.Glacier2
-
Represents an object that checks user permissions.
- pid - Variable in class com.zeroc.IceGrid.ServerDynamicInfo
-
The process ID of the server.
- pingNode(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Pings an IceGrid node to see if it is active.
- pingNode(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Pings an IceGrid node to see if it is active.
- pingNode(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Pings an IceGrid node to see if it is active.
- pingNodeAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Pings an IceGrid node to see if it is active.
- pingNodeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Pings an IceGrid node to see if it is active.
- pingRegistry(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Pings an IceGrid registry to see if it is active.
- pingRegistry(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Pings an IceGrid registry to see if it is active.
- pingRegistry(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Pings an IceGrid registry to see if it is active.
- pingRegistryAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Pings an IceGrid registry to see if it is active.
- pingRegistryAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Pings an IceGrid registry to see if it is active.
- Plugin - Interface in com.zeroc.Ice
-
A communicator plug-in.
- pluginFactories - Variable in class com.zeroc.Ice.InitializationData
-
The plug-in factories.
- PluginFactory - Class in com.zeroc.IceBT
-
Creates IceBT plug-ins.
- PluginFactory - Interface in com.zeroc.Ice
-
Applications implement this interface to provide a plug-in factory to the Ice run time.
- PluginFactory() - Constructor for class com.zeroc.IceBT.PluginFactory
- PluginInitializationException - Exception in com.zeroc.Ice
-
This exception indicates that a failure occurred while initializing a plug-in.
- PluginInitializationException(String) - Constructor for exception com.zeroc.Ice.PluginInitializationException
-
Constructs a PluginInitializationException with a message.
- PluginInitializationException(String, Throwable) - Constructor for exception com.zeroc.Ice.PluginInitializationException
-
Constructs a PluginInitializationException with a message and a cause.
- PluginManager - Interface in com.zeroc.Ice
-
Each communicator has a plug-in manager to administer the set of plug-ins.
- port - Variable in class com.zeroc.Ice.IPEndpointInfo
-
The port number.
- pos() - Method in class com.zeroc.Ice.InputStream
-
Determines the current position in the stream.
- pos() - Method in class com.zeroc.Ice.OutputStream
-
Determines the current position in the stream.
- pos(int) - Method in class com.zeroc.Ice.InputStream
-
Sets the current position in the stream.
- pos(int) - Method in class com.zeroc.Ice.OutputStream
-
Sets the current position in the stream.
- prefix - Variable in class com.zeroc.Ice.LoggerAdmin.GetLogResult
-
The prefix of the associated local logger.
- prepareWrite() - Method in class com.zeroc.Ice.OutputStream
-
Prepares the internal data buffer to be written to a socket.
- print(String) - Method in interface com.zeroc.Ice.Logger
-
Print a message.
- PrintMessage - Enum constant in enum class com.zeroc.Ice.LogMessageType
-
The
RemoteLoggerPrx
received a print message. - priority - Variable in class com.zeroc.IceGrid.AdapterDescriptor
-
The adapter priority.
- Process - Interface in com.zeroc.Ice
-
A server application managed by a locator implementation such as IceGrid hosts a Process object and registers a proxy to this object with the locator registry.
- ProcessPrx - Interface in com.zeroc.Ice
-
A server application managed by a locator implementation such as IceGrid hosts a Process object and registers a proxy to this object with the locator registry.
- properties - Variable in class com.zeroc.Ice.InitializationData
-
The properties for the communicator.
- properties - Variable in class com.zeroc.IceGrid.DbEnvDescriptor
-
The configuration properties of the database environment.
- properties - Variable in class com.zeroc.IceGrid.PropertySetDescriptor
-
The property set properties.
- Properties - Class in com.zeroc.Ice
-
A property set used to configure Ice and Ice applications.
- Properties() - Constructor for class com.zeroc.Ice.Properties
-
Constructs an empty property set.
- Properties(String[]) - Constructor for class com.zeroc.Ice.Properties
-
Creates a property set initialized from an argument vector.
- Properties(String[], Properties) - Constructor for class com.zeroc.Ice.Properties
-
Creates a property set initialized from an argument vector.
- Properties(String[], Properties, List<String>) - Constructor for class com.zeroc.Ice.Properties
-
Creates a property set initialized from an argument vector and return the remaining arguments.
- Properties(String[], List<String>) - Constructor for class com.zeroc.Ice.Properties
-
Creates a property set initialized from an argument vector and return the remaining arguments.
- Properties(List<String>) - Constructor for class com.zeroc.Ice.Properties
-
Creates a property set initialized with a list of opt-in prefixes.
- PropertiesAdmin - Interface in com.zeroc.Ice
-
Provides remote access to the properties of a communicator.
- PropertiesAdminPrx - Interface in com.zeroc.Ice
-
Provides remote access to the properties of a communicator.
- PropertyDescriptor - Class in com.zeroc.IceGrid
-
Describes an Ice property.
- PropertyDescriptor() - Constructor for class com.zeroc.IceGrid.PropertyDescriptor
-
Constructs a
PropertyDescriptor
. - PropertyDescriptor(String, String) - Constructor for class com.zeroc.IceGrid.PropertyDescriptor
-
Constructs a
PropertyDescriptor
with values for all its fields. - PropertyDescriptorSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling PropertyDescriptorSeq.
- PropertyDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.PropertyDescriptorSeqHelper
- PropertyDictHelper - Class in com.zeroc.Ice
-
Helper class for marshaling/unmarshaling PropertyDict.
- PropertyDictHelper() - Constructor for class com.zeroc.Ice.PropertyDictHelper
- PropertyException - Exception in com.zeroc.Ice
-
This exception is raised when there is an error while getting or setting a property.
- PropertyException(String) - Constructor for exception com.zeroc.Ice.PropertyException
-
Constructs a PropertyException with a message.
- propertySet - Variable in class com.zeroc.IceGrid.CommunicatorDescriptor
-
The property set.
- propertySet - Variable in class com.zeroc.IceGrid.ServerInstanceDescriptor
-
The property set.
- propertySet - Variable in class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
The property set.
- PropertySetDescriptor - Class in com.zeroc.IceGrid
-
A property set descriptor.
- PropertySetDescriptor() - Constructor for class com.zeroc.IceGrid.PropertySetDescriptor
-
Constructs a
PropertySetDescriptor
. - PropertySetDescriptor(String[], List<PropertyDescriptor>) - Constructor for class com.zeroc.IceGrid.PropertySetDescriptor
-
Constructs a
PropertySetDescriptor
with values for all its fields. - PropertySetDescriptorDictHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling PropertySetDescriptorDict.
- PropertySetDescriptorDictHelper() - Constructor for class com.zeroc.IceGrid.PropertySetDescriptorDictHelper
- propertySets - Variable in class com.zeroc.IceGrid.ApplicationDescriptor
-
Property set descriptors.
- propertySets - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The property sets to update.
- propertySets - Variable in class com.zeroc.IceGrid.NodeDescriptor
-
Property set descriptors.
- propertySets - Variable in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
The property sets to update.
- propertyToProxy(String) - Method in class com.zeroc.Ice.Communicator
-
Converts a set of proxy properties into a proxy.
- Protocol_1_0 - Static variable in class com.zeroc.Ice.Util
-
The protocol version 1.0.
- ProtocolException - Exception in com.zeroc.Ice
-
The base class for Ice protocol exceptions.
- ProtocolException(String) - Constructor for exception com.zeroc.Ice.ProtocolException
-
Constructs a ProtocolException with a message.
- ProtocolException(String, Throwable) - Constructor for exception com.zeroc.Ice.ProtocolException
-
Constructs a ProtocolException with a message and a cause.
- ProtocolVersion - Class in com.zeroc.Ice
-
Represents a version of the Ice protocol.
- ProtocolVersion() - Constructor for class com.zeroc.Ice.ProtocolVersion
-
Constructs a
ProtocolVersion
. - ProtocolVersion(byte, byte) - Constructor for class com.zeroc.Ice.ProtocolVersion
-
Constructs a
ProtocolVersion
with values for all its fields. - protocolVersionToString(ProtocolVersion) - Static method in class com.zeroc.Ice.Util
-
Converts a protocol version to a string.
- proxy - Variable in class com.zeroc.IceGrid.AdapterDynamicInfo
-
The direct proxy containing the adapter endpoints.
- proxy - Variable in class com.zeroc.IceGrid.AdapterInfo
-
A dummy direct proxy that contains the adapter endpoints.
- proxy - Variable in class com.zeroc.IceGrid.ObjectInfo
-
The proxy of the object.
- proxyIdentityAndFacetCompare(ObjectPrx, ObjectPrx) - Static method in class com.zeroc.Ice.Util
-
Compares the object identities and facets of two proxies.
- proxyIdentityCompare(ObjectPrx, ObjectPrx) - Static method in class com.zeroc.Ice.Util
-
Compares the object identities of two proxies.
- ProxyIdentityFacetKey - Class in com.zeroc.Ice
-
This class wraps a proxy to allow it to be used the key for a hashed collection.
- ProxyIdentityFacetKey(ObjectPrx) - Constructor for class com.zeroc.Ice.ProxyIdentityFacetKey
-
Initializes this class with the passed proxy.
- ProxyIdentityKey - Class in com.zeroc.Ice
-
This class wraps a proxy to allow it to be used the key for a hashed collection.
- ProxyIdentityKey(ObjectPrx) - Constructor for class com.zeroc.Ice.ProxyIdentityKey
-
Initializes this class with the passed proxy.
- proxyOptions - Variable in class com.zeroc.IceGrid.ObjectDescriptor
-
The proxy options to use when creating a proxy for this well-known object.
- proxyOptions - Variable in class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
Default options for proxies created for the replica group.
- proxyToProperty(ObjectPrx, String) - Method in class com.zeroc.Ice.Communicator
-
Converts a proxy into a set of proxy properties.
- proxyToString(ObjectPrx) - Method in class com.zeroc.Ice.Communicator
-
Converts a proxy into a string.
- published - Variable in class com.zeroc.IceMX.TopicMetrics
-
The number of events published on the topic(s) by publishers.
- put(String, String) - Method in interface com.zeroc.Ice.ImplicitContext
-
Create or update a key/value entry in the underlying context.
- pwd - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
The path to the server working directory.
Q
- QoSHelper - Class in com.zeroc.IceStorm
-
Helper class for marshaling/unmarshaling QoS.
- QoSHelper() - Constructor for class com.zeroc.IceStorm.QoSHelper
- Query - Interface in com.zeroc.IceGrid
-
Finds well-known Ice objects registered with the IceGrid registry.
- QueryPrx - Interface in com.zeroc.IceGrid
-
Finds well-known Ice objects registered with the IceGrid registry.
- queued - Variable in class com.zeroc.IceMX.SubscriberMetrics
-
The number of queued events.
- queuedClient - Variable in class com.zeroc.IceMX.SessionMetrics
-
The number of client requests queued.
- queuedServer - Variable in class com.zeroc.IceMX.SessionMetrics
-
The number of server requests queued.
R
- Random - Enum constant in enum class com.zeroc.Ice.EndpointSelectionType
-
Random
causes the endpoints to be arranged in a random order. - RandomLoadBalancingPolicy - Class in com.zeroc.IceGrid
-
The load balancing policy that returns endpoints in a random order.
- RandomLoadBalancingPolicy() - Constructor for class com.zeroc.IceGrid.RandomLoadBalancingPolicy
-
Constructs a
RandomLoadBalancingPolicy
. - RandomLoadBalancingPolicy(String) - Constructor for class com.zeroc.IceGrid.RandomLoadBalancingPolicy
-
Constructs a
RandomLoadBalancingPolicy
with values for all its fields. - rawBytes - Variable in class com.zeroc.Ice.OpaqueEndpointInfo
-
The raw encoding of the opaque endpoint.
- rawEncoding - Variable in class com.zeroc.Ice.OpaqueEndpointInfo
-
The encoding version of the opaque endpoint (to decode or encode the rawBytes).
- rcvSize - Variable in class com.zeroc.Ice.TCPConnectionInfo
-
The connection buffer receive size.
- rcvSize - Variable in class com.zeroc.Ice.UDPConnectionInfo
-
The connection buffer receive size.
- rcvSize - Variable in class com.zeroc.IceBT.ConnectionInfo
-
The connection buffer receive size.
- read(int) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Read lines from the log file.
- read(int, Current) - Method in interface com.zeroc.IceGrid.FileIterator
-
Read lines from the log file.
- read(int, Map<String, String>) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Read lines from the log file.
- read(InputStream) - Method in class com.zeroc.Glacier2.PermissionsVerifier.CheckPermissionsResult
-
Unmarshals the result of the checkPermissions operation.
- read(InputStream) - Method in class com.zeroc.Glacier2.SSLPermissionsVerifier.AuthorizeResult
-
Unmarshals the result of the authorize operation.
- read(InputStream) - Static method in class com.zeroc.Ice.ContextHelper
-
Unmarshals a dictionary of
Context
from an input stream. - read(InputStream) - Static method in class com.zeroc.Ice.IdentitySeqHelper
-
Unmarshals a list of
IdentitySeq
from an input stream. - read(InputStream) - Method in class com.zeroc.Ice.LoggerAdmin.GetLogResult
-
Unmarshals the result of the getLog operation.
- read(InputStream) - Static method in class com.zeroc.Ice.LogMessageSeqHelper
-
Unmarshals a list of
LogMessageSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.Ice.LogMessageTypeSeqHelper
-
Unmarshals a list of
LogMessageTypeSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.Ice.ObjectProxySeqHelper
-
Unmarshals a list of
ObjectProxySeq
from an input stream. - read(InputStream) - Static method in interface com.zeroc.Ice.ObjectPrx
-
Reads a proxy from the stream.
- read(InputStream) - Static method in class com.zeroc.Ice.ObjectSeqHelper
-
Unmarshals a list of
ObjectSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.Ice.PropertyDictHelper
-
Unmarshals a dictionary of
PropertyDict
from an input stream. - read(InputStream) - Method in class com.zeroc.Ice.Router.GetClientProxyResult
-
Unmarshals the result of the getClientProxy operation.
- read(InputStream) - Static method in class com.zeroc.Ice.SliceChecksumDictHelper
-
Unmarshals a dictionary of
SliceChecksumDict
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterDescriptorSeqHelper
-
Unmarshals a list of
AdapterDescriptorSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfoSeqHelper
-
Unmarshals a list of
AdapterDynamicInfoSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterInfoSeqHelper
-
Unmarshals a list of
AdapterInfoSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationDescriptorSeqHelper
-
Unmarshals a list of
ApplicationDescriptorSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationInfoSeqHelper
-
Unmarshals a list of
ApplicationInfoSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.DbEnvDescriptorSeqHelper
-
Unmarshals a list of
DbEnvDescriptorSeq
from an input stream. - read(InputStream) - Method in class com.zeroc.IceGrid.FileIterator.ReadResult
-
Unmarshals the result of the read operation.
- read(InputStream) - Static method in class com.zeroc.IceGrid.NodeDescriptorDictHelper
-
Unmarshals a dictionary of
NodeDescriptorDict
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.NodeDynamicInfoSeqHelper
-
Unmarshals a list of
NodeDynamicInfoSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
-
Unmarshals a list of
NodeUpdateDescriptorSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.ObjectDescriptorSeqHelper
-
Unmarshals a list of
ObjectDescriptorSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.ObjectInfoSeqHelper
-
Unmarshals a list of
ObjectInfoSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.PropertyDescriptorSeqHelper
-
Unmarshals a list of
PropertyDescriptorSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.PropertySetDescriptorDictHelper
-
Unmarshals a dictionary of
PropertySetDescriptorDict
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.RegistryInfoSeqHelper
-
Unmarshals a list of
RegistryInfoSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
-
Unmarshals a list of
ReplicaGroupDescriptorSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.ServerDescriptorSeqHelper
-
Unmarshals a list of
ServerDescriptorSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
-
Unmarshals a list of
ServerDynamicInfoSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
-
Unmarshals a list of
ServerInstanceDescriptorSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.ServiceDescriptorSeqHelper
-
Unmarshals a list of
ServiceDescriptorSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptorSeqHelper
-
Unmarshals a list of
ServiceInstanceDescriptorSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.StringObjectProxyDictHelper
-
Unmarshals a dictionary of
StringObjectProxyDict
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.StringStringDictHelper
-
Unmarshals a dictionary of
StringStringDict
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceGrid.TemplateDescriptorDictHelper
-
Unmarshals a dictionary of
TemplateDescriptorDict
from an input stream. - read(InputStream) - Method in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewNamesResult
-
Unmarshals the result of the getMetricsViewNames operation.
- read(InputStream) - Method in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewResult
-
Unmarshals the result of the getMetricsView operation.
- read(InputStream) - Static method in class com.zeroc.IceMX.MetricsFailuresSeqHelper
-
Unmarshals a list of
MetricsFailuresSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceMX.MetricsMapHelper
-
Unmarshals a list of
MetricsMap
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceMX.MetricsViewHelper
-
Unmarshals a dictionary of
MetricsView
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceMX.StringIntDictHelper
-
Unmarshals a dictionary of
StringIntDict
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceStorm.LinkInfoSeqHelper
-
Unmarshals a list of
LinkInfoSeq
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceStorm.QoSHelper
-
Unmarshals a dictionary of
QoS
from an input stream. - read(InputStream) - Static method in class com.zeroc.IceStorm.TopicDictHelper
-
Unmarshals a dictionary of
TopicDict
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.Ice.ContextHelper
-
Unmarshals an optional dictionary of
Context
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.Ice.IdentitySeqHelper
-
Unmarshals an optional list of
IdentitySeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.Ice.LogMessageSeqHelper
-
Unmarshals an optional list of
LogMessageSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.Ice.LogMessageTypeSeqHelper
-
Unmarshals an optional list of
LogMessageTypeSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.Ice.ObjectProxySeqHelper
-
Unmarshals an optional list of
ObjectProxySeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.Ice.ObjectSeqHelper
-
Unmarshals an optional list of
ObjectSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.Ice.PropertyDictHelper
-
Unmarshals an optional dictionary of
PropertyDict
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.Ice.SliceChecksumDictHelper
-
Unmarshals an optional dictionary of
SliceChecksumDict
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterDescriptorSeqHelper
-
Unmarshals an optional list of
AdapterDescriptorSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfoSeqHelper
-
Unmarshals an optional list of
AdapterDynamicInfoSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterInfoSeqHelper
-
Unmarshals an optional list of
AdapterInfoSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationDescriptorSeqHelper
-
Unmarshals an optional list of
ApplicationDescriptorSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationInfoSeqHelper
-
Unmarshals an optional list of
ApplicationInfoSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.DbEnvDescriptorSeqHelper
-
Unmarshals an optional list of
DbEnvDescriptorSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeDescriptorDictHelper
-
Unmarshals an optional dictionary of
NodeDescriptorDict
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeDynamicInfoSeqHelper
-
Unmarshals an optional list of
NodeDynamicInfoSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
-
Unmarshals an optional list of
NodeUpdateDescriptorSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.ObjectDescriptorSeqHelper
-
Unmarshals an optional list of
ObjectDescriptorSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.ObjectInfoSeqHelper
-
Unmarshals an optional list of
ObjectInfoSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.PropertyDescriptorSeqHelper
-
Unmarshals an optional list of
PropertyDescriptorSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.PropertySetDescriptorDictHelper
-
Unmarshals an optional dictionary of
PropertySetDescriptorDict
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.RegistryInfoSeqHelper
-
Unmarshals an optional list of
RegistryInfoSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
-
Unmarshals an optional list of
ReplicaGroupDescriptorSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerDescriptorSeqHelper
-
Unmarshals an optional list of
ServerDescriptorSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
-
Unmarshals an optional list of
ServerDynamicInfoSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
-
Unmarshals an optional list of
ServerInstanceDescriptorSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServiceDescriptorSeqHelper
-
Unmarshals an optional list of
ServiceDescriptorSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptorSeqHelper
-
Unmarshals an optional list of
ServiceInstanceDescriptorSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.StringObjectProxyDictHelper
-
Unmarshals an optional dictionary of
StringObjectProxyDict
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.StringStringDictHelper
-
Unmarshals an optional dictionary of
StringStringDict
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceGrid.TemplateDescriptorDictHelper
-
Unmarshals an optional dictionary of
TemplateDescriptorDict
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceMX.MetricsFailuresSeqHelper
-
Unmarshals an optional list of
MetricsFailuresSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceMX.MetricsMapHelper
-
Unmarshals an optional list of
MetricsMap
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceMX.MetricsViewHelper
-
Unmarshals an optional dictionary of
MetricsView
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceMX.StringIntDictHelper
-
Unmarshals an optional dictionary of
StringIntDict
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceStorm.LinkInfoSeqHelper
-
Unmarshals an optional list of
LinkInfoSeq
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceStorm.QoSHelper
-
Unmarshals an optional dictionary of
QoS
from an input stream. - read(InputStream, int) - Static method in class com.zeroc.IceStorm.TopicDictHelper
-
Unmarshals an optional dictionary of
TopicDict
from an input stream. - readAndCheckSeqSize(int) - Method in class com.zeroc.Ice.InputStream
-
Reads and validates a sequence size.
- readAsync(int) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Read lines from the log file.
- readAsync(int, Map<String, String>) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Read lines from the log file.
- readBlob(int) - Method in class com.zeroc.Ice.InputStream
-
Reads a blob of bytes from the stream.
- readBool() - Method in class com.zeroc.Ice.InputStream
-
Extracts a boolean value from the stream.
- readBool(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional boolean value from the stream.
- readBoolSeq() - Method in class com.zeroc.Ice.InputStream
-
Extracts a sequence of boolean values from the stream.
- readBoolSeq(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional boolean sequence from the stream.
- readByte() - Method in class com.zeroc.Ice.InputStream
-
Extracts a byte value from the stream.
- readByte(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional byte value from the stream.
- readByteBuffer() - Method in class com.zeroc.Ice.InputStream
-
Returns a byte buffer representing a sequence of bytes.
- readByteSeq() - Method in class com.zeroc.Ice.InputStream
-
Extracts a sequence of byte values from the stream.
- readByteSeq(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional byte sequence from the stream.
- readDouble() - Method in class com.zeroc.Ice.InputStream
-
Extracts a double value from the stream.
- readDouble(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional double value from the stream.
- readDoubleBuffer() - Method in class com.zeroc.Ice.InputStream
-
Returns a double buffer representing a sequence of doubles.
- readDoubleSeq() - Method in class com.zeroc.Ice.InputStream
-
Extracts a sequence of double values from the stream.
- readDoubleSeq(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional double sequence from the stream.
- readEncapsulation(EncodingVersion) - Method in class com.zeroc.Ice.InputStream
-
Returns a blob of bytes representing an encapsulation.
- readEnum(int) - Method in class com.zeroc.Ice.InputStream
-
Read an enumerated value.
- readFloat() - Method in class com.zeroc.Ice.InputStream
-
Extracts a float value from the stream.
- readFloat(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional float value from the stream.
- readFloatBuffer() - Method in class com.zeroc.Ice.InputStream
-
Returns a float buffer representing a sequence of floats.
- readFloatSeq() - Method in class com.zeroc.Ice.InputStream
-
Extracts a sequence of float values from the stream.
- readFloatSeq(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional float sequence from the stream.
- readInt() - Method in class com.zeroc.Ice.InputStream
-
Extracts an int value from the stream.
- readInt(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional int value from the stream.
- readIntBuffer() - Method in class com.zeroc.Ice.InputStream
-
Returns an int buffer representing a sequence of ints.
- readIntSeq() - Method in class com.zeroc.Ice.InputStream
-
Extracts a sequence of int values from the stream.
- readIntSeq(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional int sequence from the stream.
- readLong() - Method in class com.zeroc.Ice.InputStream
-
Extracts a long value from the stream.
- readLong(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional long value from the stream.
- readLongBuffer() - Method in class com.zeroc.Ice.InputStream
-
Returns a long buffer representing a sequence of longs.
- readLongSeq() - Method in class com.zeroc.Ice.InputStream
-
Extracts a sequence of long values from the stream.
- readLongSeq(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional long sequence from the stream.
- readOptional(int, OptionalFormat) - Method in class com.zeroc.Ice.InputStream
-
Determine if an optional value is available for reading.
- readPendingValues() - Method in class com.zeroc.Ice.InputStream
-
Indicates that unmarshaling is complete, except for any class instances.
- readProxy() - Method in class com.zeroc.Ice.InputStream
-
Extracts a proxy from the stream.
- readProxy(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional proxy from the stream.
- readProxy(int, Function<ObjectPrx, T>) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional proxy from the stream.
- readProxy(Function<ObjectPrx, T>) - Method in class com.zeroc.Ice.InputStream
-
Extracts a proxy from the stream.
- ReadResult() - Constructor for class com.zeroc.IceGrid.FileIterator.ReadResult
-
Default constructor.
- ReadResult(boolean, String[]) - Constructor for class com.zeroc.IceGrid.FileIterator.ReadResult
-
This constructor makes shallow copies of the results for operation read.
- readSerializable(int, Class<T>) - Method in class com.zeroc.Ice.InputStream
-
Extracts a optional serializable Java object from the stream.
- readSerializable(Class<T>) - Method in class com.zeroc.Ice.InputStream
-
Extracts a serializable Java object from the stream.
- readShort() - Method in class com.zeroc.Ice.InputStream
-
Extracts a short value from the stream.
- readShort(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional short value from the stream.
- readShortBuffer() - Method in class com.zeroc.Ice.InputStream
-
Returns a short buffer representing a sequence of shorts.
- readShortSeq() - Method in class com.zeroc.Ice.InputStream
-
Extracts a sequence of short values from the stream.
- readShortSeq(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional short sequence from the stream.
- readSize() - Method in class com.zeroc.Ice.InputStream
-
Extracts a size from the stream.
- readString() - Method in class com.zeroc.Ice.InputStream
-
Extracts a string from the stream.
- readString(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional string value from the stream.
- readStringSeq() - Method in class com.zeroc.Ice.InputStream
-
Extracts a sequence of string values from the stream.
- readStringSeq(int) - Method in class com.zeroc.Ice.InputStream
-
Extracts an optional string sequence from the stream.
- readValue(Consumer<Value>) - Method in class com.zeroc.Ice.InputStream
-
Extracts a Slice value from the stream.
- readValue(Consumer<T>, Class<T>) - Method in class com.zeroc.Ice.InputStream
-
Extracts a Slice value from the stream.
- reason - Variable in exception com.zeroc.Glacier2.CannotCreateSessionException
-
The reason why the session creation failed.
- reason - Variable in exception com.zeroc.Glacier2.PermissionDeniedException
-
The reason why permission was denied.
- reason - Variable in class com.zeroc.Glacier2.PermissionsVerifier.CheckPermissionsResult
-
The reason why access was denied.
- reason - Variable in class com.zeroc.Glacier2.SSLPermissionsVerifier.AuthorizeResult
-
The reason why access was denied.
- reason - Variable in exception com.zeroc.IceGrid.AllocationException
-
The reason why the object couldn't be allocated.
- reason - Variable in exception com.zeroc.IceGrid.BadSignalException
-
The details of the unknown signal.
- reason - Variable in exception com.zeroc.IceGrid.DeploymentException
-
The reason for the failure.
- reason - Variable in exception com.zeroc.IceGrid.FileNotAvailableException
-
The reason for the failure.
- reason - Variable in exception com.zeroc.IceGrid.NodeUnreachableException
-
The reason why the node couldn't be reached.
- reason - Variable in exception com.zeroc.IceGrid.ParseException
-
The reason for the failure.
- reason - Variable in exception com.zeroc.IceGrid.PermissionDeniedException
-
The reason why permission was denied.
- reason - Variable in exception com.zeroc.IceGrid.RegistryUnreachableException
-
The reason why the registry couldn't be reached.
- reason - Variable in exception com.zeroc.IceGrid.ServerStartException
-
The reason for the failure.
- reason - Variable in exception com.zeroc.IceGrid.ServerStopException
-
The reason for the failure.
- reason - Variable in exception com.zeroc.IceGrid.ServerUnreachableException
-
The reason why the server couldn't be reached.
- reason - Variable in exception com.zeroc.IceStorm.BadQoS
-
The reason for the failure.
- receivedBytes - Variable in class com.zeroc.IceMX.ConnectionMetrics
-
The number of bytes received by the connection.
- receivedBytes(int) - Method in interface com.zeroc.Ice.Instrumentation.ConnectionObserver
-
Notification of received bytes over the connection.
- Reference.GetConnectionCallback - Interface in com.zeroc.Ice
-
Callback interface for asynchronous connection establishment.
- references - Variable in class com.zeroc.IceGrid.PropertySetDescriptor
-
References to named property sets.
- refreshSession() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Keeps the session with this router alive.
- refreshSession(Current) - Method in interface com.zeroc.Glacier2.Router
-
Keeps the session with this router alive.
- refreshSession(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Keeps the session with this router alive.
- refreshSessionAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
-
Keeps the session with this router alive.
- refreshSessionAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
-
Keeps the session with this router alive.
- registerProcess - Variable in class com.zeroc.IceGrid.AdapterDescriptor
-
When
true
, the object adapter registers a process object. - registerSubMap(String, Class<S>, Field) - Method in class com.zeroc.IceMX.ObserverFactory
-
Registers a sub-map for this observer factory.
- Registry - Interface in com.zeroc.IceGrid
-
Represents the main entry point into the IceGrid registry service.
- registryDown(String) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Notifies the observer that a registry replica went down.
- registryDown(String, Current) - Method in interface com.zeroc.IceGrid.RegistryObserver
-
Notifies the observer that a registry replica went down.
- registryDown(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Notifies the observer that a registry replica went down.
- registryDownAsync(String) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Notifies the observer that a registry replica went down.
- registryDownAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Notifies the observer that a registry replica went down.
- RegistryInfo - Class in com.zeroc.IceGrid
-
Information about an IceGrid registry replica.
- RegistryInfo() - Constructor for class com.zeroc.IceGrid.RegistryInfo
-
Constructs a
RegistryInfo
. - RegistryInfo(String, String) - Constructor for class com.zeroc.IceGrid.RegistryInfo
-
Constructs a
RegistryInfo
with values for all its fields. - RegistryInfoSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling RegistryInfoSeq.
- RegistryInfoSeqHelper() - Constructor for class com.zeroc.IceGrid.RegistryInfoSeqHelper
- registryInit(RegistryInfo[]) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Provides the initial state of the registries to the observer.
- registryInit(RegistryInfo[], Current) - Method in interface com.zeroc.IceGrid.RegistryObserver
-
Provides the initial state of the registries to the observer.
- registryInit(RegistryInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Provides the initial state of the registries to the observer.
- registryInitAsync(RegistryInfo[]) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Provides the initial state of the registries to the observer.
- registryInitAsync(RegistryInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Provides the initial state of the registries to the observer.
- RegistryNotExistException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when IceGrid does not know a registry with the provided name.
- RegistryNotExistException() - Constructor for exception com.zeroc.IceGrid.RegistryNotExistException
-
Constructs a
RegistryNotExistException
. - RegistryNotExistException(String) - Constructor for exception com.zeroc.IceGrid.RegistryNotExistException
-
Constructs a
RegistryNotExistException
with values for all its fields. - RegistryObserver - Interface in com.zeroc.IceGrid
-
Monitors changes to the state of the registries.
- RegistryObserverPrx - Interface in com.zeroc.IceGrid
-
Monitors changes to the state of the registries.
- RegistryPrx - Interface in com.zeroc.IceGrid
-
Represents the main entry point into the IceGrid registry service.
- RegistryUnreachableException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when IceGrid cannot reach a registry.
- RegistryUnreachableException() - Constructor for exception com.zeroc.IceGrid.RegistryUnreachableException
-
Constructs a
RegistryUnreachableException
. - RegistryUnreachableException(String, String) - Constructor for exception com.zeroc.IceGrid.RegistryUnreachableException
-
Constructs a
RegistryUnreachableException
with values for all its fields. - registryUp(RegistryInfo) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Notifies the observer that a registry replica came up.
- registryUp(RegistryInfo, Current) - Method in interface com.zeroc.IceGrid.RegistryObserver
-
Notifies the observer that a registry replica came up.
- registryUp(RegistryInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Notifies the observer that a registry replica came up.
- registryUpAsync(RegistryInfo) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Notifies the observer that a registry replica came up.
- registryUpAsync(RegistryInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Notifies the observer that a registry replica came up.
- release - Variable in class com.zeroc.IceGrid.NodeInfo
-
The operation system release level.
- releaseObject(Identity) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Releases an object that was allocated using
SessionPrx.allocateObjectById(com.zeroc.Ice.Identity)
orSessionPrx.allocateObjectByType(java.lang.String)
. - releaseObject(Identity, Current) - Method in interface com.zeroc.IceGrid.Session
-
Releases an object that was allocated using
SessionPrx.allocateObjectById(com.zeroc.Ice.Identity)
orSessionPrx.allocateObjectByType(java.lang.String)
. - releaseObject(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Releases an object that was allocated using
SessionPrx.allocateObjectById(com.zeroc.Ice.Identity)
orSessionPrx.allocateObjectByType(java.lang.String)
. - releaseObjectAsync(Identity) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Releases an object that was allocated using
SessionPrx.allocateObjectById(com.zeroc.Ice.Identity)
orSessionPrx.allocateObjectByType(java.lang.String)
. - releaseObjectAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Releases an object that was allocated using
SessionPrx.allocateObjectById(com.zeroc.Ice.Identity)
orSessionPrx.allocateObjectByType(java.lang.String)
. - remoteAddress - Variable in class com.zeroc.Ice.IPConnectionInfo
-
The remote address.
- remoteAddress - Variable in class com.zeroc.IceBT.ConnectionInfo
-
The remote Bluetooth address.
- remoteChannel - Variable in class com.zeroc.IceBT.ConnectionInfo
-
The remote RFCOMM channel.
- remoteHost - Variable in class com.zeroc.Glacier2.SSLInfo
-
The remote host.
- RemoteLogger - Interface in com.zeroc.Ice
-
Represents an Ice object that accepts log messages.
- RemoteLoggerAlreadyAttachedException - Exception in com.zeroc.Ice
-
Thrown when the provided
RemoteLoggerPrx
was previously attached to aLoggerAdminPrx
. - RemoteLoggerAlreadyAttachedException() - Constructor for exception com.zeroc.Ice.RemoteLoggerAlreadyAttachedException
-
Constructs a
RemoteLoggerAlreadyAttachedException
. - RemoteLoggerPrx - Interface in com.zeroc.Ice
-
Represents an Ice object that accepts log messages.
- RemoteMetrics - Class in com.zeroc.IceMX
-
Provides information on invocations that are specifically sent over Ice connections.
- RemoteMetrics() - Constructor for class com.zeroc.IceMX.RemoteMetrics
-
Constructs a
RemoteMetrics
. - RemoteMetrics(String, long, int, long, int, long, long) - Constructor for class com.zeroc.IceMX.RemoteMetrics
-
Constructs a
RemoteMetrics
with values for all its fields. - RemoteObserver - Interface in com.zeroc.Ice.Instrumentation
-
The remote observer to instrument invocations that are sent over the wire.
- remotePort - Variable in class com.zeroc.Glacier2.SSLInfo
-
The remote port.
- remotePort - Variable in class com.zeroc.Ice.IPConnectionInfo
-
The remote port.
- remotes - Variable in class com.zeroc.IceMX.InvocationMetrics
-
The remote invocation metrics map.
- remove(Identity) - Method in class com.zeroc.Ice.ObjectAdapter
-
Removes a servant from the object adapter's Active Servant Map.
- remove(Identity[]) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Removes a sequence of identities from this set of constraints.
- remove(Identity[], Current) - Method in interface com.zeroc.Glacier2.IdentitySet
-
Removes a sequence of identities from this set of constraints.
- remove(Identity[], Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Removes a sequence of identities from this set of constraints.
- remove(String) - Method in interface com.zeroc.Ice.ImplicitContext
-
Remove the entry for the given key in the underlying context.
- remove(String[]) - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Removes a sequence of strings from this set of constraints.
- remove(String[], Current) - Method in interface com.zeroc.Glacier2.StringSet
-
Removes a sequence of strings from this set of constraints.
- remove(String[], Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Removes a sequence of strings from this set of constraints.
- removeAdapter(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes the adapter with the given ID.
- removeAdapter(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Removes the adapter with the given ID.
- removeAdapter(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes the adapter with the given ID.
- removeAdapterAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes the adapter with the given ID.
- removeAdapterAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes the adapter with the given ID.
- removeAdminFacet(String) - Method in class com.zeroc.Ice.Communicator
-
Removes a facet from the Admin object.
- removeAllFacets(Identity) - Method in class com.zeroc.Ice.ObjectAdapter
-
Removes all facets with the given identity from the Active Servant Map.
- removeApplication(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes an application from IceGrid.
- removeApplication(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Removes an application from IceGrid.
- removeApplication(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes an application from IceGrid.
- removeApplicationAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes an application from IceGrid.
- removeApplicationAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes an application from IceGrid.
- removeAsync(Identity[]) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Removes a sequence of identities from this set of constraints.
- removeAsync(Identity[], Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Removes a sequence of identities from this set of constraints.
- removeAsync(String[]) - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Removes a sequence of strings from this set of constraints.
- removeAsync(String[], Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
-
Removes a sequence of strings from this set of constraints.
- removeDefaultServant(String) - Method in class com.zeroc.Ice.ObjectAdapter
-
Removes the default servant for a specific category.
- removeFacet(Identity, String) - Method in class com.zeroc.Ice.ObjectAdapter
-
Removes a servant from the object adapter's Active Servant Map, while specifying a facet.
- removeNodes - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The nodes to remove.
- removeObject(Identity) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes an object from the object registry.
- removeObject(Identity, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Removes an object from the object registry.
- removeObject(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes an object from the object registry.
- removeObjectAsync(Identity) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes an object from the object registry.
- removeObjectAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Removes an object from the object registry.
- removePropertySets - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The property sets to remove.
- removePropertySets - Variable in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
The property sets to remove.
- removeReplicaGroups - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The replica groups to remove.
- removeServantLocator(String) - Method in class com.zeroc.Ice.ObjectAdapter
-
Removes a ServantLocator from this object adapter.
- removeServers - Variable in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
The IDs of the servers to remove.
- removeServerTemplates - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The IDs of the server template to remove.
- removeServiceTemplates - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The IDs of the service template to remove.
- removeUpdateCallback(Consumer<Map<String, String>>) - Method in class com.zeroc.Ice.NativePropertiesAdmin
-
Removes a previously registered update callback.
- removeVariables - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The variables to remove.
- removeVariables - Variable in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
The variables to remove.
- ReplicaGroupDescriptor - Class in com.zeroc.IceGrid
-
Describes a replica group.
- ReplicaGroupDescriptor() - Constructor for class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
Constructs a
ReplicaGroupDescriptor
. - ReplicaGroupDescriptor(String, LoadBalancingPolicy, String, List<ObjectDescriptor>, String, String) - Constructor for class com.zeroc.IceGrid.ReplicaGroupDescriptor
-
Constructs a
ReplicaGroupDescriptor
with values for all its fields. - ReplicaGroupDescriptorSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling ReplicaGroupDescriptorSeq.
- ReplicaGroupDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
- replicaGroupId - Variable in class com.zeroc.IceGrid.AdapterDescriptor
-
The replica group ID.
- replicaGroupId - Variable in class com.zeroc.IceGrid.AdapterInfo
-
The replica group ID of the object adapter, or empty if the adapter doesn't belong to a replica group.
- replicaGroups - Variable in class com.zeroc.IceGrid.ApplicationDescriptor
-
The replica groups.
- replicaGroups - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The replica groups to update.
- reply(int) - Method in interface com.zeroc.Ice.Instrumentation.ChildInvocationObserver
-
Reply notification.
- reply(int) - Method in interface com.zeroc.Ice.Instrumentation.DispatchObserver
-
Reply notification.
- replySize - Variable in class com.zeroc.IceMX.ChildInvocationMetrics
-
The size of the invocation reply.
- replySize - Variable in class com.zeroc.IceMX.DispatchMetrics
-
The size of the replies.
- replyStatus - Variable in exception com.zeroc.Ice.DispatchException
-
The reply status, as an int.
- replyStatus - Variable in class com.zeroc.Ice.OutgoingResponse
-
Gets the reply status of the response, as an int.
- ReplyStatus - Enum Class in com.zeroc.Ice
-
Represents the status of a reply.
- RequestFailedException - Exception in com.zeroc.Ice
-
This exception is raised if a request failed.
- requestId - Variable in class com.zeroc.Ice.Current
-
The request ID.
- reset() - Method in class com.zeroc.Ice.InputStream
-
Resets this stream.
- reset() - Method in class com.zeroc.Ice.OutputStream
-
Resets this output stream.
- resize(int) - Method in class com.zeroc.Ice.OutputStream
-
Resizes the stream to a new size.
- resolve(MetricsHelper<?>, String) - Method in class com.zeroc.IceMX.MetricsHelper.AttributeResolver
-
Resolves an attribute value using the specified helper.
- resolve(String) - Method in class com.zeroc.IceMX.MetricsHelper
-
Resolves an attribute value.
- resource - Variable in class com.zeroc.Ice.WSEndpointInfo
-
The URI configured with the endpoint.
- retried() - Method in interface com.zeroc.Ice.Instrumentation.InvocationObserver
-
Notification of the invocation being retried.
- retrieve(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Retrieves a topic by name.
- retrieve(String, Current) - Method in interface com.zeroc.IceStorm.TopicManager
-
Retrieves a topic by name.
- retrieve(String, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Retrieves a topic by name.
- retrieveAll() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Retrieves all topics managed by this topic manager.
- retrieveAll(Current) - Method in interface com.zeroc.IceStorm.TopicManager
-
Retrieves all topics managed by this topic manager.
- retrieveAll(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Retrieves all topics managed by this topic manager.
- retrieveAllAsync() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Retrieves all topics managed by this topic manager.
- retrieveAllAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Retrieves all topics managed by this topic manager.
- retrieveAsync(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Retrieves a topic by name.
- retrieveAsync(String, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Retrieves a topic by name.
- retry - Variable in class com.zeroc.IceMX.InvocationMetrics
-
The number of retries for the invocations.
- returnValue - Variable in class com.zeroc.Glacier2.PermissionsVerifier.CheckPermissionsResult
-
true
if access is granted,false
otherwise. - returnValue - Variable in class com.zeroc.Glacier2.SSLPermissionsVerifier.AuthorizeResult
-
true
if access is granted,false
otherwise. - returnValue - Variable in class com.zeroc.Ice.LoggerAdmin.GetLogResult
-
The Log messages.
- returnValue - Variable in class com.zeroc.Ice.Object.Ice_invokeResult
-
If the operation completed successfully, the return value is
true
. - returnValue - Variable in class com.zeroc.Ice.Router.GetClientProxyResult
-
The router's client proxy.
- returnValue - Variable in class com.zeroc.Ice.ServantLocator.LocateResult
-
The located servant, or null if no suitable servant has been found.
- returnValue - Variable in class com.zeroc.IceGrid.FileIterator.ReadResult
-
true
if EOF is encountered. - returnValue - Variable in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewNamesResult
-
The names of the enabled views.
- returnValue - Variable in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewResult
-
The metrics view data, a dictionary of metric maps for each metrics class configured with the view.
- revision - Variable in class com.zeroc.IceGrid.ApplicationInfo
-
The application revision number.
- revision - Variable in class com.zeroc.IceGrid.ApplicationUpdateInfo
-
The application revision number.
- revision - Variable in class com.zeroc.IceGrid.ServerInfo
-
The application revision.
- rewriteBool(boolean, int) - Method in class com.zeroc.Ice.OutputStream
-
Writes a boolean to the stream at the given position.
- rewriteByte(byte, int) - Method in class com.zeroc.Ice.OutputStream
-
Writes a byte to the stream at the given position.
- rewriteInt(int, int) - Method in class com.zeroc.Ice.OutputStream
-
Writes an int to the stream at the given position.
- RoundRobinLoadBalancingPolicy - Class in com.zeroc.IceGrid
-
The load balancing policy that returns endpoints using round-robin.
- RoundRobinLoadBalancingPolicy() - Constructor for class com.zeroc.IceGrid.RoundRobinLoadBalancingPolicy
-
Constructs a
RoundRobinLoadBalancingPolicy
. - RoundRobinLoadBalancingPolicy(String) - Constructor for class com.zeroc.IceGrid.RoundRobinLoadBalancingPolicy
-
Constructs a
RoundRobinLoadBalancingPolicy
with values for all its fields. - Router - Interface in com.zeroc.Glacier2
-
The Glacier2 specialization of the
RouterPrx
interface. - Router - Interface in com.zeroc.Ice
-
Represents an intermediary object that routes requests and replies between clients and Ice objects that are not directly reachable from these clients.
- Router.GetClientProxyResult - Class in com.zeroc.Ice
-
Holds the result of operation getClientProxy.
- RouterFinder - Interface in com.zeroc.Ice
-
Provides access to a
RouterPrx
object via a fixed identity. - RouterFinderPrx - Interface in com.zeroc.Ice
-
Provides access to a
RouterPrx
object via a fixed identity. - RouterPrx - Interface in com.zeroc.Glacier2
-
The Glacier2 specialization of the
RouterPrx
interface. - RouterPrx - Interface in com.zeroc.Ice
-
Represents an intermediary object that routes requests and replies between clients and Ice objects that are not directly reachable from these clients.
- routingTableSize - Variable in class com.zeroc.IceMX.SessionMetrics
-
The size of the routing table.
S
- secure() - Method in class com.zeroc.Ice.EndpointInfo
- secure() - Method in class com.zeroc.Ice.TCPEndpointInfo
- secure() - Method in class com.zeroc.IceBT.EndpointInfo
- SecurityException - Exception in com.zeroc.Ice
-
The exception that is thrown when a failure occurs in the security subsystem.
- SecurityException(String) - Constructor for exception com.zeroc.Ice.SecurityException
-
Constructs a SecurityException with a message.
- SecurityException(String, Throwable) - Constructor for exception com.zeroc.Ice.SecurityException
-
Constructs a SecurityException with a message and a cause.
- sendSignal(String, String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Sends a signal to a server.
- sendSignal(String, String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Sends a signal to a server.
- sendSignal(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Sends a signal to a server.
- sendSignalAsync(String, String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Sends a signal to a server.
- sendSignalAsync(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Sends a signal to a server.
- sentBytes - Variable in class com.zeroc.IceMX.ConnectionMetrics
-
The number of bytes sent by the connection.
- sentBytes(int) - Method in interface com.zeroc.Ice.Instrumentation.ConnectionObserver
-
Notification of sent bytes over the connection.
- sentSynchronously() - Method in class com.zeroc.Ice.InvocationFuture
-
Returns true if a request was written to the client-side transport without first being queued.
- ServantLocator - Interface in com.zeroc.Ice
-
A servant locator is called by an object adapter to locate a servant that is not found in its active servant map.
- ServantLocator.LocateResult - Class in com.zeroc.Ice
-
Holds the result of operation locate.
- ServerDescriptor - Class in com.zeroc.IceGrid
-
Describes an Ice server.
- ServerDescriptor() - Constructor for class com.zeroc.IceGrid.ServerDescriptor
-
Constructs a
ServerDescriptor
. - ServerDescriptor(List<AdapterDescriptor>, PropertySetDescriptor, DbEnvDescriptor[], String[], String, String, String, String, String, List<String>, List<String>, String, String, String, boolean, DistributionDescriptor, boolean, String) - Constructor for class com.zeroc.IceGrid.ServerDescriptor
-
Constructs a
ServerDescriptor
with values for all its fields. - ServerDescriptorSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling ServerDescriptorSeq.
- ServerDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.ServerDescriptorSeqHelper
- ServerDynamicInfo - Class in com.zeroc.IceGrid
-
Dynamic information about the state of a server.
- ServerDynamicInfo() - Constructor for class com.zeroc.IceGrid.ServerDynamicInfo
-
Constructs a
ServerDynamicInfo
. - ServerDynamicInfo(String, ServerState, int, boolean) - Constructor for class com.zeroc.IceGrid.ServerDynamicInfo
-
Constructs a
ServerDynamicInfo
with values for all its fields. - ServerDynamicInfoSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling ServerDynamicInfoSeq.
- ServerDynamicInfoSeqHelper() - Constructor for class com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
- ServerInfo - Class in com.zeroc.IceGrid
-
Information about a server managed by an IceGrid node.
- ServerInfo() - Constructor for class com.zeroc.IceGrid.ServerInfo
-
Constructs a
ServerInfo
. - ServerInfo(String, String, int, String, ServerDescriptor, String) - Constructor for class com.zeroc.IceGrid.ServerInfo
-
Constructs a
ServerInfo
with values for all its fields. - ServerInstanceDescriptor - Class in com.zeroc.IceGrid
-
Describes a template instantiation that creates a server.
- ServerInstanceDescriptor() - Constructor for class com.zeroc.IceGrid.ServerInstanceDescriptor
-
Constructs a
ServerInstanceDescriptor
. - ServerInstanceDescriptor(String, Map<String, String>, PropertySetDescriptor, Map<String, PropertySetDescriptor>) - Constructor for class com.zeroc.IceGrid.ServerInstanceDescriptor
-
Constructs a
ServerInstanceDescriptor
with values for all its fields. - ServerInstanceDescriptorSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling ServerInstanceDescriptorSeq.
- ServerInstanceDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
- serverInstances - Variable in class com.zeroc.IceGrid.NodeDescriptor
-
The server instances (template instances).
- serverInstances - Variable in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
The server instances to update.
- serverLifetime - Variable in class com.zeroc.IceGrid.AdapterDescriptor
-
When
true
, the lifetime of this object adapter is the same of the server lifetime. - ServerNotExistException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when IceGrid does not know a server with the provided server ID.
- ServerNotExistException() - Constructor for exception com.zeroc.IceGrid.ServerNotExistException
-
Constructs a
ServerNotExistException
. - ServerNotExistException(String) - Constructor for exception com.zeroc.IceGrid.ServerNotExistException
-
Constructs a
ServerNotExistException
with values for all its fields. - ServerNotFoundException - Exception in com.zeroc.Ice
-
The exception that is thrown when a server was not found.
- ServerNotFoundException() - Constructor for exception com.zeroc.Ice.ServerNotFoundException
-
Constructs a
ServerNotFoundException
. - servers - Variable in class com.zeroc.IceGrid.NodeDescriptor
-
Servers that are not template instances.
- servers - Variable in class com.zeroc.IceGrid.NodeDynamicInfo
-
The dynamic information of the servers deployed on this node.
- servers - Variable in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
The servers which are not template instances to update.
- ServerStartException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when a server failed to start.
- ServerStartException() - Constructor for exception com.zeroc.IceGrid.ServerStartException
-
Constructs a
ServerStartException
. - ServerStartException(String, String) - Constructor for exception com.zeroc.IceGrid.ServerStartException
-
Constructs a
ServerStartException
with values for all its fields. - ServerState - Enum Class in com.zeroc.IceGrid
-
Represents the state of a server.
- ServerStopException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when a server failed to stop.
- ServerStopException() - Constructor for exception com.zeroc.IceGrid.ServerStopException
-
Constructs a
ServerStopException
. - ServerStopException(String, String) - Constructor for exception com.zeroc.IceGrid.ServerStopException
-
Constructs a
ServerStopException
with values for all its fields. - serverTemplates - Variable in class com.zeroc.IceGrid.ApplicationDescriptor
-
The server templates.
- serverTemplates - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The server templates to update.
- ServerUnreachableException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when IceGrid cannot reach a server.
- ServerUnreachableException() - Constructor for exception com.zeroc.IceGrid.ServerUnreachableException
-
Constructs a
ServerUnreachableException
. - ServerUnreachableException(String, String) - Constructor for exception com.zeroc.IceGrid.ServerUnreachableException
-
Constructs a
ServerUnreachableException
with values for all its fields. - Service - Interface in com.zeroc.IceBox
-
An application service managed by a
ServiceManager
. - ServiceDescriptor - Class in com.zeroc.IceGrid
-
Describes an IceBox service.
- ServiceDescriptor() - Constructor for class com.zeroc.IceGrid.ServiceDescriptor
-
Constructs a
ServiceDescriptor
. - ServiceDescriptor(List<AdapterDescriptor>, PropertySetDescriptor, DbEnvDescriptor[], String[], String, String, String) - Constructor for class com.zeroc.IceGrid.ServiceDescriptor
-
Constructs a
ServiceDescriptor
with values for all its fields. - ServiceDescriptorSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling ServiceDescriptorSeq.
- ServiceDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.ServiceDescriptorSeqHelper
- ServiceInstanceDescriptor - Class in com.zeroc.IceGrid
-
Describes an IceBox service.
- ServiceInstanceDescriptor() - Constructor for class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
Constructs a
ServiceInstanceDescriptor
. - ServiceInstanceDescriptor(String, Map<String, String>, ServiceDescriptor, PropertySetDescriptor) - Constructor for class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
Constructs a
ServiceInstanceDescriptor
with values for all its fields. - ServiceInstanceDescriptorSeqHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling ServiceInstanceDescriptorSeq.
- ServiceInstanceDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.ServiceInstanceDescriptorSeqHelper
- ServiceManager - Interface in com.zeroc.IceBox
-
Administers the services of an IceBox server.
- ServiceManagerPrx - Interface in com.zeroc.IceBox
-
Administers the services of an IceBox server.
- ServiceObserver - Interface in com.zeroc.IceBox
-
Observes the status of services in an IceBox server.
- ServiceObserverPrx - Interface in com.zeroc.IceBox
-
Observes the status of services in an IceBox server.
- servicePropertySets - Variable in class com.zeroc.IceGrid.ServerInstanceDescriptor
-
The services property sets.
- services - Variable in class com.zeroc.IceGrid.IceBoxDescriptor
-
The service instances.
- servicesStarted(String[]) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Receives the names of the services that were started.
- servicesStarted(String[], Current) - Method in interface com.zeroc.IceBox.ServiceObserver
-
Receives the names of the services that were started.
- servicesStarted(String[], Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Receives the names of the services that were started.
- servicesStartedAsync(String[]) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Receives the names of the services that were started.
- servicesStartedAsync(String[], Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Receives the names of the services that were started.
- servicesStopped(String[]) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Receives the names of the services that were stopped.
- servicesStopped(String[], Current) - Method in interface com.zeroc.IceBox.ServiceObserver
-
Receives the names of the services that were stopped.
- servicesStopped(String[], Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Receives the names of the services that were stopped.
- servicesStoppedAsync(String[]) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Receives the names of the services that were stopped.
- servicesStoppedAsync(String[], Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Receives the names of the services that were stopped.
- serviceTemplates - Variable in class com.zeroc.IceGrid.ApplicationDescriptor
-
The service templates.
- serviceTemplates - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The service templates to update.
- Session - Interface in com.zeroc.Glacier2
-
Represents a session between a client application and the Glacier2 router.
- Session - Interface in com.zeroc.IceGrid
-
Represents a session object used by IceGrid clients to allocate and release objects.
- SessionControl - Interface in com.zeroc.Glacier2
-
Represents a router-provided object that allows an application-provided session manager to configure the routing constraints for a session.
- SessionControlPrx - Interface in com.zeroc.Glacier2
-
Represents a router-provided object that allows an application-provided session manager to configure the routing constraints for a session.
- sessionId - Variable in class com.zeroc.IceGrid.ServerInfo
-
The ID of the session which allocated the server.
- SessionManager - Interface in com.zeroc.Glacier2
-
Represents an application-provided factory for session objects.
- SessionManagerPrx - Interface in com.zeroc.Glacier2
-
Represents an application-provided factory for session objects.
- SessionMetrics - Class in com.zeroc.IceMX
-
Provides information about Glacier2 sessions.
- SessionMetrics() - Constructor for class com.zeroc.IceMX.SessionMetrics
-
Constructs a
SessionMetrics
. - SessionMetrics(String, long, int, long, int, int, int, int, int, int, int, int) - Constructor for class com.zeroc.IceMX.SessionMetrics
-
Constructs a
SessionMetrics
with values for all its fields. - SessionNotExistException - Exception in com.zeroc.Glacier2
-
The exception that is thrown when a client tries to destroy a session with a router, but no session exists for this client.
- SessionNotExistException() - Constructor for exception com.zeroc.Glacier2.SessionNotExistException
-
Constructs a
SessionNotExistException
. - SessionPrx - Interface in com.zeroc.Glacier2
-
Represents a session between a client application and the Glacier2 router.
- SessionPrx - Interface in com.zeroc.IceGrid
-
Represents a session object used by IceGrid clients to allocate and release objects.
- setAdapter(ObjectAdapter) - Method in interface com.zeroc.Ice.Connection
-
Associates an object adapter with this connection.
- setAdapterDirectProxy(String, ObjectPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers or unregisters the endpoints of an object adapter.
- setAdapterDirectProxy(String, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers or unregisters the endpoints of an object adapter.
- setAdapterDirectProxyAsync(String, ObjectPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers or unregisters the endpoints of an object adapter.
- setAdapterDirectProxyAsync(String, ObjectPrx, Current) - Method in interface com.zeroc.Ice.LocatorRegistry
-
Registers or unregisters the endpoints of an object adapter.
- setAdapterDirectProxyAsync(String, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers or unregisters the endpoints of an object adapter.
- setAdapterOnConnection(ConnectionI) - Method in class com.zeroc.Ice.ObjectAdapter
-
Sets this object adapter on the specified connection.
- setAllocationTimeout(int) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Sets the allocation timeout.
- setAllocationTimeout(int, Current) - Method in interface com.zeroc.IceGrid.Session
-
Sets the allocation timeout.
- setAllocationTimeout(int, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Sets the allocation timeout.
- setAllocationTimeoutAsync(int) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Sets the allocation timeout.
- setAllocationTimeoutAsync(int, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
-
Sets the allocation timeout.
- setBufferSize(int, int) - Method in interface com.zeroc.Ice.Connection
-
Sets the size of the receive and send buffers.
- setCloseCallback(CloseCallback) - Method in interface com.zeroc.Ice.Connection
-
Sets a close callback on the connection.
- setConnection(ConnectionI, boolean) - Method in interface com.zeroc.Ice.Reference.GetConnectionCallback
-
Sets the established connection.
- setContext(Map<String, String>) - Method in interface com.zeroc.Ice.ImplicitContext
-
Set the underlying context.
- setDefaultLocator(LocatorPrx) - Method in class com.zeroc.Ice.Communicator
-
Sets the default locator of this communicator.
- setDefaultObjectAdapter(ObjectAdapter) - Method in class com.zeroc.Ice.Communicator
-
Sets the object adapter that will be associated with new outgoing connections created by this communicator.
- setDefaultRouter(RouterPrx) - Method in class com.zeroc.Ice.Communicator
-
Sets the default router of this communicator.
- setDelegate(O) - Method in class com.zeroc.IceMX.ObserverWithDelegate
-
Sets the delegate observer.
- setException(LocalException) - Method in interface com.zeroc.Ice.Reference.GetConnectionCallback
-
Sets an exception that occurred during connection establishment.
- setLocator(LocatorPrx) - Method in class com.zeroc.Ice.ObjectAdapter
-
Sets an Ice locator on this object adapter.
- setObservers(RegistryObserverPrx, NodeObserverPrx, ApplicationObserverPrx, AdapterObserverPrx, ObjectObserverPrx) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Sets the observer proxies that receive notifications when the state of the registry or nodes changes.
- setObservers(RegistryObserverPrx, NodeObserverPrx, ApplicationObserverPrx, AdapterObserverPrx, ObjectObserverPrx, Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Sets the observer proxies that receive notifications when the state of the registry or nodes changes.
- setObservers(RegistryObserverPrx, NodeObserverPrx, ApplicationObserverPrx, AdapterObserverPrx, ObjectObserverPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Sets the observer proxies that receive notifications when the state of the registry or nodes changes.
- setObserversAsync(RegistryObserverPrx, NodeObserverPrx, ApplicationObserverPrx, AdapterObserverPrx, ObjectObserverPrx) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Sets the observer proxies that receive notifications when the state of the registry or nodes changes.
- setObserversAsync(RegistryObserverPrx, NodeObserverPrx, ApplicationObserverPrx, AdapterObserverPrx, ObjectObserverPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Sets the observer proxies that receive notifications when the state of the registry or nodes changes.
- setObserversByIdentity(Identity, Identity, Identity, Identity, Identity) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Sets the observer identities that receive notifications when the state of the registry or nodes changes.
- setObserversByIdentity(Identity, Identity, Identity, Identity, Identity, Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Sets the observer identities that receive notifications when the state of the registry or nodes changes.
- setObserversByIdentity(Identity, Identity, Identity, Identity, Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Sets the observer identities that receive notifications when the state of the registry or nodes changes.
- setObserversByIdentityAsync(Identity, Identity, Identity, Identity, Identity) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Sets the observer identities that receive notifications when the state of the registry or nodes changes.
- setObserversByIdentityAsync(Identity, Identity, Identity, Identity, Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Sets the observer identities that receive notifications when the state of the registry or nodes changes.
- setObserverUpdater(ObserverUpdater) - Method in interface com.zeroc.Ice.Instrumentation.CommunicatorObserver
-
The Ice run-time calls this method when the communicator is initialized.
- setProcessLogger(Logger) - Static method in class com.zeroc.Ice.Util
-
Sets the per-process logger.
- setProperties(Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Updates the communicator's properties with the given property set.
- setProperties(Map<String, String>, Current) - Method in class com.zeroc.Ice.NativePropertiesAdmin
- setProperties(Map<String, String>, Current) - Method in interface com.zeroc.Ice.PropertiesAdmin
-
Updates the communicator's properties with the given property set.
- setProperties(Map<String, String>, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Updates the communicator's properties with the given property set.
- setPropertiesAsync(Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Updates the communicator's properties with the given property set.
- setPropertiesAsync(Map<String, String>, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Updates the communicator's properties with the given property set.
- setProperty(String, String) - Method in class com.zeroc.Ice.Properties
-
Set a property.
- setPublishedEndpoints(Endpoint[]) - Method in class com.zeroc.Ice.ObjectAdapter
-
Sets the endpoints that proxies created by this object adapter will contain.
- setReplicatedAdapterDirectProxy(String, String, ObjectPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers or unregisters the endpoints of an object adapter.
- setReplicatedAdapterDirectProxy(String, String, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers or unregisters the endpoints of an object adapter.
- setReplicatedAdapterDirectProxyAsync(String, String, ObjectPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers or unregisters the endpoints of an object adapter.
- setReplicatedAdapterDirectProxyAsync(String, String, ObjectPrx, Current) - Method in interface com.zeroc.Ice.LocatorRegistry
-
Registers or unregisters the endpoints of an object adapter.
- setReplicatedAdapterDirectProxyAsync(String, String, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers or unregisters the endpoints of an object adapter.
- setServerProcessProxy(String, ProcessPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers a proxy to the
ProcessPrx
object of a server application. - setServerProcessProxy(String, ProcessPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers a proxy to the
ProcessPrx
object of a server application. - setServerProcessProxyAsync(String, ProcessPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers a proxy to the
ProcessPrx
object of a server application. - setServerProcessProxyAsync(String, ProcessPrx, Current) - Method in interface com.zeroc.Ice.LocatorRegistry
-
Registers a proxy to the
ProcessPrx
object of a server application. - setServerProcessProxyAsync(String, ProcessPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Registers a proxy to the
ProcessPrx
object of a server application. - setUpdater(Runnable) - Method in class com.zeroc.IceMX.ObserverFactory
-
Sets an updater to be called when the factory is updated.
- shutdown() - Method in class com.zeroc.Ice.Communicator
-
Shuts down this communicator.
- shutdown() - Method in interface com.zeroc.Ice.ProcessPrx
-
Initiates a graceful shutdown of the server application.
- shutdown() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Shuts down all services.
- shutdown() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down the IceGrid registry.
- shutdown(Current) - Method in interface com.zeroc.Ice.Process
-
Initiates a graceful shutdown of the server application.
- shutdown(Current) - Method in interface com.zeroc.IceBox.ServiceManager
-
Shuts down all services.
- shutdown(Current) - Method in interface com.zeroc.IceGrid.Admin
-
Shuts down the IceGrid registry.
- shutdown(Map<String, String>) - Method in interface com.zeroc.Ice.ProcessPrx
-
Initiates a graceful shutdown of the server application.
- shutdown(Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Shuts down all services.
- shutdown(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down the IceGrid registry.
- shutdownAsync() - Method in interface com.zeroc.Ice.ProcessPrx
-
Initiates a graceful shutdown of the server application.
- shutdownAsync() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Shuts down all services.
- shutdownAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down the IceGrid registry.
- shutdownAsync(Map<String, String>) - Method in interface com.zeroc.Ice.ProcessPrx
-
Initiates a graceful shutdown of the server application.
- shutdownAsync(Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Shuts down all services.
- shutdownAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down the IceGrid registry.
- shutdownNode(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down an IceGrid node.
- shutdownNode(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Shuts down an IceGrid node.
- shutdownNode(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down an IceGrid node.
- shutdownNodeAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down an IceGrid node.
- shutdownNodeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down an IceGrid node.
- shutdownRegistry(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down an IceGrid registry.
- shutdownRegistry(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Shuts down an IceGrid registry.
- shutdownRegistry(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down an IceGrid registry.
- shutdownRegistryAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down an IceGrid registry.
- shutdownRegistryAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Shuts down an IceGrid registry.
- size - Variable in class com.zeroc.Ice.IncomingRequest
-
Gets the number of bytes in the request.
- size - Variable in class com.zeroc.Ice.OutgoingResponse
-
Gets the number of bytes in the response's payload.
- size - Variable in class com.zeroc.IceMX.ChildInvocationMetrics
-
The size of the invocation.
- size - Variable in class com.zeroc.IceMX.DispatchMetrics
-
The size of the incoming requests.
- size() - Method in class com.zeroc.Ice.InputStream
-
Determines the current size of the stream.
- size() - Method in class com.zeroc.Ice.OutputStream
-
Determines the current size of the stream.
- Size - Enum constant in enum class com.zeroc.Ice.OptionalFormat
-
"Size encoding" using 1 to 5 bytes, e.g., enum, class identifier.
- skip(int) - Method in class com.zeroc.Ice.InputStream
-
Skip the given number of bytes.
- skipEmptyEncapsulation() - Method in class com.zeroc.Ice.InputStream
-
Skips an empty encapsulation.
- skipEncapsulation() - Method in class com.zeroc.Ice.InputStream
-
Skips over an encapsulation.
- skipSize() - Method in class com.zeroc.Ice.InputStream
-
Skip over a size value.
- skipSlice() - Method in class com.zeroc.Ice.InputStream
-
Skips over a value or exception slice.
- SliceChecksumDictHelper - Class in com.zeroc.Ice
-
Helper class for marshaling/unmarshaling SliceChecksumDict.
- SliceChecksumDictHelper() - Constructor for class com.zeroc.Ice.SliceChecksumDictHelper
- SlicedData - Class in com.zeroc.Ice
-
Holds class slices that cannot be unmarshaled because their types are not known locally.
- SlicedData(SliceInfo[]) - Constructor for class com.zeroc.Ice.SlicedData
-
Constructs a SlicedData from the given array of slices.
- SlicedFormat - Enum constant in enum class com.zeroc.Ice.FormatType
-
Allow slicing and preserve slices for unknown types.
- SliceInfo - Class in com.zeroc.Ice
-
Encapsulates the details of a slice with an unknown type.
- SliceInfo(String, int, byte[], boolean, boolean) - Constructor for class com.zeroc.Ice.SliceInfo
-
The SliceInfo constructor.
- sliceLoader - Variable in class com.zeroc.Ice.InitializationData
-
The Slice loader, used to unmarshal Slice classes and exceptions.
- SliceLoader - Interface in com.zeroc.Ice
-
Creates class and exception instances from Slice type IDs.
- slices - Variable in class com.zeroc.Ice.SlicedData
-
The details of each slice, in order of most-derived to least-derived.
- SliceTypeId - Annotation Interface in com.zeroc.Ice
-
Assigns a Slice type ID to a class or to an interface.
- sndSize - Variable in class com.zeroc.Ice.TCPConnectionInfo
-
The connection buffer send size.
- sndSize - Variable in class com.zeroc.Ice.UDPConnectionInfo
-
The connection buffer send size.
- sndSize - Variable in class com.zeroc.IceBT.ConnectionInfo
-
The connection buffer send size.
- SocketException - Exception in com.zeroc.Ice
-
This exception indicates socket errors.
- SocketException() - Constructor for exception com.zeroc.Ice.SocketException
-
Constructs a SocketException with
null
as its detail message. - SocketException(Throwable) - Constructor for exception com.zeroc.Ice.SocketException
-
Constructs a SocketException with the specified cause.
- sourceAddress - Variable in class com.zeroc.Ice.IPEndpointInfo
-
The source IP address.
- SSLEndpointType - Interface in com.zeroc.Ice
-
Identifies SSL endpoints.
- SSLEngineFactory - Interface in com.zeroc.Ice.SSL
-
A factory for javax.net.ssl.SSLEngine objects.
- SSLInfo - Class in com.zeroc.Glacier2
-
Represents information gathered from an incoming SSL connection and used for authentication and authorization.
- SSLInfo() - Constructor for class com.zeroc.Glacier2.SSLInfo
-
Constructs a
SSLInfo
. - SSLInfo(String, int, String, int, String, String[]) - Constructor for class com.zeroc.Glacier2.SSLInfo
-
Constructs a
SSLInfo
with values for all its fields. - SSLPermissionsVerifier - Interface in com.zeroc.Glacier2
-
Represents an object that checks user permissions.
- SSLPermissionsVerifier.AuthorizeResult - Class in com.zeroc.Glacier2
-
Holds the result of operation authorize.
- SSLPermissionsVerifierPrx - Interface in com.zeroc.Glacier2
-
Represents an object that checks user permissions.
- SSLSessionManager - Interface in com.zeroc.Glacier2
-
Represents an application-provided factory for session objects.
- SSLSessionManagerPrx - Interface in com.zeroc.Glacier2
-
Represents an application-provided factory for session objects.
- start() - Method in class com.zeroc.IceMX.ObserverWithDelegate
-
Starts the stopwatch.
- start(String, Communicator, String[]) - Method in interface com.zeroc.IceBox.Service
-
Start the service.
- startEncapsulation() - Method in class com.zeroc.Ice.InputStream
-
Reads the start of an encapsulation.
- startEncapsulation() - Method in class com.zeroc.Ice.OutputStream
-
Writes the start of an encapsulation to the stream.
- startEncapsulation(EncodingVersion, FormatType) - Method in class com.zeroc.Ice.OutputStream
-
Writes the start of an encapsulation to the stream.
- startException() - Method in class com.zeroc.Ice.InputStream
-
Marks the start of a user exception.
- startException() - Method in class com.zeroc.Ice.OutputStream
-
Marks the start of a user exception.
- startReplyStream() - Method in class com.zeroc.Ice.Current
-
Starts the output stream for a successful reply, with everything up to and including the reply status.
- startServer(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Starts a server and waits for its activation.
- startServer(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Starts a server and waits for its activation.
- startServerAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Starts a server and waits for its activation.
- startServerAsync(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Starts a server and waits for its activation.
- startServerAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Starts a server and waits for its activation.
- startService(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Starts a service.
- startService(String, Current) - Method in interface com.zeroc.IceBox.ServiceManager
-
Starts a service.
- startService(String, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Starts a service.
- startServiceAsync(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Starts a service.
- startServiceAsync(String, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Starts a service.
- startSize() - Method in class com.zeroc.Ice.OutputStream
-
Returns the current position and allocates four bytes for a fixed-length (32-bit) size value.
- startSlice() - Method in class com.zeroc.Ice.InputStream
-
Reads the start of a value or exception slice.
- startSlice(String, int, boolean) - Method in class com.zeroc.Ice.OutputStream
-
Marks the start of a new slice for a class instance or user exception.
- startUpdate() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Acquires an exclusive lock to start updating the registry applications.
- startUpdate(Current) - Method in interface com.zeroc.IceGrid.AdminSession
-
Acquires an exclusive lock to start updating the registry applications.
- startUpdate(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Acquires an exclusive lock to start updating the registry applications.
- startUpdateAsync() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Acquires an exclusive lock to start updating the registry applications.
- startUpdateAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Acquires an exclusive lock to start updating the registry applications.
- startValue() - Method in class com.zeroc.Ice.InputStream
-
Marks the start of a class instance.
- startValue(SlicedData) - Method in class com.zeroc.Ice.OutputStream
-
Marks the start of a class instance.
- state - Variable in class com.zeroc.IceGrid.ServerDynamicInfo
-
The state of the server.
- stateChanged(ThreadState, ThreadState) - Method in interface com.zeroc.Ice.Instrumentation.ThreadObserver
-
Notification of thread state change.
- stop() - Method in interface com.zeroc.IceBox.Service
-
Stop the service.
- stop() - Method in class com.zeroc.IceMX.ObserverWithDelegate
-
Stops the stopwatch and returns the elapsed time.
- stopServer(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Stops a server.
- stopServer(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Stops a server.
- stopServerAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Stops a server.
- stopServerAsync(String, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Stops a server.
- stopServerAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Stops a server.
- stopService(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Stops a service.
- stopService(String, Current) - Method in interface com.zeroc.IceBox.ServiceManager
-
Stops a service.
- stopService(String, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Stops a service.
- stopServiceAsync(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Stops a service.
- stopServiceAsync(String, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Stops a service.
- StringIntDictHelper - Class in com.zeroc.IceMX
-
Helper class for marshaling/unmarshaling StringIntDict.
- StringIntDictHelper() - Constructor for class com.zeroc.IceMX.StringIntDictHelper
- StringObjectProxyDictHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling StringObjectProxyDict.
- StringObjectProxyDictHelper() - Constructor for class com.zeroc.IceGrid.StringObjectProxyDictHelper
- StringSet - Interface in com.zeroc.Glacier2
-
Manages a set of constraints on a
SessionPrx
. - StringSetPrx - Interface in com.zeroc.Glacier2
-
Manages a set of constraints on a
SessionPrx
. - StringStringDictHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling StringStringDict.
- StringStringDictHelper() - Constructor for class com.zeroc.IceGrid.StringStringDictHelper
- stringToEncodingVersion(String) - Static method in class com.zeroc.Ice.Util
-
Converts a string to an encoding version.
- stringToIdentity(String) - Static method in class com.zeroc.Ice.Util
-
Converts a stringified identity into an Identity.
- stringToProtocolVersion(String) - Static method in class com.zeroc.Ice.Util
-
Converts a string to a protocol version.
- stringToProxy(String) - Method in class com.zeroc.Ice.Communicator
-
Converts a stringified proxy into a proxy.
- stringVersion() - Static method in class com.zeroc.Ice.Util
-
Returns the Ice version in the form
A.B.C
, whereA
indicates the major version,B
indicates the minor version, andC
indicates the patch level. - subscribeAndGetPublisher(Map<String, String>, ObjectPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Subscribes to this topic.
- subscribeAndGetPublisher(Map<String, String>, ObjectPrx, Current) - Method in interface com.zeroc.IceStorm.Topic
-
Subscribes to this topic.
- subscribeAndGetPublisher(Map<String, String>, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Subscribes to this topic.
- subscribeAndGetPublisherAsync(Map<String, String>, ObjectPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Subscribes to this topic.
- subscribeAndGetPublisherAsync(Map<String, String>, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Subscribes to this topic.
- SubscriberMetrics - Class in com.zeroc.IceMX
-
Provides information about IceStorm subscribers.
- SubscriberMetrics() - Constructor for class com.zeroc.IceMX.SubscriberMetrics
-
Constructs a
SubscriberMetrics
. - SubscriberMetrics(String, long, int, long, int, int, int, long) - Constructor for class com.zeroc.IceMX.SubscriberMetrics
-
Constructs a
SubscriberMetrics
with values for all its fields. - swap(InputStream) - Method in class com.zeroc.Ice.InputStream
-
Swaps the contents of one stream with another.
- swap(OutputStream) - Method in class com.zeroc.Ice.OutputStream
-
Swaps the contents of one stream with another.
- syncApplication(ApplicationDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Synchronizes a deployed application.
- syncApplication(ApplicationDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Synchronizes a deployed application.
- syncApplication(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Synchronizes a deployed application.
- syncApplicationAsync(ApplicationDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Synchronizes a deployed application.
- syncApplicationAsync(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Synchronizes a deployed application.
- syncApplicationWithoutRestart(ApplicationDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Synchronizes a deployed application.
- syncApplicationWithoutRestart(ApplicationDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Synchronizes a deployed application.
- syncApplicationWithoutRestart(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Synchronizes a deployed application.
- syncApplicationWithoutRestartAsync(ApplicationDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Synchronizes a deployed application.
- syncApplicationWithoutRestartAsync(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Synchronizes a deployed application.
- SyscallException - Exception in com.zeroc.Ice
-
This exception is raised if a system error occurred in the server or client process.
- SyscallException(String) - Constructor for exception com.zeroc.Ice.SyscallException
-
Constructs a SyscallException with the specified detail message.
- SyscallException(String, Throwable) - Constructor for exception com.zeroc.Ice.SyscallException
-
Constructs a SyscallException with the specified detail message and cause.
- SyscallException(Throwable) - Constructor for exception com.zeroc.Ice.SyscallException
-
Constructs a SyscallException with a
null
detail message and the specified cause.
T
- TCPConnectionInfo - Class in com.zeroc.Ice
-
Provides access to the connection details of a TCP connection
- TCPEndpointInfo - Class in com.zeroc.Ice
-
Provides access to a TCP endpoint information.
- TCPEndpointType - Interface in com.zeroc.Ice
-
Identifies TCP endpoints.
- template - Variable in class com.zeroc.IceGrid.ServerInstanceDescriptor
-
The template used by this instance.
- template - Variable in class com.zeroc.IceGrid.ServiceInstanceDescriptor
-
The template used by this instance.
- TemplateDescriptor - Class in com.zeroc.IceGrid
-
Describes a template for a server or an IceBox service.
- TemplateDescriptor() - Constructor for class com.zeroc.IceGrid.TemplateDescriptor
-
Constructs a
TemplateDescriptor
. - TemplateDescriptor(CommunicatorDescriptor, List<String>, Map<String, String>) - Constructor for class com.zeroc.IceGrid.TemplateDescriptor
-
Constructs a
TemplateDescriptor
with values for all its fields. - TemplateDescriptorDictHelper - Class in com.zeroc.IceGrid
-
Helper class for marshaling/unmarshaling TemplateDescriptorDict.
- TemplateDescriptorDictHelper() - Constructor for class com.zeroc.IceGrid.TemplateDescriptorDictHelper
- theTopic - Variable in class com.zeroc.IceStorm.LinkInfo
-
The linked topic proxy.
- ThreadMetrics - Class in com.zeroc.IceMX
-
Provides information on the number of threads currently in use and their activity.
- ThreadMetrics() - Constructor for class com.zeroc.IceMX.ThreadMetrics
-
Constructs a
ThreadMetrics
. - ThreadMetrics(String, long, int, long, int, int, int, int) - Constructor for class com.zeroc.IceMX.ThreadMetrics
-
Constructs a
ThreadMetrics
with values for all its fields. - ThreadObserver - Interface in com.zeroc.Ice.Instrumentation
-
The thread observer interface to instrument Ice threads.
- threadStart - Variable in class com.zeroc.Ice.InitializationData
-
threadStart is called whenever the communicator starts a new thread.
- ThreadState - Enum Class in com.zeroc.Ice.Instrumentation
-
The thread state enumeration keeps track of the different possible states of Ice threads.
- ThreadStateIdle - Enum constant in enum class com.zeroc.Ice.Instrumentation.ThreadState
-
The thread is idle.
- ThreadStateInUseForIO - Enum constant in enum class com.zeroc.Ice.Instrumentation.ThreadState
-
The thread is in use performing reads or writes for Ice connections.
- ThreadStateInUseForOther - Enum constant in enum class com.zeroc.Ice.Instrumentation.ThreadState
-
The thread is performing other internal activities (DNS lookups, timer callbacks, etc).
- ThreadStateInUseForUser - Enum constant in enum class com.zeroc.Ice.Instrumentation.ThreadState
-
The thread is calling user code (servant implementation, AMI callbacks).
- threadStop - Variable in class com.zeroc.Ice.InitializationData
-
threadStop is called whenever a thread created by the communicator is about to be destroyed.
- throwException() - Method in interface com.zeroc.Ice.Connection
-
Throws an exception that provides the reason for the closure of this connection.
- throwException() - Method in class com.zeroc.Ice.InputStream
-
Extracts a user exception from the stream and throws it.
- TimeoutException - Exception in com.zeroc.Ice
-
This exception indicates a timeout condition.
- TimeoutException() - Constructor for exception com.zeroc.Ice.TimeoutException
-
Constructs a TimeoutException.
- TimeoutException(String) - Constructor for exception com.zeroc.Ice.TimeoutException
-
Constructs a TimeoutException with a message.
- timestamp - Variable in class com.zeroc.Ice.LogMessage
-
The date and time when the
RemoteLoggerPrx
received this message, expressed as the number of microseconds since the Unix Epoch (00:00:00 UTC on 1 January 1970). - timestamp - Variable in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewResult
-
The local time of the process when the metrics objects were retrieved.
- Topic - Interface in com.zeroc.IceStorm
-
Represents an IceStorm topic.
- TopicDictHelper - Class in com.zeroc.IceStorm
-
Helper class for marshaling/unmarshaling TopicDict.
- TopicDictHelper() - Constructor for class com.zeroc.IceStorm.TopicDictHelper
- TopicExists - Exception in com.zeroc.IceStorm
-
The exception that is thrown when attempting to create a topic that already exists.
- TopicExists() - Constructor for exception com.zeroc.IceStorm.TopicExists
-
Constructs a
TopicExists
. - TopicExists(String) - Constructor for exception com.zeroc.IceStorm.TopicExists
-
Constructs a
TopicExists
with values for all its fields. - TopicManager - Interface in com.zeroc.IceStorm
-
Represents an object that manages topics.
- TopicManagerPrx - Interface in com.zeroc.IceStorm
-
Represents an object that manages topics.
- TopicMetrics - Class in com.zeroc.IceMX
-
Provides information about one or more IceStorm topics.
- TopicMetrics() - Constructor for class com.zeroc.IceMX.TopicMetrics
-
Constructs a
TopicMetrics
. - TopicMetrics(String, long, int, long, int, long, long) - Constructor for class com.zeroc.IceMX.TopicMetrics
-
Constructs a
TopicMetrics
with values for all its fields. - TopicPrx - Interface in com.zeroc.IceStorm
-
Represents an IceStorm topic.
- toString() - Method in record class com.zeroc.Ice.ConnectionOptions
-
Returns a string representation of this record class.
- toString() - Method in exception com.zeroc.Ice.UserException
-
Returns a string representation of this exception.
- ToStringMode - Enum Class in com.zeroc.Ice
-
The output mode for xxxToString methods such as identityToString and proxyToString.
- total - Variable in class com.zeroc.IceMX.Metrics
-
The total number of objects observed by this metrics.
- totalLifetime - Variable in class com.zeroc.IceMX.Metrics
-
The sum of the lifetime of each observed objects.
- trace(String, String) - Method in interface com.zeroc.Ice.Logger
-
Log a trace message.
- traceCategory - Variable in class com.zeroc.Ice.LogMessage
-
For a message of type 'trace', the trace category of this log message; otherwise, the empty string.
- TraceMessage - Enum constant in enum class com.zeroc.Ice.LogMessageType
-
The
RemoteLoggerPrx
received a trace message. - TwowayOnlyException - Exception in com.zeroc.Ice
-
The exception that is thrown when attempting to invoke an operation with
ice_oneway
,ice_batchOneway
,ice_datagram
, orice_batchDatagram
, and the operation has a return value, an out parameter, or an exception specification. - TwowayOnlyException(String) - Constructor for exception com.zeroc.Ice.TwowayOnlyException
-
Constructs a TwowayOnlyException with the operation name.
- type - Variable in class com.zeroc.Ice.LogMessage
-
The type of message sent to the
RemoteLoggerPrx
. - type - Variable in class com.zeroc.IceGrid.ObjectDescriptor
-
The object type.
- type - Variable in class com.zeroc.IceGrid.ObjectInfo
-
The type of the object.
- type() - Method in interface com.zeroc.Ice.Connection
-
Gets the connection type.
- type() - Method in class com.zeroc.Ice.EndpointInfo
-
Returns the type of the endpoint.
- type() - Method in class com.zeroc.Ice.OpaqueEndpointInfo
- type() - Method in class com.zeroc.Ice.TCPEndpointInfo
- type() - Method in class com.zeroc.Ice.UDPEndpointInfo
- type() - Method in class com.zeroc.IceBT.EndpointInfo
- typeId - Variable in class com.zeroc.Ice.SliceInfo
-
The Slice type ID for this slice.
- typeIdToClass(String) - Static method in class com.zeroc.Ice.Util
-
Translates a Slice type id to a Java class name.
U
- UDPConnectionInfo - Class in com.zeroc.Ice
-
Provides access to the connection details of a UDP connection
- UDPEndpointInfo - Class in com.zeroc.Ice
-
Provides access to an UDP endpoint information.
- UDPEndpointType - Interface in com.zeroc.Ice
-
Identifies UDP endpoints.
- Unauthorized - Enum constant in enum class com.zeroc.Ice.ReplyStatus
-
The caller is not authorized to access the requested resource.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.StringSetPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.ProcessPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RouterFinderPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RouterPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdminPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.FileParserPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.LocatorPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.QueryPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.SessionPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.FinderPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.TopicPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.RouterPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.StringSetPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.ObjectPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.ProcessPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RouterFinderPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RouterPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdminPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.FileParserPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.LocatorPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.QueryPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.RegistryPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.SessionPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.FinderPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
-
Creates a new proxy from an existing proxy.
- uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.TopicPrx
-
Creates a new proxy from an existing proxy.
- underlying - Variable in class com.zeroc.Ice.ConnectionInfo
-
The information of the underlying transport or null if there's no underlying transport.
- underlying - Variable in class com.zeroc.Ice.EndpointInfo
-
The information of the underlying endpoint or null if there's no underlying endpoint.
- Unicode - Enum constant in enum class com.zeroc.Ice.ToStringMode
-
Characters with ordinal values greater than 127 are kept as-is in the resulting string.
- UnknownException - Exception in com.zeroc.Ice
-
The exception that is thrown when a dispatch failed with an exception that is not a
LocalException
or aUserException
. - UnknownException - Enum constant in enum class com.zeroc.Ice.ReplyStatus
-
The dispatch failed with some other exception (neither an Ice local exception nor a Slice user exception).
- UnknownException(String) - Constructor for exception com.zeroc.Ice.UnknownException
-
Constructs an UnknownException with a message.
- UnknownException(String, Throwable) - Constructor for exception com.zeroc.Ice.UnknownException
-
Constructs an UnknownException with a message and a cause.
- UnknownException(Throwable) - Constructor for exception com.zeroc.Ice.UnknownException
-
Constructs an UnknownException with a cause.
- UnknownLocalException - Exception in com.zeroc.Ice
-
The exception that is thrown when a dispatch failed with a
LocalException
that is not a DispatchException. - UnknownLocalException - Enum constant in enum class com.zeroc.Ice.ReplyStatus
-
The dispatch failed with an Ice local exception.
- UnknownLocalException(String) - Constructor for exception com.zeroc.Ice.UnknownLocalException
-
Constructs an UnknownLocalException with a message.
- UnknownMetricsView - Exception in com.zeroc.IceMX
-
The exception that is thrown when a metrics view cannot be found.
- UnknownMetricsView() - Constructor for exception com.zeroc.IceMX.UnknownMetricsView
-
Constructs a
UnknownMetricsView
. - UnknownSlicedValue - Class in com.zeroc.Ice
-
Unknown sliced value holds an instance of an unknown Slice class type.
- UnknownSlicedValue(String) - Constructor for class com.zeroc.Ice.UnknownSlicedValue
-
Represents an instance of a Slice class type having the given Slice type.
- UnknownUserException - Exception in com.zeroc.Ice
-
The exception that is thrown when a client receives a
UserException
that was not declared in the operation's exception specification. - UnknownUserException - Enum constant in enum class com.zeroc.Ice.ReplyStatus
-
The dispatch failed with a Slice user exception that does not conform to the exception specification of the operation.
- UnknownUserException(String) - Constructor for exception com.zeroc.Ice.UnknownUserException
-
Constructs an UnknownUserException with a message.
- unlink(TopicPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Destroys a link from this topic to the provided topic.
- unlink(TopicPrx, Current) - Method in interface com.zeroc.IceStorm.Topic
-
Destroys a link from this topic to the provided topic.
- unlink(TopicPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Destroys a link from this topic to the provided topic.
- unlinkAsync(TopicPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Destroys a link from this topic to the provided topic.
- unlinkAsync(TopicPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Destroys a link from this topic to the provided topic.
- unmarshal(InputStream) - Method in interface com.zeroc.Ice.OutgoingAsync.Unmarshaler
-
Unmarshals a value from the input stream.
- unsubscribe(ObjectPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Unsubscribes the provided
subscriber
from this topic. - unsubscribe(ObjectPrx, Current) - Method in interface com.zeroc.IceStorm.Topic
-
Unsubscribes the provided
subscriber
from this topic. - unsubscribe(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Unsubscribes the provided
subscriber
from this topic. - unsubscribeAsync(ObjectPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Unsubscribes the provided
subscriber
from this topic. - unsubscribeAsync(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
-
Unsubscribes the provided
subscriber
from this topic. - update() - Method in class com.zeroc.IceMX.ObserverFactory
-
Updates the metrics maps and enabled state.
- update(T) - Method in interface com.zeroc.IceMX.Observer.MetricsUpdate
-
Updates the metrics object.
- updateAdapter(String, AdapterDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that the state of an object adapter changed.
- updateAdapter(String, AdapterDynamicInfo, Current) - Method in interface com.zeroc.IceGrid.NodeObserver
-
Notifies the observer that the state of an object adapter changed.
- updateAdapter(String, AdapterDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that the state of an object adapter changed.
- updateAdapterAsync(String, AdapterDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that the state of an object adapter changed.
- updateAdapterAsync(String, AdapterDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that the state of an object adapter changed.
- updateApplication(ApplicationUpdateDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates a deployed application.
- updateApplication(ApplicationUpdateDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Updates a deployed application.
- updateApplication(ApplicationUpdateDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates a deployed application.
- updateApplicationAsync(ApplicationUpdateDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates a deployed application.
- updateApplicationAsync(ApplicationUpdateDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates a deployed application.
- updateApplicationWithoutRestart(ApplicationUpdateDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates a deployed application.
- updateApplicationWithoutRestart(ApplicationUpdateDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Updates a deployed application.
- updateApplicationWithoutRestart(ApplicationUpdateDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates a deployed application.
- updateApplicationWithoutRestartAsync(ApplicationUpdateDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates a deployed application.
- updateApplicationWithoutRestartAsync(ApplicationUpdateDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates a deployed application.
- updateConnectionObservers() - Method in interface com.zeroc.Ice.Instrumentation.ObserverUpdater
-
Update connection observers associated with each of the Ice connection from the communicator and its object adapters.
- updateConnectionObservers() - Method in class com.zeroc.Ice.ObjectAdapter
-
Updates the connection observers for all incoming connection factories.
- updateObject(ObjectPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates an object in the object registry.
- updateObject(ObjectPrx, Current) - Method in interface com.zeroc.IceGrid.Admin
-
Updates an object in the object registry.
- updateObject(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates an object in the object registry.
- updateObjectAsync(ObjectPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates an object in the object registry.
- updateObjectAsync(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
-
Updates an object in the object registry.
- updateServer(String, ServerDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that the state of a server changed.
- updateServer(String, ServerDynamicInfo, Current) - Method in interface com.zeroc.IceGrid.NodeObserver
-
Notifies the observer that the state of a server changed.
- updateServer(String, ServerDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that the state of a server changed.
- updateServerAsync(String, ServerDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that the state of a server changed.
- updateServerAsync(String, ServerDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
-
Notifies the observer that the state of a server changed.
- updateThreadObservers() - Method in interface com.zeroc.Ice.Instrumentation.ObserverUpdater
-
Update thread observers associated with each of the Ice thread from the communicator and its object adapters.
- updateThreadObservers() - Method in class com.zeroc.Ice.ObjectAdapter
-
Updates the thread observers for the thread pool.
- updateTime - Variable in class com.zeroc.IceGrid.ApplicationInfo
-
The last update time.
- updateTime - Variable in class com.zeroc.IceGrid.ApplicationUpdateInfo
-
The update time.
- updateUser - Variable in class com.zeroc.IceGrid.ApplicationInfo
-
The user who updated the application.
- updateUser - Variable in class com.zeroc.IceGrid.ApplicationUpdateInfo
-
The user who updated the application.
- URIEndpointType - Interface in com.zeroc.Ice
-
Identifies endpoints marshaled as URI strings.
- use(Function<Object, Object>) - Method in class com.zeroc.Ice.ObjectAdapter
-
Adds a middleware to the dispatch pipeline of this object adapter.
- user - Variable in class com.zeroc.IceGrid.ServerDescriptor
-
The user account used to run the server.
- UserAccountMapper - Interface in com.zeroc.IceGrid
-
Maps user strings in server descriptors to actual user account names.
- UserAccountMapperPrx - Interface in com.zeroc.IceGrid
-
Maps user strings in server descriptors to actual user account names.
- UserAccountNotFoundException - Exception in com.zeroc.IceGrid
-
The exception that is thrown when a user account for a given session identifier can't be found.
- UserAccountNotFoundException() - Constructor for exception com.zeroc.IceGrid.UserAccountNotFoundException
-
Constructs a
UserAccountNotFoundException
. - userException - Variable in class com.zeroc.IceMX.DispatchMetrics
-
The number of dispatches that failed with a user exception.
- userException - Variable in class com.zeroc.IceMX.InvocationMetrics
-
The number of invocations that failed with a user exception.
- userException() - Method in interface com.zeroc.Ice.Instrumentation.DispatchObserver
-
Notification of a user exception.
- userException() - Method in interface com.zeroc.Ice.Instrumentation.InvocationObserver
-
Notification of a user exception.
- UserException - Exception in com.zeroc.Ice
-
Base class for exceptions defined in Slice.
- UserException - Enum constant in enum class com.zeroc.Ice.ReplyStatus
-
The dispatch completed with a Slice user exception.
- UserException() - Constructor for exception com.zeroc.Ice.UserException
- Util - Class in com.zeroc.Ice
-
Utility methods for the Ice runtime.
- uuid - Variable in class com.zeroc.IceBT.ConnectionInfo
-
The UUID of the service being offered (in a server) or targeted (in a client).
- uuid - Variable in class com.zeroc.IceBT.EndpointInfo
-
The UUID configured with the endpoint.
- uuid - Variable in class com.zeroc.IceGrid.ApplicationInfo
-
Unique application identifier.
- uuid - Variable in class com.zeroc.IceGrid.ServerInfo
-
The application UUID.
V
- value - Static variable in interface com.zeroc.Ice.BTEndpointType
-
The value of Slice constant '::Ice::BTEndpointType'
- value - Static variable in interface com.zeroc.Ice.BTSEndpointType
-
The value of Slice constant '::Ice::BTSEndpointType'
- value - Static variable in interface com.zeroc.Ice.iAPEndpointType
-
The value of Slice constant '::Ice::iAPEndpointType'
- value - Static variable in interface com.zeroc.Ice.iAPSEndpointType
-
The value of Slice constant '::Ice::iAPSEndpointType'
- value - Static variable in interface com.zeroc.Ice.SSLEndpointType
-
The value of Slice constant '::Ice::SSLEndpointType'
- value - Static variable in interface com.zeroc.Ice.TCPEndpointType
-
The value of Slice constant '::Ice::TCPEndpointType'
- value - Static variable in interface com.zeroc.Ice.UDPEndpointType
-
The value of Slice constant '::Ice::UDPEndpointType'
- value - Static variable in interface com.zeroc.Ice.URIEndpointType
-
The value of Slice constant '::Ice::URIEndpointType'
- value - Static variable in interface com.zeroc.Ice.WSEndpointType
-
The value of Slice constant '::Ice::WSEndpointType'
- value - Static variable in interface com.zeroc.Ice.WSSEndpointType
-
The value of Slice constant '::Ice::WSSEndpointType'
- value - Variable in class com.zeroc.IceGrid.BoxedDistributionDescriptor
-
The value of the boxed distribution descriptor.
- value - Variable in class com.zeroc.IceGrid.BoxedString
-
The value of the boxed string.
- value - Variable in class com.zeroc.IceGrid.PropertyDescriptor
-
The value of the property.
- value() - Element in annotation interface com.zeroc.Ice.CompactSliceTypeId
-
Returns the compact ID of this class.
- value() - Method in enum class com.zeroc.Ice.CompressBatch
-
Returns the integer value of this enumerator.
- value() - Method in enum class com.zeroc.Ice.EndpointSelectionType
-
Returns the integer value of this enumerator.
- value() - Method in enum class com.zeroc.Ice.Instrumentation.ConnectionState
-
Returns the integer value of this enumerator.
- value() - Method in enum class com.zeroc.Ice.Instrumentation.ThreadState
-
Returns the integer value of this enumerator.
- value() - Method in enum class com.zeroc.Ice.LogMessageType
-
Returns the integer value of this enumerator.
- value() - Method in enum class com.zeroc.Ice.OperationMode
-
Returns the integer value of this enumerator.
- value() - Method in enum class com.zeroc.Ice.OptionalFormat
-
Returns the integer value of this enumerator.
- value() - Method in enum class com.zeroc.Ice.ReplyStatus
-
Returns the integer value of this enumerator.
- value() - Element in annotation interface com.zeroc.Ice.SliceTypeId
-
The Slice type ID of this class or interface.
- value() - Method in enum class com.zeroc.Ice.ToStringMode
-
Returns the integer value of this enumerator.
- value() - Method in enum class com.zeroc.IceGrid.LoadSample
-
Returns the integer value of this enumerator.
- value() - Method in enum class com.zeroc.IceGrid.ServerState
-
Returns the integer value of this enumerator.
- Value - Class in com.zeroc.Ice
-
The base class for instances of Slice classes.
- Value() - Constructor for class com.zeroc.Ice.Value
- valueOf(int) - Static method in enum class com.zeroc.Ice.CompressBatch
-
Returns the enumerator corresponding to the given integer value.
- valueOf(int) - Static method in enum class com.zeroc.Ice.EndpointSelectionType
-
Returns the enumerator corresponding to the given integer value.
- valueOf(int) - Static method in enum class com.zeroc.Ice.Instrumentation.ConnectionState
-
Returns the enumerator corresponding to the given integer value.
- valueOf(int) - Static method in enum class com.zeroc.Ice.Instrumentation.ThreadState
-
Returns the enumerator corresponding to the given integer value.
- valueOf(int) - Static method in enum class com.zeroc.Ice.LogMessageType
-
Returns the
LogMessageType
enumerator corresponding to the given integer value. - valueOf(int) - Static method in enum class com.zeroc.Ice.OperationMode
-
Returns the
OperationMode
enumerator corresponding to the given integer value. - valueOf(int) - Static method in enum class com.zeroc.Ice.OptionalFormat
-
Returns the enumerator corresponding to the given integer value.
- valueOf(int) - Static method in enum class com.zeroc.Ice.ReplyStatus
-
Returns the
ReplyStatus
enumerator corresponding to the given integer value. - valueOf(int) - Static method in enum class com.zeroc.Ice.ToStringMode
-
Returns the enumerator corresponding to the given integer value.
- valueOf(int) - Static method in enum class com.zeroc.IceGrid.LoadSample
-
Returns the
LoadSample
enumerator corresponding to the given integer value. - valueOf(int) - Static method in enum class com.zeroc.IceGrid.ServerState
-
Returns the
ServerState
enumerator corresponding to the given integer value. - valueOf(String) - Static method in enum class com.zeroc.Ice.CompressBatch
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zeroc.Ice.EndpointSelectionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zeroc.Ice.FormatType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zeroc.Ice.Instrumentation.ConnectionState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zeroc.Ice.Instrumentation.ThreadState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zeroc.Ice.LogMessageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zeroc.Ice.OperationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zeroc.Ice.OptionalFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zeroc.Ice.ReplyStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zeroc.Ice.ToStringMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zeroc.IceGrid.LoadSample
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.zeroc.IceGrid.ServerState
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.zeroc.Ice.CompressBatch
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zeroc.Ice.EndpointSelectionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zeroc.Ice.FormatType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zeroc.Ice.Instrumentation.ConnectionState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zeroc.Ice.Instrumentation.ThreadState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zeroc.Ice.LogMessageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zeroc.Ice.OperationMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zeroc.Ice.OptionalFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zeroc.Ice.ReplyStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zeroc.Ice.ToStringMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zeroc.IceGrid.LoadSample
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.zeroc.IceGrid.ServerState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variables - Variable in class com.zeroc.IceGrid.ApplicationDescriptor
-
The variables defined in the application descriptor.
- variables - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
-
The variables to update.
- variables - Variable in class com.zeroc.IceGrid.NodeDescriptor
-
The variables defined for the node.
- variables - Variable in class com.zeroc.IceGrid.NodeUpdateDescriptor
-
The variables to update.
- verified - Variable in class com.zeroc.Ice.SSL.ConnectionInfo
-
The certificate chain verification status.
- version - Variable in class com.zeroc.IceGrid.NodeInfo
-
The operation system version.
- VSize - Enum constant in enum class com.zeroc.Ice.OptionalFormat
-
"Size encoding" using 1 to 5 bytes followed by data, e.g., string, fixed size struct, or containers whose size can be computed prior to marshaling.
W
- waitForCompleted() - Method in class com.zeroc.Ice.InvocationFuture
-
Blocks the caller until the result of the invocation is available.
- waitForDeactivate() - Method in class com.zeroc.Ice.ObjectAdapter
-
Waits until
ObjectAdapter.deactivate()
is called on this object adapter and all connections accepted by this object adapter are closed. - waitForHold() - Method in class com.zeroc.Ice.ObjectAdapter
-
Waits until the object adapter is in the holding state (see
ObjectAdapter.hold()
) and the dispatch of requests received over incoming connection has completed. - waitForSent() - Method in class com.zeroc.Ice.InvocationFuture
-
Blocks the caller until the request has been written to the client-side transport.
- waitForShutdown() - Method in class com.zeroc.Ice.Communicator
-
Waits for shutdown to complete.
- warning(String) - Method in interface com.zeroc.Ice.Logger
-
Log a warning message.
- WarningMessage - Enum constant in enum class com.zeroc.Ice.LogMessageType
-
The
RemoteLoggerPrx
received a warning message. - whenSent(BiConsumer<Boolean, ? super Throwable>) - Method in class com.zeroc.Ice.InvocationFuture
-
Returns a future that completes when the entire request message has been accepted by the transport and executes the given action.
- whenSentAsync(BiConsumer<Boolean, ? super Throwable>) - Method in class com.zeroc.Ice.InvocationFuture
-
Returns a future that completes when the entire request message has been accepted by the transport and executes the given action using the default executor.
- whenSentAsync(BiConsumer<Boolean, ? super Throwable>, Executor) - Method in class com.zeroc.Ice.InvocationFuture
-
Returns a future that completes when the entire request message has been accepted by the transport and executes the given action using the executor.
- write(OutputStream) - Method in class com.zeroc.Glacier2.PermissionsVerifier.CheckPermissionsResult
-
Marshals the result for the checkPermissions operation.
- write(OutputStream) - Method in class com.zeroc.Glacier2.SSLPermissionsVerifier.AuthorizeResult
-
Marshals the result for the authorize operation.
- write(OutputStream) - Method in class com.zeroc.Ice.LoggerAdmin.GetLogResult
-
Marshals the result for the getLog operation.
- write(OutputStream) - Method in class com.zeroc.Ice.Router.GetClientProxyResult
-
Marshals the result for the getClientProxy operation.
- write(OutputStream) - Method in class com.zeroc.IceGrid.FileIterator.ReadResult
-
Marshals the result for the read operation.
- write(OutputStream) - Method in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewNamesResult
-
Marshals the result for the getMetricsViewNames operation.
- write(OutputStream) - Method in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewResult
-
Marshals the result for the getMetricsView operation.
- write(OutputStream, int, Identity[]) - Static method in class com.zeroc.Ice.IdentitySeqHelper
-
Marshals an optional list of
IdentitySeq
into an output stream. - write(OutputStream, int, LogMessage[]) - Static method in class com.zeroc.Ice.LogMessageSeqHelper
-
Marshals an optional list of
LogMessageSeq
into an output stream. - write(OutputStream, int, LogMessageType[]) - Static method in class com.zeroc.Ice.LogMessageTypeSeqHelper
-
Marshals an optional list of
LogMessageTypeSeq
into an output stream. - write(OutputStream, int, ObjectPrx[]) - Static method in class com.zeroc.Ice.ObjectProxySeqHelper
-
Marshals an optional list of
ObjectProxySeq
into an output stream. - write(OutputStream, int, Value[]) - Static method in class com.zeroc.Ice.ObjectSeqHelper
-
Marshals an optional list of
ObjectSeq
into an output stream. - write(OutputStream, int, AdapterInfo[]) - Static method in class com.zeroc.IceGrid.AdapterInfoSeqHelper
-
Marshals an optional list of
AdapterInfoSeq
into an output stream. - write(OutputStream, int, DbEnvDescriptor[]) - Static method in class com.zeroc.IceGrid.DbEnvDescriptorSeqHelper
-
Marshals an optional list of
DbEnvDescriptorSeq
into an output stream. - write(OutputStream, int, NodeDynamicInfo[]) - Static method in class com.zeroc.IceGrid.NodeDynamicInfoSeqHelper
-
Marshals an optional list of
NodeDynamicInfoSeq
into an output stream. - write(OutputStream, int, ObjectInfo[]) - Static method in class com.zeroc.IceGrid.ObjectInfoSeqHelper
-
Marshals an optional list of
ObjectInfoSeq
into an output stream. - write(OutputStream, int, RegistryInfo[]) - Static method in class com.zeroc.IceGrid.RegistryInfoSeqHelper
-
Marshals an optional list of
RegistryInfoSeq
into an output stream. - write(OutputStream, int, Metrics[]) - Static method in class com.zeroc.IceMX.MetricsMapHelper
-
Marshals an optional list of
MetricsMap
into an output stream. - write(OutputStream, int, MetricsFailures[]) - Static method in class com.zeroc.IceMX.MetricsFailuresSeqHelper
-
Marshals an optional list of
MetricsFailuresSeq
into an output stream. - write(OutputStream, int, LinkInfo[]) - Static method in class com.zeroc.IceStorm.LinkInfoSeqHelper
-
Marshals an optional list of
LinkInfoSeq
into an output stream. - write(OutputStream, int, List<AdapterDescriptor>) - Static method in class com.zeroc.IceGrid.AdapterDescriptorSeqHelper
-
Marshals an optional list of
AdapterDescriptorSeq
into an output stream. - write(OutputStream, int, List<AdapterDynamicInfo>) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfoSeqHelper
-
Marshals an optional list of
AdapterDynamicInfoSeq
into an output stream. - write(OutputStream, int, List<ApplicationDescriptor>) - Static method in class com.zeroc.IceGrid.ApplicationDescriptorSeqHelper
-
Marshals an optional list of
ApplicationDescriptorSeq
into an output stream. - write(OutputStream, int, List<ApplicationInfo>) - Static method in class com.zeroc.IceGrid.ApplicationInfoSeqHelper
-
Marshals an optional list of
ApplicationInfoSeq
into an output stream. - write(OutputStream, int, List<NodeUpdateDescriptor>) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
-
Marshals an optional list of
NodeUpdateDescriptorSeq
into an output stream. - write(OutputStream, int, List<ObjectDescriptor>) - Static method in class com.zeroc.IceGrid.ObjectDescriptorSeqHelper
-
Marshals an optional list of
ObjectDescriptorSeq
into an output stream. - write(OutputStream, int, List<PropertyDescriptor>) - Static method in class com.zeroc.IceGrid.PropertyDescriptorSeqHelper
-
Marshals an optional list of
PropertyDescriptorSeq
into an output stream. - write(OutputStream, int, List<ReplicaGroupDescriptor>) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
-
Marshals an optional list of
ReplicaGroupDescriptorSeq
into an output stream. - write(OutputStream, int, List<ServerDescriptor>) - Static method in class com.zeroc.IceGrid.ServerDescriptorSeqHelper
-
Marshals an optional list of
ServerDescriptorSeq
into an output stream. - write(OutputStream, int, List<ServerDynamicInfo>) - Static method in class com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
-
Marshals an optional list of
ServerDynamicInfoSeq
into an output stream. - write(OutputStream, int, List<ServerInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
-
Marshals an optional list of
ServerInstanceDescriptorSeq
into an output stream. - write(OutputStream, int, List<ServiceDescriptor>) - Static method in class com.zeroc.IceGrid.ServiceDescriptorSeqHelper
-
Marshals an optional list of
ServiceDescriptorSeq
into an output stream. - write(OutputStream, int, List<ServiceInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptorSeqHelper
-
Marshals an optional list of
ServiceInstanceDescriptorSeq
into an output stream. - write(OutputStream, int, Map<String, ObjectPrx>) - Static method in class com.zeroc.IceGrid.StringObjectProxyDictHelper
-
Marshals an optional dictionary of
StringObjectProxyDict
into an output stream. - write(OutputStream, int, Map<String, NodeDescriptor>) - Static method in class com.zeroc.IceGrid.NodeDescriptorDictHelper
-
Marshals an optional dictionary of
NodeDescriptorDict
into an output stream. - write(OutputStream, int, Map<String, PropertySetDescriptor>) - Static method in class com.zeroc.IceGrid.PropertySetDescriptorDictHelper
-
Marshals an optional dictionary of
PropertySetDescriptorDict
into an output stream. - write(OutputStream, int, Map<String, TemplateDescriptor>) - Static method in class com.zeroc.IceGrid.TemplateDescriptorDictHelper
-
Marshals an optional dictionary of
TemplateDescriptorDict
into an output stream. - write(OutputStream, int, Map<String, Metrics[]>) - Static method in class com.zeroc.IceMX.MetricsViewHelper
-
Marshals an optional dictionary of
MetricsView
into an output stream. - write(OutputStream, int, Map<String, TopicPrx>) - Static method in class com.zeroc.IceStorm.TopicDictHelper
-
Marshals an optional dictionary of
TopicDict
into an output stream. - write(OutputStream, int, Map<String, Integer>) - Static method in class com.zeroc.IceMX.StringIntDictHelper
-
Marshals an optional dictionary of
StringIntDict
into an output stream. - write(OutputStream, int, Map<String, String>) - Static method in class com.zeroc.Ice.ContextHelper
-
Marshals an optional dictionary of
Context
into an output stream. - write(OutputStream, int, Map<String, String>) - Static method in class com.zeroc.Ice.PropertyDictHelper
-
Marshals an optional dictionary of
PropertyDict
into an output stream. - write(OutputStream, int, Map<String, String>) - Static method in class com.zeroc.Ice.SliceChecksumDictHelper
-
Marshals an optional dictionary of
SliceChecksumDict
into an output stream. - write(OutputStream, int, Map<String, String>) - Static method in class com.zeroc.IceGrid.StringStringDictHelper
-
Marshals an optional dictionary of
StringStringDict
into an output stream. - write(OutputStream, int, Map<String, String>) - Static method in class com.zeroc.IceStorm.QoSHelper
-
Marshals an optional dictionary of
QoS
into an output stream. - write(OutputStream, int, Optional<Identity[]>) - Static method in class com.zeroc.Ice.IdentitySeqHelper
-
Marshals an optional list of
IdentitySeq
into an output stream. - write(OutputStream, int, Optional<LogMessage[]>) - Static method in class com.zeroc.Ice.LogMessageSeqHelper
-
Marshals an optional list of
LogMessageSeq
into an output stream. - write(OutputStream, int, Optional<LogMessageType[]>) - Static method in class com.zeroc.Ice.LogMessageTypeSeqHelper
-
Marshals an optional list of
LogMessageTypeSeq
into an output stream. - write(OutputStream, int, Optional<ObjectPrx[]>) - Static method in class com.zeroc.Ice.ObjectProxySeqHelper
-
Marshals an optional list of
ObjectProxySeq
into an output stream. - write(OutputStream, int, Optional<Value[]>) - Static method in class com.zeroc.Ice.ObjectSeqHelper
-
Marshals an optional list of
ObjectSeq
into an output stream. - write(OutputStream, int, Optional<AdapterInfo[]>) - Static method in class com.zeroc.IceGrid.AdapterInfoSeqHelper
-
Marshals an optional list of
AdapterInfoSeq
into an output stream. - write(OutputStream, int, Optional<DbEnvDescriptor[]>) - Static method in class com.zeroc.IceGrid.DbEnvDescriptorSeqHelper
-
Marshals an optional list of
DbEnvDescriptorSeq
into an output stream. - write(OutputStream, int, Optional<NodeDynamicInfo[]>) - Static method in class com.zeroc.IceGrid.NodeDynamicInfoSeqHelper
-
Marshals an optional list of
NodeDynamicInfoSeq
into an output stream. - write(OutputStream, int, Optional<ObjectInfo[]>) - Static method in class com.zeroc.IceGrid.ObjectInfoSeqHelper
-
Marshals an optional list of
ObjectInfoSeq
into an output stream. - write(OutputStream, int, Optional<RegistryInfo[]>) - Static method in class com.zeroc.IceGrid.RegistryInfoSeqHelper
-
Marshals an optional list of
RegistryInfoSeq
into an output stream. - write(OutputStream, int, Optional<Metrics[]>) - Static method in class com.zeroc.IceMX.MetricsMapHelper
-
Marshals an optional list of
MetricsMap
into an output stream. - write(OutputStream, int, Optional<MetricsFailures[]>) - Static method in class com.zeroc.IceMX.MetricsFailuresSeqHelper
-
Marshals an optional list of
MetricsFailuresSeq
into an output stream. - write(OutputStream, int, Optional<LinkInfo[]>) - Static method in class com.zeroc.IceStorm.LinkInfoSeqHelper
-
Marshals an optional list of
LinkInfoSeq
into an output stream. - write(OutputStream, int, Optional<List<AdapterDescriptor>>) - Static method in class com.zeroc.IceGrid.AdapterDescriptorSeqHelper
-
Marshals an optional list of
AdapterDescriptorSeq
into an output stream. - write(OutputStream, int, Optional<List<AdapterDynamicInfo>>) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfoSeqHelper
-
Marshals an optional list of
AdapterDynamicInfoSeq
into an output stream. - write(OutputStream, int, Optional<List<ApplicationDescriptor>>) - Static method in class com.zeroc.IceGrid.ApplicationDescriptorSeqHelper
-
Marshals an optional list of
ApplicationDescriptorSeq
into an output stream. - write(OutputStream, int, Optional<List<ApplicationInfo>>) - Static method in class com.zeroc.IceGrid.ApplicationInfoSeqHelper
-
Marshals an optional list of
ApplicationInfoSeq
into an output stream. - write(OutputStream, int, Optional<List<NodeUpdateDescriptor>>) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
-
Marshals an optional list of
NodeUpdateDescriptorSeq
into an output stream. - write(OutputStream, int, Optional<List<ObjectDescriptor>>) - Static method in class com.zeroc.IceGrid.ObjectDescriptorSeqHelper
-
Marshals an optional list of
ObjectDescriptorSeq
into an output stream. - write(OutputStream, int, Optional<List<PropertyDescriptor>>) - Static method in class com.zeroc.IceGrid.PropertyDescriptorSeqHelper
-
Marshals an optional list of
PropertyDescriptorSeq
into an output stream. - write(OutputStream, int, Optional<List<ReplicaGroupDescriptor>>) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
-
Marshals an optional list of
ReplicaGroupDescriptorSeq
into an output stream. - write(OutputStream, int, Optional<List<ServerDescriptor>>) - Static method in class com.zeroc.IceGrid.ServerDescriptorSeqHelper
-
Marshals an optional list of
ServerDescriptorSeq
into an output stream. - write(OutputStream, int, Optional<List<ServerDynamicInfo>>) - Static method in class com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
-
Marshals an optional list of
ServerDynamicInfoSeq
into an output stream. - write(OutputStream, int, Optional<List<ServerInstanceDescriptor>>) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
-
Marshals an optional list of
ServerInstanceDescriptorSeq
into an output stream. - write(OutputStream, int, Optional<List<ServiceDescriptor>>) - Static method in class com.zeroc.IceGrid.ServiceDescriptorSeqHelper
-
Marshals an optional list of
ServiceDescriptorSeq
into an output stream. - write(OutputStream, int, Optional<List<ServiceInstanceDescriptor>>) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptorSeqHelper
-
Marshals an optional list of
ServiceInstanceDescriptorSeq
into an output stream. - write(OutputStream, int, Optional<Map<String, ObjectPrx>>) - Static method in class com.zeroc.IceGrid.StringObjectProxyDictHelper
-
Marshals an optional dictionary of
StringObjectProxyDict
into an output stream. - write(OutputStream, int, Optional<Map<String, NodeDescriptor>>) - Static method in class com.zeroc.IceGrid.NodeDescriptorDictHelper
-
Marshals an optional dictionary of
NodeDescriptorDict
into an output stream. - write(OutputStream, int, Optional<Map<String, PropertySetDescriptor>>) - Static method in class com.zeroc.IceGrid.PropertySetDescriptorDictHelper
-
Marshals an optional dictionary of
PropertySetDescriptorDict
into an output stream. - write(OutputStream, int, Optional<Map<String, TemplateDescriptor>>) - Static method in class com.zeroc.IceGrid.TemplateDescriptorDictHelper
-
Marshals an optional dictionary of
TemplateDescriptorDict
into an output stream. - write(OutputStream, int, Optional<Map<String, Metrics[]>>) - Static method in class com.zeroc.IceMX.MetricsViewHelper
-
Marshals an optional dictionary of
MetricsView
into an output stream. - write(OutputStream, int, Optional<Map<String, TopicPrx>>) - Static method in class com.zeroc.IceStorm.TopicDictHelper
-
Marshals an optional dictionary of
TopicDict
into an output stream. - write(OutputStream, int, Optional<Map<String, Integer>>) - Static method in class com.zeroc.IceMX.StringIntDictHelper
-
Marshals an optional dictionary of
StringIntDict
into an output stream. - write(OutputStream, int, Optional<Map<String, String>>) - Static method in class com.zeroc.Ice.ContextHelper
-
Marshals an optional dictionary of
Context
into an output stream. - write(OutputStream, int, Optional<Map<String, String>>) - Static method in class com.zeroc.Ice.PropertyDictHelper
-
Marshals an optional dictionary of
PropertyDict
into an output stream. - write(OutputStream, int, Optional<Map<String, String>>) - Static method in class com.zeroc.Ice.SliceChecksumDictHelper
-
Marshals an optional dictionary of
SliceChecksumDict
into an output stream. - write(OutputStream, int, Optional<Map<String, String>>) - Static method in class com.zeroc.IceGrid.StringStringDictHelper
-
Marshals an optional dictionary of
StringStringDict
into an output stream. - write(OutputStream, int, Optional<Map<String, String>>) - Static method in class com.zeroc.IceStorm.QoSHelper
-
Marshals an optional dictionary of
QoS
into an output stream. - write(OutputStream, Identity[]) - Static method in class com.zeroc.Ice.IdentitySeqHelper
-
Marshals a list of
IdentitySeq
into an output stream. - write(OutputStream, LogMessage[]) - Static method in class com.zeroc.Ice.LogMessageSeqHelper
-
Marshals a list of
LogMessageSeq
into an output stream. - write(OutputStream, LogMessageType[]) - Static method in class com.zeroc.Ice.LogMessageTypeSeqHelper
-
Marshals a list of
LogMessageTypeSeq
into an output stream. - write(OutputStream, ObjectPrx) - Static method in interface com.zeroc.Ice.ObjectPrx
-
Writes a proxy to the stream.
- write(OutputStream, ObjectPrx[]) - Static method in class com.zeroc.Ice.ObjectProxySeqHelper
-
Marshals a list of
ObjectProxySeq
into an output stream. - write(OutputStream, Value[]) - Static method in class com.zeroc.Ice.ObjectSeqHelper
-
Marshals a list of
ObjectSeq
into an output stream. - write(OutputStream, AdapterInfo[]) - Static method in class com.zeroc.IceGrid.AdapterInfoSeqHelper
-
Marshals a list of
AdapterInfoSeq
into an output stream. - write(OutputStream, DbEnvDescriptor[]) - Static method in class com.zeroc.IceGrid.DbEnvDescriptorSeqHelper
-
Marshals a list of
DbEnvDescriptorSeq
into an output stream. - write(OutputStream, NodeDynamicInfo[]) - Static method in class com.zeroc.IceGrid.NodeDynamicInfoSeqHelper
-
Marshals a list of
NodeDynamicInfoSeq
into an output stream. - write(OutputStream, ObjectInfo[]) - Static method in class com.zeroc.IceGrid.ObjectInfoSeqHelper
-
Marshals a list of
ObjectInfoSeq
into an output stream. - write(OutputStream, RegistryInfo[]) - Static method in class com.zeroc.IceGrid.RegistryInfoSeqHelper
-
Marshals a list of
RegistryInfoSeq
into an output stream. - write(OutputStream, Metrics[]) - Static method in class com.zeroc.IceMX.MetricsMapHelper
-
Marshals a list of
MetricsMap
into an output stream. - write(OutputStream, MetricsFailures[]) - Static method in class com.zeroc.IceMX.MetricsFailuresSeqHelper
-
Marshals a list of
MetricsFailuresSeq
into an output stream. - write(OutputStream, LinkInfo[]) - Static method in class com.zeroc.IceStorm.LinkInfoSeqHelper
-
Marshals a list of
LinkInfoSeq
into an output stream. - write(OutputStream, List<AdapterDescriptor>) - Static method in class com.zeroc.IceGrid.AdapterDescriptorSeqHelper
-
Marshals a list of
AdapterDescriptorSeq
into an output stream. - write(OutputStream, List<AdapterDynamicInfo>) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfoSeqHelper
-
Marshals a list of
AdapterDynamicInfoSeq
into an output stream. - write(OutputStream, List<ApplicationDescriptor>) - Static method in class com.zeroc.IceGrid.ApplicationDescriptorSeqHelper
-
Marshals a list of
ApplicationDescriptorSeq
into an output stream. - write(OutputStream, List<ApplicationInfo>) - Static method in class com.zeroc.IceGrid.ApplicationInfoSeqHelper
-
Marshals a list of
ApplicationInfoSeq
into an output stream. - write(OutputStream, List<NodeUpdateDescriptor>) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
-
Marshals a list of
NodeUpdateDescriptorSeq
into an output stream. - write(OutputStream, List<ObjectDescriptor>) - Static method in class com.zeroc.IceGrid.ObjectDescriptorSeqHelper
-
Marshals a list of
ObjectDescriptorSeq
into an output stream. - write(OutputStream, List<PropertyDescriptor>) - Static method in class com.zeroc.IceGrid.PropertyDescriptorSeqHelper
-
Marshals a list of
PropertyDescriptorSeq
into an output stream. - write(OutputStream, List<ReplicaGroupDescriptor>) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
-
Marshals a list of
ReplicaGroupDescriptorSeq
into an output stream. - write(OutputStream, List<ServerDescriptor>) - Static method in class com.zeroc.IceGrid.ServerDescriptorSeqHelper
-
Marshals a list of
ServerDescriptorSeq
into an output stream. - write(OutputStream, List<ServerDynamicInfo>) - Static method in class com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
-
Marshals a list of
ServerDynamicInfoSeq
into an output stream. - write(OutputStream, List<ServerInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
-
Marshals a list of
ServerInstanceDescriptorSeq
into an output stream. - write(OutputStream, List<ServiceDescriptor>) - Static method in class com.zeroc.IceGrid.ServiceDescriptorSeqHelper
-
Marshals a list of
ServiceDescriptorSeq
into an output stream. - write(OutputStream, List<ServiceInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptorSeqHelper
-
Marshals a list of
ServiceInstanceDescriptorSeq
into an output stream. - write(OutputStream, Map<String, ObjectPrx>) - Static method in class com.zeroc.IceGrid.StringObjectProxyDictHelper
-
Marshals a dictionary of
StringObjectProxyDict
into an output stream. - write(OutputStream, Map<String, NodeDescriptor>) - Static method in class com.zeroc.IceGrid.NodeDescriptorDictHelper
-
Marshals a dictionary of
NodeDescriptorDict
into an output stream. - write(OutputStream, Map<String, PropertySetDescriptor>) - Static method in class com.zeroc.IceGrid.PropertySetDescriptorDictHelper
-
Marshals a dictionary of
PropertySetDescriptorDict
into an output stream. - write(OutputStream, Map<String, TemplateDescriptor>) - Static method in class com.zeroc.IceGrid.TemplateDescriptorDictHelper
-
Marshals a dictionary of
TemplateDescriptorDict
into an output stream. - write(OutputStream, Map<String, Metrics[]>) - Static method in class com.zeroc.IceMX.MetricsViewHelper
-
Marshals a dictionary of
MetricsView
into an output stream. - write(OutputStream, Map<String, TopicPrx>) - Static method in class com.zeroc.IceStorm.TopicDictHelper
-
Marshals a dictionary of
TopicDict
into an output stream. - write(OutputStream, Map<String, Integer>) - Static method in class com.zeroc.IceMX.StringIntDictHelper
-
Marshals a dictionary of
StringIntDict
into an output stream. - write(OutputStream, Map<String, String>) - Static method in class com.zeroc.Ice.ContextHelper
-
Marshals a dictionary of
Context
into an output stream. - write(OutputStream, Map<String, String>) - Static method in class com.zeroc.Ice.PropertyDictHelper
-
Marshals a dictionary of
PropertyDict
into an output stream. - write(OutputStream, Map<String, String>) - Static method in class com.zeroc.Ice.SliceChecksumDictHelper
-
Marshals a dictionary of
SliceChecksumDict
into an output stream. - write(OutputStream, Map<String, String>) - Static method in class com.zeroc.IceGrid.StringStringDictHelper
-
Marshals a dictionary of
StringStringDict
into an output stream. - write(OutputStream, Map<String, String>) - Static method in class com.zeroc.IceStorm.QoSHelper
-
Marshals a dictionary of
QoS
into an output stream. - writeBlob(byte[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes a blob of bytes to the stream.
- writeBlob(byte[], int, int) - Method in class com.zeroc.Ice.OutputStream
-
Writes a blob of bytes to the stream.
- writeBool(boolean) - Method in class com.zeroc.Ice.OutputStream
-
Writes a boolean to the stream.
- writeBool(int, boolean) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional boolean to the stream.
- writeBool(int, Optional<Boolean>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional boolean to the stream.
- writeBoolSeq(boolean[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes a boolean sequence to the stream.
- writeBoolSeq(int, boolean[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional boolean sequence to the stream.
- writeBoolSeq(int, Optional<boolean[]>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional boolean sequence to the stream.
- writeByte(byte) - Method in class com.zeroc.Ice.OutputStream
-
Writes a byte to the stream.
- writeByte(int, byte) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional byte to the stream.
- writeByte(int, Optional<Byte>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional byte to the stream.
- writeByteBuffer(ByteBuffer) - Method in class com.zeroc.Ice.OutputStream
-
Writes the remaining contents of the byte buffer as a byte sequence to the stream.
- writeByteSeq(byte[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes a byte sequence to the stream.
- writeByteSeq(int, byte[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional byte sequence to the stream.
- writeByteSeq(int, Optional<byte[]>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional byte sequence to the stream.
- writeDouble(double) - Method in class com.zeroc.Ice.OutputStream
-
Writes a double to the stream.
- writeDouble(int, double) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional double to the stream.
- writeDouble(int, OptionalDouble) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional double to the stream.
- writeDoubleBuffer(DoubleBuffer) - Method in class com.zeroc.Ice.OutputStream
-
Writes the remaining contents of the double buffer as a double sequence to the stream.
- writeDoubleSeq(double[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes a double sequence to the stream.
- writeDoubleSeq(int, double[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional double sequence to the stream.
- writeDoubleSeq(int, Optional<double[]>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional double sequence to the stream.
- writeEmptyEncapsulation(EncodingVersion) - Method in class com.zeroc.Ice.OutputStream
-
Writes an empty encapsulation using the given encoding version.
- writeEncapsulation(byte[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes a pre-encoded encapsulation.
- writeEnum(int, int) - Method in class com.zeroc.Ice.OutputStream
-
Write an enumerated value.
- writeException(UserException) - Method in class com.zeroc.Ice.OutputStream
-
Writes a user exception to the stream.
- writeFloat(float) - Method in class com.zeroc.Ice.OutputStream
-
Writes a float to the stream.
- writeFloat(int, float) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional float to the stream.
- writeFloat(int, Optional<Float>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional float to the stream.
- writeFloatBuffer(FloatBuffer) - Method in class com.zeroc.Ice.OutputStream
-
Writes the remaining contents of the float buffer as a float sequence to the stream.
- writeFloatSeq(float[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes a float sequence to the stream.
- writeFloatSeq(int, float[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional float sequence to the stream.
- writeFloatSeq(int, Optional<float[]>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional float sequence to the stream.
- writeInt(int) - Method in class com.zeroc.Ice.OutputStream
-
Writes an int to the stream.
- writeInt(int, int) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional int to the stream.
- writeInt(int, OptionalInt) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional int to the stream.
- writeIntBuffer(IntBuffer) - Method in class com.zeroc.Ice.OutputStream
-
Writes the remaining contents of the int buffer as an int sequence to the stream.
- writeIntSeq(int[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes an int sequence to the stream.
- writeIntSeq(int, int[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional int sequence to the stream.
- writeIntSeq(int, Optional<int[]>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional int sequence to the stream.
- writeLong(int, long) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional long to the stream.
- writeLong(int, OptionalLong) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional long to the stream.
- writeLong(long) - Method in class com.zeroc.Ice.OutputStream
-
Writes a long to the stream.
- writeLongBuffer(LongBuffer) - Method in class com.zeroc.Ice.OutputStream
-
Writes the remaining contents of the long buffer as a long sequence to the stream.
- writeLongSeq(int, long[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional long sequence to the stream.
- writeLongSeq(int, Optional<long[]>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional long sequence to the stream.
- writeLongSeq(long[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes a long sequence to the stream.
- writeMessage(String, int) - Method in interface com.zeroc.Ice.ProcessPrx
-
Writes a message on the server application's stdout or stderr.
- writeMessage(String, int, Current) - Method in interface com.zeroc.Ice.Process
-
Writes a message on the server application's stdout or stderr.
- writeMessage(String, int, Map<String, String>) - Method in interface com.zeroc.Ice.ProcessPrx
-
Writes a message on the server application's stdout or stderr.
- writeMessageAsync(String, int) - Method in interface com.zeroc.Ice.ProcessPrx
-
Writes a message on the server application's stdout or stderr.
- writeMessageAsync(String, int, Map<String, String>) - Method in interface com.zeroc.Ice.ProcessPrx
-
Writes a message on the server application's stdout or stderr.
- writeOptional(int, OptionalFormat) - Method in class com.zeroc.Ice.OutputStream
-
Write the header information for an optional value.
- writePendingValues() - Method in class com.zeroc.Ice.OutputStream
-
Writes the state of Slice classes whose index was previously written with
OutputStream.writeValue(com.zeroc.Ice.Value)
to the stream. - writeProxy(int, ObjectPrx) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional proxy to the stream.
- writeProxy(int, Optional<Prx>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional proxy to the stream.
- writeProxy(ObjectPrx) - Method in class com.zeroc.Ice.OutputStream
-
Writes a proxy to the stream.
- writeSerializable(int, Serializable) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional serializable Java object to the stream.
- writeSerializable(int, Optional<T>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional serializable Java object to the stream.
- writeSerializable(Serializable) - Method in class com.zeroc.Ice.OutputStream
-
Writes a serializable Java object to the stream.
- writeShort(int, short) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional short to the stream.
- writeShort(int, Optional<Short>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional short to the stream.
- writeShort(short) - Method in class com.zeroc.Ice.OutputStream
-
Writes a short to the stream.
- writeShortBuffer(ShortBuffer) - Method in class com.zeroc.Ice.OutputStream
-
Writes the remaining contents of the short buffer as a short sequence to the stream.
- writeShortSeq(int, short[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional short sequence to the stream.
- writeShortSeq(int, Optional<short[]>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional short sequence to the stream.
- writeShortSeq(short[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes a short sequence to the stream.
- writeSize(int) - Method in class com.zeroc.Ice.OutputStream
-
Writes a size to the stream.
- writeString(int, String) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional string to the stream.
- writeString(int, Optional<String>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional string to the stream.
- writeString(String) - Method in class com.zeroc.Ice.OutputStream
-
Writes a string to the stream.
- writeStringSeq(int, String[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional string sequence to the stream.
- writeStringSeq(int, Optional<String[]>) - Method in class com.zeroc.Ice.OutputStream
-
Writes an optional string sequence to the stream.
- writeStringSeq(String[]) - Method in class com.zeroc.Ice.OutputStream
-
Writes a string sequence to the stream.
- writeValue(Value) - Method in class com.zeroc.Ice.OutputStream
-
Writes a Slice value to the stream.
- WSConnectionInfo - Class in com.zeroc.Ice
-
Provides access to the connection details of a WebSocket connection
- WSEndpointInfo - Class in com.zeroc.Ice
-
Provides access to a WebSocket endpoint information.
- WSEndpointType - Interface in com.zeroc.Ice
-
Identifies TCP-based WebSocket endpoints.
- WSSEndpointType - Interface in com.zeroc.Ice
-
Identifies SSL-based WebSocket endpoints.
Y
- Yes - Enum constant in enum class com.zeroc.Ice.CompressBatch
-
Compress the batch requests.
_
- _clone() - Method in class com.zeroc.Ice.Properties
-
Create a copy of this property set.
- _delegate - Variable in class com.zeroc.IceMX.ObserverWithDelegate
-
The delegate observer.
- _toString() - Method in interface com.zeroc.Ice.Connection
-
Gets a description of the connection as human readable text, suitable for logging or error messages.
- _toString() - Method in interface com.zeroc.Ice.Endpoint
-
Return a string representation of the endpoint.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Properties()
instead.