Index

A B C D E F G H I K L M N O P Q R S T U V W Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AccessDeniedException - Exception in com.zeroc.IceGrid
This exception is raised if a registry lock wasn't acquired or is already held by a session.
AccessDeniedException() - Constructor for exception com.zeroc.IceGrid.AccessDeniedException
 
AccessDeniedException(String) - Constructor for exception com.zeroc.IceGrid.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.AccessDeniedException
 
AccessDeniedException(Throwable) - Constructor for exception com.zeroc.IceGrid.AccessDeniedException
 
ACM - Class in com.zeroc.Ice
A collection of Active Connection Management configuration settings.
ACM() - Constructor for class com.zeroc.Ice.ACM
 
ACM(int, ACMClose, ACMHeartbeat) - Constructor for class com.zeroc.Ice.ACM
 
ACMClose - Enum Class in com.zeroc.Ice
Specifies the close semantics for Active Connection Management.
ACMHeartbeat - Enum Class in com.zeroc.Ice
Specifies the heartbeat semantics for Active Connection Management.
activate() - Method in interface com.zeroc.Ice.ObjectAdapter
Activate all endpoints that belong to this object adapter.
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 (possible values are "on-demand" or "manual").
ActivationTimedOut - Enum constant in enum class com.zeroc.IceGrid.ServerState
The activation timed out state indicates that the server activation timed out.
activationTimeout - Variable in class com.zeroc.IceGrid.ServerDescriptor
The activation timeout (an integer value representing the number of seconds to wait for activation).
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.
adapterAdded(AdapterInfo) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was added.
adapterAdded(AdapterInfo, Current) - Method in interface com.zeroc.IceGrid.AdapterObserver
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was added.
adapterAdded(AdapterInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was added.
adapterAddedAsync(AdapterInfo) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was added.
adapterAddedAsync(AdapterInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was added.
AdapterAlreadyActiveException - Exception in com.zeroc.Ice
This exception is raised if a server tries to set endpoints for an adapter that is already active.
AdapterAlreadyActiveException() - Constructor for exception com.zeroc.Ice.AdapterAlreadyActiveException
 
AdapterAlreadyActiveException(Throwable) - Constructor for exception com.zeroc.Ice.AdapterAlreadyActiveException
 
AdapterDescriptor - Class in com.zeroc.IceGrid
An Ice object adapter descriptor.
AdapterDescriptor() - Constructor for class com.zeroc.IceGrid.AdapterDescriptor
 
AdapterDescriptor(String, String, String, String, String, boolean, boolean, List<ObjectDescriptor>, List<ObjectDescriptor>) - Constructor for class com.zeroc.IceGrid.AdapterDescriptor
 
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
 
AdapterDynamicInfo(String, ObjectPrx) - Constructor for class com.zeroc.IceGrid.AdapterDynamicInfo
 
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
Access the object that manages the allowable adapter identities for objects for this session.
adapterIds(Current) - Method in interface com.zeroc.Glacier2.SessionControl
Access the object that manages the allowable adapter identities for objects for this session.
adapterIds(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Access the object that manages the allowable adapter identities for objects for this session.
adapterIdsAsync() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Access the object that manages the allowable adapter identities for objects for this session.
adapterIdsAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Access 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
 
AdapterInfo(String, ObjectPrx, String) - Constructor for class com.zeroc.IceGrid.AdapterInfo
 
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
adapterInit is called after registration of an observer to indicate the state of the registry.
adapterInit(AdapterInfo[], Current) - Method in interface com.zeroc.IceGrid.AdapterObserver
adapterInit is called after registration of an observer to indicate the state of the registry.
adapterInit(AdapterInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
adapterInit is called after registration of an observer to indicate the state of the registry.
adapterInitAsync(AdapterInfo[]) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
adapterInit is called after registration of an observer to indicate the state of the registry.
adapterInitAsync(AdapterInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
adapterInit is called after registration of an observer to indicate the state of the registry.
adapterName - Variable in class com.zeroc.Ice.ConnectionInfo
The name of the adapter associated with the connection.
AdapterNotExistException - Exception in com.zeroc.IceGrid
This exception is raised if an adapter does not exist.
AdapterNotExistException() - Constructor for exception com.zeroc.IceGrid.AdapterNotExistException
 
AdapterNotExistException(String) - Constructor for exception com.zeroc.IceGrid.AdapterNotExistException
 
AdapterNotExistException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.AdapterNotExistException
 
AdapterNotExistException(Throwable) - Constructor for exception com.zeroc.IceGrid.AdapterNotExistException
 
AdapterNotFoundException - Exception in com.zeroc.Ice
This exception is raised if an adapter cannot be found.
AdapterNotFoundException() - Constructor for exception com.zeroc.Ice.AdapterNotFoundException
 
AdapterNotFoundException(Throwable) - Constructor for exception com.zeroc.Ice.AdapterNotFoundException
 
AdapterObserver - Interface in com.zeroc.IceGrid
This interface allows applications to monitor the state of object adapters that are registered with IceGrid.
AdapterObserverPrx - Interface in com.zeroc.IceGrid
This interface allows applications to monitor the state of object adapters that are registered with IceGrid.
adapterRemoved(String) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter was removed.
adapterRemoved(String, Current) - Method in interface com.zeroc.IceGrid.AdapterObserver
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter was removed.
adapterRemoved(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter was removed.
adapterRemovedAsync(String) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter was removed.
adapterRemovedAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter was removed.
adapters - Variable in class com.zeroc.IceGrid.CommunicatorDescriptor
The 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
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter was updated.
adapterUpdated(AdapterInfo, Current) - Method in interface com.zeroc.IceGrid.AdapterObserver
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter was updated.
adapterUpdated(AdapterInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter was updated.
adapterUpdatedAsync(AdapterInfo) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter was updated.
adapterUpdatedAsync(AdapterInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter was updated.
AdaptiveLoadBalancingPolicy - Class in com.zeroc.IceGrid
Adaptive load balancing policy.
AdaptiveLoadBalancingPolicy() - Constructor for class com.zeroc.IceGrid.AdaptiveLoadBalancingPolicy
 
AdaptiveLoadBalancingPolicy(String, String) - Constructor for class com.zeroc.IceGrid.AdaptiveLoadBalancingPolicy
 
add(Identity[]) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Add a sequence of Ice identities to this set of constraints.
add(Identity[], Current) - Method in interface com.zeroc.Glacier2.IdentitySet
Add a sequence of Ice identities to this set of constraints.
add(Identity[], Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Add a sequence of Ice identities to this set of constraints.
add(Object, Identity) - Method in interface com.zeroc.Ice.ObjectAdapter
Add a servant to this object adapter's Active Servant Map.
add(ValueFactory, String) - Method in interface com.zeroc.Ice.ValueFactoryManager
Add a value factory.
add(String[]) - Method in interface com.zeroc.Glacier2.StringSetPrx
Add a sequence of strings to this set of constraints.
add(String[], Current) - Method in interface com.zeroc.Glacier2.StringSet
Add a sequence of strings to this set of constraints.
add(String[], Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
Add a sequence of strings to this set of constraints.
add(String, Field) - Method in class com.zeroc.IceMX.MetricsHelper.AttributeResolver
 
add(String, Method) - Method in class com.zeroc.IceMX.MetricsHelper.AttributeResolver
 
add(String, Method, Field) - Method in class com.zeroc.IceMX.MetricsHelper.AttributeResolver
 
add(String, Method, Method) - Method in class com.zeroc.IceMX.MetricsHelper.AttributeResolver
 
addAdminFacet(Object, String) - Method in interface com.zeroc.Ice.Communicator
Add a new facet to the Admin object.
addApplication(ApplicationDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an application to IceGrid.
addApplication(ApplicationDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
Add an application to IceGrid.
addApplication(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an application to IceGrid.
addApplicationAsync(ApplicationDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an application to IceGrid.
addApplicationAsync(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an application to IceGrid.
addAsync(Identity[]) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Add a sequence of Ice identities to this set of constraints.
addAsync(Identity[], Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Add a sequence of Ice identities to this set of constraints.
addAsync(String[]) - Method in interface com.zeroc.Glacier2.StringSetPrx
Add a sequence of strings to this set of constraints.
addAsync(String[], Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
Add a sequence of strings to this set of constraints.
addDefaultServant(Object, String) - Method in interface com.zeroc.Ice.ObjectAdapter
Add a default servant to handle requests for a specific category.
addFacet(Object, Identity, String) - Method in interface com.zeroc.Ice.ObjectAdapter
addFacetWithUUID(Object, String) - Method in interface com.zeroc.Ice.ObjectAdapter
addObject(ObjectPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an object to the object registry.
addObject(ObjectPrx, Current) - Method in interface com.zeroc.IceGrid.Admin
Add an object to the object registry.
addObject(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an object to the object registry.
addObjectAsync(ObjectPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an object to the object registry.
addObjectAsync(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an object to the object registry.
addObjectFactory(ObjectFactory, String) - Method in interface com.zeroc.Ice.Communicator
Deprecated.
addObjectFactory() is deprecated, use ValueFactoryManager::add() instead.
addObjectWithType(ObjectPrx, String) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an object to the object registry and explicitly specify its type.
addObjectWithType(ObjectPrx, String, Current) - Method in interface com.zeroc.IceGrid.Admin
Add an object to the object registry and explicitly specify its type.
addObjectWithType(ObjectPrx, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an object to the object registry and explicitly specify its type.
addObjectWithTypeAsync(ObjectPrx, String) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an object to the object registry and explicitly specify its type.
addObjectWithTypeAsync(ObjectPrx, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Add an object to the object registry and explicitly specify its type.
addObserver(ServiceObserverPrx) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Registers a new observer with the ServiceManager.
addObserver(ServiceObserverPrx, Current) - Method in interface com.zeroc.IceBox.ServiceManager
Registers a new observer with the ServiceManager.
addObserver(ServiceObserverPrx, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Registers a new observer with the ServiceManager.
addObserverAsync(ServiceObserverPrx) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Registers a new observer with the ServiceManager.
addObserverAsync(ServiceObserverPrx, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Registers a new observer with the ServiceManager.
addPlugin(String, Plugin) - Method in interface com.zeroc.Ice.PluginManager
Install a new plug-in.
addProxies(ObjectPrx[]) - Method in interface com.zeroc.Ice.RouterPrx
Add new proxy information to the router's routing table.
addProxies(ObjectPrx[], Current) - Method in interface com.zeroc.Ice.Router
Add new proxy information to the router's routing table.
addProxies(ObjectPrx[], Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
Add new proxy information to the router's routing table.
addProxiesAsync(ObjectPrx[]) - Method in interface com.zeroc.Ice.RouterPrx
Add new proxy information to the router's routing table.
addProxiesAsync(ObjectPrx[], Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
Add new proxy information to the router's routing table.
addr - Variable in class com.zeroc.IceBT.EndpointInfo
The address configured with the endpoint.
addReplicaGroupFilter(String, ReplicaGroupFilter) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Add a replica group filter.
addSeedStream(InputStream) - Method in interface com.zeroc.IceSSL.Plugin
Adds an input stream for the random number seed.
addServantLocator(ServantLocator, String) - Method in interface com.zeroc.Ice.ObjectAdapter
Add a Servant Locator to this object adapter.
addTypeFilter(String, TypeFilter) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Add a type filter.
addUpdateCallback(Consumer<Map<String, String>>) - Method in interface com.zeroc.Ice.NativePropertiesAdmin
Adds a new update callback.
addWithUUID(Object) - Static method in class com.zeroc.Glacier2.Application
Adds a servant to the callback object adapter's Active Servant Map with a UUID.
addWithUUID(Object) - Method in class com.zeroc.Glacier2.SessionHelper
Adds a servant to the callback object adapter's Active Servant Map with a UUID.
addWithUUID(Object) - Method in interface com.zeroc.Ice.ObjectAdapter
Add a servant to this object adapter's Active Servant Map, using an automatically generated UUID as its identity.
Admin - Interface in com.zeroc.IceGrid
The IceGrid administrative interface.
AdminPrx - Interface in com.zeroc.IceGrid
The IceGrid administrative interface.
AdminSession - Interface in com.zeroc.IceGrid
Used by administrative clients to view, update, and receive observer updates from the IceGrid registry.
AdminSessionPrx - Interface in com.zeroc.IceGrid
Used by administrative clients to view, update, and receive observer updates from the 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 allocatable object descriptors associated with this object adapter.
allocateObjectById(Identity) - Method in interface com.zeroc.IceGrid.SessionPrx
Allocate an object.
allocateObjectById(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
Allocate an object.
allocateObjectByIdAsync(Identity) - Method in interface com.zeroc.IceGrid.SessionPrx
Allocate an object.
allocateObjectByIdAsync(Identity, Current) - Method in interface com.zeroc.IceGrid.Session
Allocate an object.
allocateObjectByIdAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
Allocate an object.
allocateObjectByType(String) - Method in interface com.zeroc.IceGrid.SessionPrx
Allocate an object with the given type.
allocateObjectByType(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
Allocate an object with the given type.
allocateObjectByTypeAsync(String) - Method in interface com.zeroc.IceGrid.SessionPrx
Allocate an object with the given type.
allocateObjectByTypeAsync(String, Current) - Method in interface com.zeroc.IceGrid.Session
Allocate an object with the given type.
allocateObjectByTypeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
Allocate an object with the given type.
AllocationException - Exception in com.zeroc.IceGrid
This exception is raised if the allocation of an object failed.
AllocationException() - Constructor for exception com.zeroc.IceGrid.AllocationException
 
AllocationException(String) - Constructor for exception com.zeroc.IceGrid.AllocationException
 
AllocationException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.AllocationException
 
AllocationException(Throwable) - Constructor for exception com.zeroc.IceGrid.AllocationException
 
AllocationTimeoutException - Exception in com.zeroc.IceGrid
This exception is raised if the request to allocate an object times out.
AllocationTimeoutException() - Constructor for exception com.zeroc.IceGrid.AllocationTimeoutException
 
AllocationTimeoutException(String) - Constructor for exception com.zeroc.IceGrid.AllocationTimeoutException
 
AllocationTimeoutException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.AllocationTimeoutException
 
AllocationTimeoutException(Throwable) - Constructor for exception com.zeroc.IceGrid.AllocationTimeoutException
 
AlreadyRegisteredException - Exception in com.zeroc.Ice
An attempt was made to register something more than once with the Ice run time.
AlreadyRegisteredException() - Constructor for exception com.zeroc.Ice.AlreadyRegisteredException
 
AlreadyRegisteredException(String, String) - Constructor for exception com.zeroc.Ice.AlreadyRegisteredException
 
AlreadyRegisteredException(String, String, Throwable) - Constructor for exception com.zeroc.Ice.AlreadyRegisteredException
 
AlreadyRegisteredException(Throwable) - Constructor for exception com.zeroc.Ice.AlreadyRegisteredException
 
AlreadyStartedException - Exception in com.zeroc.IceBox
This exception is thrown if an attempt is made to start an already-started service.
AlreadyStartedException() - Constructor for exception com.zeroc.IceBox.AlreadyStartedException
 
AlreadyStartedException(Throwable) - Constructor for exception com.zeroc.IceBox.AlreadyStartedException
 
AlreadyStoppedException - Exception in com.zeroc.IceBox
This exception is thrown if an attempt is made to stop an already-stopped service.
AlreadyStoppedException() - Constructor for exception com.zeroc.IceBox.AlreadyStoppedException
 
AlreadyStoppedException(Throwable) - Constructor for exception com.zeroc.IceBox.AlreadyStoppedException
 
AlreadySubscribed - Exception in com.zeroc.IceStorm
This exception indicates that an attempt was made to subscribe a proxy for which a subscription already exists.
AlreadySubscribed() - Constructor for exception com.zeroc.IceStorm.AlreadySubscribed
 
AlreadySubscribed(Throwable) - Constructor for exception com.zeroc.IceStorm.AlreadySubscribed
 
application - Variable in class com.zeroc.IceGrid.ServerInfo
The server application.
Application - Class in com.zeroc.Glacier2
An extension of com.zeroc.Ice.Application that makes it easy to write Glacier2 applications.
Application - Class in com.zeroc.Ice
Utility base class that makes it easy to correctly initialize and finalize the Ice run time, as well as handle signals.
Application() - Constructor for class com.zeroc.Glacier2.Application
Initializes an instance that calls Communicator.shutdown() if a signal is received.
Application() - Constructor for class com.zeroc.Ice.Application
Initializes an instance that calls Communicator.destroy() if a signal is received.
Application(SignalPolicy) - Constructor for class com.zeroc.Glacier2.Application
Initializes an instance that handles signals according to the signal policy.
Application(SignalPolicy) - Constructor for class com.zeroc.Ice.Application
Initializes an instance that handles signals according to the signal policy.
Application.RestartSessionException - Exception in com.zeroc.Glacier2
This exception is raised if the session should be restarted.
applicationAdded(int, ApplicationInfo) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationAdded operation is called to notify an observer that an application was added.
applicationAdded(int, ApplicationInfo, Current) - Method in interface com.zeroc.IceGrid.ApplicationObserver
The applicationAdded operation is called to notify an observer that an application was added.
applicationAdded(int, ApplicationInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationAdded operation is called to notify an observer that an application was added.
applicationAddedAsync(int, ApplicationInfo) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationAdded operation is called to notify an observer that an application was added.
applicationAddedAsync(int, ApplicationInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationAdded operation is called to notify an observer that an application was added.
ApplicationDescriptor - Class in com.zeroc.IceGrid
An application descriptor.
ApplicationDescriptor() - Constructor for class com.zeroc.IceGrid.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
 
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
 
ApplicationInfo(String, long, String, long, String, int, ApplicationDescriptor) - Constructor for class com.zeroc.IceGrid.ApplicationInfo
 
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
applicationInit is called after the registration of an observer to indicate the state of the registry.
applicationInit(int, List<ApplicationInfo>, Current) - Method in interface com.zeroc.IceGrid.ApplicationObserver
applicationInit is called after the registration of an observer to indicate the state of the registry.
applicationInit(int, List<ApplicationInfo>, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
applicationInit is called after the registration of an observer to indicate the state of the registry.
applicationInitAsync(int, List<ApplicationInfo>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
applicationInit is called after the registration of an observer to indicate the state of the registry.
applicationInitAsync(int, List<ApplicationInfo>, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
applicationInit is called after the registration of an observer to indicate the state of the registry.
ApplicationNotExistException - Exception in com.zeroc.IceGrid
This exception is raised if an application does not exist.
ApplicationNotExistException() - Constructor for exception com.zeroc.IceGrid.ApplicationNotExistException
 
ApplicationNotExistException(String) - Constructor for exception com.zeroc.IceGrid.ApplicationNotExistException
 
ApplicationNotExistException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.ApplicationNotExistException
 
ApplicationNotExistException(Throwable) - Constructor for exception com.zeroc.IceGrid.ApplicationNotExistException
 
ApplicationObserver - Interface in com.zeroc.IceGrid
The database observer interface.
ApplicationObserverPrx - Interface in com.zeroc.IceGrid
The database observer interface.
applicationRemoved(int, String) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationRemoved operation is called to notify an observer that an application was removed.
applicationRemoved(int, String, Current) - Method in interface com.zeroc.IceGrid.ApplicationObserver
The applicationRemoved operation is called to notify an observer that an application was removed.
applicationRemoved(int, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationRemoved operation is called to notify an observer that an application was removed.
applicationRemovedAsync(int, String) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationRemoved operation is called to notify an observer that an application was removed.
applicationRemovedAsync(int, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationRemoved operation is called to notify an observer that an application was removed.
applicationUpdated(int, ApplicationUpdateInfo) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationUpdated operation is called to notify an observer that an application was updated.
applicationUpdated(int, ApplicationUpdateInfo, Current) - Method in interface com.zeroc.IceGrid.ApplicationObserver
The applicationUpdated operation is called to notify an observer that an application was updated.
applicationUpdated(int, ApplicationUpdateInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationUpdated operation is called to notify an observer that an application was updated.
applicationUpdatedAsync(int, ApplicationUpdateInfo) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationUpdated operation is called to notify an observer that an application was updated.
applicationUpdatedAsync(int, ApplicationUpdateInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
The applicationUpdated operation is called to notify an 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
 
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
 
ApplicationUpdateInfo - Class in com.zeroc.IceGrid
Information about updates to an IceGrid application.
ApplicationUpdateInfo() - Constructor for class com.zeroc.IceGrid.ApplicationUpdateInfo
 
ApplicationUpdateInfo(long, String, int, ApplicationUpdateDescriptor) - Constructor for class com.zeroc.IceGrid.ApplicationUpdateInfo
 
appName() - Static method in class com.zeroc.Ice.Application
Returns the value of appName that is passed to main (which is also the the value of Ice.ProgramName).
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 RemoteLogger object to the local logger.
attachRemoteLogger(RemoteLoggerPrx, LogMessageType[], String[], int, Current) - Method in interface com.zeroc.Ice.LoggerAdmin
Attaches a RemoteLogger object to the local logger.
attachRemoteLogger(RemoteLoggerPrx, LogMessageType[], String[], int, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Attaches a RemoteLogger object to the local logger.
attachRemoteLoggerAsync(RemoteLoggerPrx, LogMessageType[], String[], int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Attaches a RemoteLogger object to the local logger.
attachRemoteLoggerAsync(RemoteLoggerPrx, LogMessageType[], String[], int, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Attaches a RemoteLogger object to the local logger.
AttributeResolver() - Constructor for class com.zeroc.IceMX.MetricsHelper.AttributeResolver
 
authorize(SSLInfo) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Check whether a user has permission to access the router.
authorize(SSLInfo, Current) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifier
Check whether a user has permission to access the router.
authorize(SSLInfo, Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Check whether a user has permission to access the router.
authorizeAsync(SSLInfo) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Check whether a user has permission to access the router.
authorizeAsync(SSLInfo, Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Check whether a user has permission to access the router.
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

bad - Variable in exception com.zeroc.Ice.UnsupportedEncodingException
The version of the unsupported encoding.
bad - Variable in exception com.zeroc.Ice.UnsupportedProtocolException
The version of the unsupported protocol.
badMagic - Variable in exception com.zeroc.Ice.BadMagicException
A sequence containing the first four bytes of the incorrect message.
BadMagicException - Exception in com.zeroc.Ice
This exception indicates that a message did not start with the expected magic number ('I', 'c', 'e', 'P').
BadMagicException() - Constructor for exception com.zeroc.Ice.BadMagicException
 
BadMagicException(String, byte[]) - Constructor for exception com.zeroc.Ice.BadMagicException
 
BadMagicException(String, byte[], Throwable) - Constructor for exception com.zeroc.Ice.BadMagicException
 
BadMagicException(Throwable) - Constructor for exception com.zeroc.Ice.BadMagicException
 
BadQoS - Exception in com.zeroc.IceStorm
This exception indicates that a subscription failed due to an invalid QoS.
BadQoS() - Constructor for exception com.zeroc.IceStorm.BadQoS
 
BadQoS(String) - Constructor for exception com.zeroc.IceStorm.BadQoS
 
BadQoS(String, Throwable) - Constructor for exception com.zeroc.IceStorm.BadQoS
 
BadQoS(Throwable) - Constructor for exception com.zeroc.IceStorm.BadQoS
 
BadSignalException - Exception in com.zeroc.IceGrid
This exception is raised if an unknown signal was sent to to a server.
BadSignalException() - Constructor for exception com.zeroc.IceGrid.BadSignalException
 
BadSignalException(String) - Constructor for exception com.zeroc.IceGrid.BadSignalException
 
BadSignalException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.BadSignalException
 
BadSignalException(Throwable) - Constructor for exception com.zeroc.IceGrid.BadSignalException
 
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.
BluetoothException - Exception in com.zeroc.IceBT
Indicates a failure in the Bluetooth plug-in.
BluetoothException() - Constructor for exception com.zeroc.IceBT.BluetoothException
 
BluetoothException(String) - Constructor for exception com.zeroc.IceBT.BluetoothException
 
BluetoothException(String, Throwable) - Constructor for exception com.zeroc.IceBT.BluetoothException
 
BluetoothException(Throwable) - Constructor for exception com.zeroc.IceBT.BluetoothException
 
BoxedDistributionDescriptor - Class in com.zeroc.IceGrid
A "boxed" distribution descriptor.
BoxedDistributionDescriptor() - Constructor for class com.zeroc.IceGrid.BoxedDistributionDescriptor
 
BoxedDistributionDescriptor(DistributionDescriptor) - Constructor for class com.zeroc.IceGrid.BoxedDistributionDescriptor
 
BoxedString - Class in com.zeroc.IceGrid
A "boxed" string.
BoxedString() - Constructor for class com.zeroc.IceGrid.BoxedString
 
BoxedString(String) - Constructor for class com.zeroc.IceGrid.BoxedString
 
BTEndpointType - Interface in com.zeroc.Ice
Uniquely identifies Bluetooth endpoints.
BTSEndpointType - Interface in com.zeroc.Ice
Uniquely identifies SSL Bluetooth endpoints.
bytes - Variable in class com.zeroc.Ice.SliceInfo
The encoded bytes for this slice, including the leading size integer.
ByteSeqSeqHelper - Class in com.zeroc.IcePatch2
Helper class for marshaling/unmarshaling ByteSeqSeq.
ByteSeqSeqHelper() - Constructor for class com.zeroc.IcePatch2.ByteSeqSeqHelper
 

C

cancel() - Method in class com.zeroc.Ice.InvocationFuture
If not completed, cancels the request.
CannotCreateSessionException - Exception in com.zeroc.Glacier2
This exception is raised if an attempt to create a new session failed.
CannotCreateSessionException() - Constructor for exception com.zeroc.Glacier2.CannotCreateSessionException
 
CannotCreateSessionException(String) - Constructor for exception com.zeroc.Glacier2.CannotCreateSessionException
 
CannotCreateSessionException(String, Throwable) - Constructor for exception com.zeroc.Glacier2.CannotCreateSessionException
 
CannotCreateSessionException(Throwable) - Constructor for exception com.zeroc.Glacier2.CannotCreateSessionException
 
categories() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Access the object that manages the allowable categories for object identities for this session.
categories(Current) - Method in interface com.zeroc.Glacier2.SessionControl
Access the object that manages the allowable categories for object identities for this session.
categories(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Access the object that manages the allowable categories for object identities for this session.
categoriesAsync() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Access the object that manages the allowable categories for object identities for this session.
categoriesAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Access the object that manages the allowable categories for object identities for this session.
category - Variable in class com.zeroc.Ice.Identity
The Ice object category.
categoryForClient() - Static method in class com.zeroc.Glacier2.Application
Returns the category to be used in the identities of all of the client's callback objects.
categoryForClient() - Method in class com.zeroc.Glacier2.SessionHelper
Returns the category to be used in the identities of all of the client's callback objects.
CertificateVerifier - Interface in com.zeroc.IceSSL
An application can customize the certificate verification process by implementing the CertificateVerifier interface.
certs - Variable in class com.zeroc.Glacier2.SSLInfo
The certificate chain.
certs - Variable in class com.zeroc.IceSSL.ConnectionInfo
The certificate chain.
CFNetworkException - Exception in com.zeroc.Ice
This exception indicates CFNetwork errors.
CFNetworkException() - Constructor for exception com.zeroc.Ice.CFNetworkException
 
CFNetworkException(int, String) - Constructor for exception com.zeroc.Ice.CFNetworkException
 
CFNetworkException(int, String, Throwable) - Constructor for exception com.zeroc.Ice.CFNetworkException
 
CFNetworkException(Throwable) - Constructor for exception com.zeroc.Ice.CFNetworkException
 
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.RouterPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.StringSetPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.ObjectPrx
Casts a proxy to ObjectPrx.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.ProcessPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RouterFinderPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RouterPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdminPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.FileParserPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.LocatorPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.QueryPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.RegistryPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.SessionPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IcePatch2.FileServerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.FinderPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.TopicPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.RouterPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.StringSetPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.ObjectPrx
Creates a new proxy that is identical to the passed proxy, except for its facet.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.ProcessPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RouterFinderPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RouterPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdminPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.FileParserPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.LocatorPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.QueryPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.RegistryPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.SessionPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IcePatch2.FileServerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.FinderPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.TopicPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.RouterPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Glacier2.StringSetPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.ObjectPrx
Creates a new proxy that is identical to the passed proxy, except for its facet.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.ProcessPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.RouterFinderPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.Ice.RouterPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdminPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.FileParserPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.LocatorPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.QueryPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.RegistryPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.SessionPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IcePatch2.FileServerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceStorm.FinderPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, String, Map<String, String>) - Static method in interface com.zeroc.IceStorm.TopicPrx
Contacts the remote server to verify that a facet of the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.RouterPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SessionPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Glacier2.StringSetPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.ObjectPrx
Casts a proxy to ObjectPrx.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.ProcessPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.RouterFinderPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.Ice.RouterPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdminPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.FileParserPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.LocatorPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.QueryPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.RegistryPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.SessionPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IcePatch2.FileServerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceStorm.FinderPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
Contacts the remote server to verify that the object implements this type.
checkedCast(ObjectPrx, Map<String, String>) - Static method in interface com.zeroc.IceStorm.TopicPrx
Contacts the remote server to verify that the object implements this type.
checkPermissions(String, String) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Check whether a user has permission to access the router.
checkPermissions(String, String, Current) - Method in interface com.zeroc.Glacier2.PermissionsVerifier
Check whether a user has permission to access the router.
checkPermissions(String, String, Map<String, String>) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Check whether a user has permission to access the router.
checkPermissionsAsync(String, String) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Check whether a user has permission to access the router.
checkPermissionsAsync(String, String, Map<String, String>) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Check whether a user has permission to access the router.
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.
checksum - Variable in class com.zeroc.IcePatch2.FileInfo
The SHA-1 checksum of the file.
checksum - Variable in class com.zeroc.IcePatch2.LargeFileInfo
The SHA-1 checksum of the file.
ChildInvocationMetrics - Class in com.zeroc.IceMX
Provides information on child invocations.
ChildInvocationMetrics() - Constructor for class com.zeroc.IceMX.ChildInvocationMetrics
 
ChildInvocationMetrics(String, long, int, long, int, long, long) - Constructor for class com.zeroc.IceMX.ChildInvocationMetrics
 
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.IceSSL.ConnectionInfo
The negotiated cipher suite.
Class - Enum constant in enum class com.zeroc.Ice.OptionalFormat
 
classLoader - Variable in class com.zeroc.Ice.InitializationData
The custom class loader for the communicator.
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.
clone() - Method in class com.zeroc.Glacier2.SSLInfo
 
clone() - Method in class com.zeroc.Ice.ACM
 
clone() - Method in class com.zeroc.Ice.ConnectionInfo
 
clone() - Method in class com.zeroc.Ice.Current
 
clone() - Method in class com.zeroc.Ice.EncodingVersion
 
clone() - Method in class com.zeroc.Ice.EndpointInfo
 
clone() - Method in exception com.zeroc.Ice.Exception
Creates a copy of this exception.
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.IPConnectionInfo
 
clone() - Method in class com.zeroc.Ice.IPEndpointInfo
 
clone() - Method in class com.zeroc.Ice.LogMessage
 
clone() - Method in class com.zeroc.Ice.OpaqueEndpointInfo
 
clone() - Method in class com.zeroc.Ice.ProtocolVersion
 
clone() - Method in class com.zeroc.Ice.TCPConnectionInfo
 
clone() - Method in class com.zeroc.Ice.TCPEndpointInfo
 
clone() - Method in class com.zeroc.Ice.UDPConnectionInfo
 
clone() - Method in class com.zeroc.Ice.UDPEndpointInfo
 
clone() - Method in exception com.zeroc.Ice.UserException
Creates a copy of this exception.
clone() - Method in class com.zeroc.Ice.Value
Returns a copy of the object.
clone() - Method in class com.zeroc.Ice.WSConnectionInfo
 
clone() - Method in class com.zeroc.Ice.WSEndpointInfo
 
clone() - Method in class com.zeroc.IceBT.ConnectionInfo
 
clone() - Method in class com.zeroc.IceBT.EndpointInfo
 
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.IcePatch2.FileInfo
 
clone() - Method in class com.zeroc.IcePatch2.LargeFileInfo
 
clone() - Method in class com.zeroc.IceSSL.ConnectionInfo
 
clone() - Method in class com.zeroc.IceSSL.EndpointInfo
 
clone() - Method in class com.zeroc.IceStorm.LinkInfo
 
CloneNotImplementedException - Exception in com.zeroc.Ice
An attempt was made to clone a class that does not support cloning.
CloneNotImplementedException() - Constructor for exception com.zeroc.Ice.CloneNotImplementedException
 
CloneNotImplementedException(Throwable) - Constructor for exception com.zeroc.Ice.CloneNotImplementedException
 
cloneWithPrefix(String) - Method in interface com.zeroc.Ice.Logger
Returns a clone of the logger with a new prefix.
close - Variable in class com.zeroc.Ice.ACM
The close semantics.
close() - Method in interface com.zeroc.Ice.Communicator
Destroy the communicator.
close(ConnectionClose) - Method in interface com.zeroc.Ice.Connection
Manually close the connection using the specified closure mode.
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
This exception indicates that the connection has been gracefully shut down by the server.
CloseConnectionException() - Constructor for exception com.zeroc.Ice.CloseConnectionException
 
CloseConnectionException(String) - Constructor for exception com.zeroc.Ice.CloseConnectionException
 
CloseConnectionException(String, Throwable) - Constructor for exception com.zeroc.Ice.CloseConnectionException
 
CloseConnectionException(Throwable) - Constructor for exception com.zeroc.Ice.CloseConnectionException
 
closed(Connection) - Method in interface com.zeroc.Ice.CloseCallback
This method is called by the the connection when the connection is closed.
CloseOff - Enum constant in enum class com.zeroc.Ice.ACMClose
Disables automatic connection closure.
CloseOnIdle - Enum constant in enum class com.zeroc.Ice.ACMClose
Gracefully closes a connection that has been idle for the configured timeout period.
CloseOnIdleForceful - Enum constant in enum class com.zeroc.Ice.ACMClose
Forcefully closes a connection that has been idle for the configured timeout period, regardless of whether the connection has pending invocations or dispatch.
CloseOnInvocation - Enum constant in enum class com.zeroc.Ice.ACMClose
Forcefully closes a connection that has been idle for the configured timeout period, but only if the connection has pending invocations.
CloseOnInvocationAndIdle - Enum constant in enum class com.zeroc.Ice.ACMClose
Combines the behaviors of CloseOnIdle and CloseOnInvocation.
CloseTimeoutException - Exception in com.zeroc.Ice
This exception indicates a connection closure timeout condition.
CloseTimeoutException() - Constructor for exception com.zeroc.Ice.CloseTimeoutException
 
CloseTimeoutException(Throwable) - Constructor for exception com.zeroc.Ice.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
 
CollocatedMetrics(String, long, int, long, int, long, long) - Constructor for class com.zeroc.IceMX.CollocatedMetrics
 
CollocatedObserver - Interface in com.zeroc.Ice.Instrumentation
The collocated observer to instrument invocations that are collocated.
CollocationOptimizationException - Exception in com.zeroc.Ice
Deprecated.
This exception is no longer used by the Ice run time
CollocationOptimizationException() - Constructor for exception com.zeroc.Ice.CollocationOptimizationException
Deprecated.
 
CollocationOptimizationException(Throwable) - Constructor for exception com.zeroc.Ice.CollocationOptimizationException
Deprecated.
 
com.zeroc.Glacier2 - package com.zeroc.Glacier2
APIs for clients of the Glacier2 firewall traversal service.
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.IceBox - package com.zeroc.IceBox
APIs for creating IceBox services and interacting with the IceBox server.
com.zeroc.IceBT - package com.zeroc.IceBT
APIs for the IceBT plug-in, a Bluetooth transport currently available only for Android.
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.IcePatch2 - package com.zeroc.IcePatch2
APIs for clients of the IcePatch2 file patching service.
com.zeroc.IceSSL - package com.zeroc.IceSSL
APIs for the IceSSL transport plug-in.
com.zeroc.IceStorm - package com.zeroc.IceStorm
IceStorm APIs.
communicator() - Method in class com.zeroc.Glacier2.SessionHelper
Returns the session's communicator object.
communicator() - Static method in class com.zeroc.Ice.Application
Returns the communicator for the application.
Communicator - Interface in com.zeroc.Ice
The central object in Ice.
CommunicatorDescriptor - Class in com.zeroc.IceGrid
A communicator descriptor.
CommunicatorDescriptor() - Constructor for class com.zeroc.IceGrid.CommunicatorDescriptor
 
CommunicatorDescriptor(List<AdapterDescriptor>, PropertySetDescriptor, List<DbEnvDescriptor>, String[], String) - Constructor for class com.zeroc.IceGrid.CommunicatorDescriptor
 
CommunicatorDestroyedException - Exception in com.zeroc.Ice
This exception is raised if the Communicator has been destroyed.
CommunicatorDestroyedException() - Constructor for exception com.zeroc.Ice.CommunicatorDestroyedException
 
CommunicatorDestroyedException(Throwable) - Constructor for exception com.zeroc.Ice.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.
compactIdResolver - Variable in class com.zeroc.Ice.InitializationData
Applications that make use of compact type IDs to conserve space when marshaling class instances, and also use the streaming API to extract such classes, can intercept the translation between compact type IDs and their corresponding string type IDs by installing a compact ID resolver in InitializationData The parameter id represents the compact ID; the returned value is the type ID such as "::Module::Class", or an empty string if the compact ID is unknown.
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.
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.
CompressionException - Exception in com.zeroc.Ice
This exception indicates a problem with compressing or uncompressing data.
CompressionException() - Constructor for exception com.zeroc.Ice.CompressionException
 
CompressionException(String) - Constructor for exception com.zeroc.Ice.CompressionException
 
CompressionException(String, Throwable) - Constructor for exception com.zeroc.Ice.CompressionException
 
CompressionException(Throwable) - Constructor for exception com.zeroc.Ice.CompressionException
 
con - Variable in class com.zeroc.Ice.Current
Information about the connection over which the current method invocation was received.
connect() - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Connects to the Glacier2 router using the associated SSL credentials.
connect(String, String) - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Connect the Glacier2 session using user name and password credentials.
connect(String, String, Map<String, String>) - Method in class com.zeroc.Glacier2.SessionHelper
 
connect(Map<String, String>) - Method in class com.zeroc.Glacier2.SessionHelper
 
connected(SessionHelper) - Method in interface com.zeroc.Glacier2.SessionCallback
Notifies the application that the Glacier2 session has been established.
connectFailed(SessionHelper, Throwable) - Method in interface com.zeroc.Glacier2.SessionCallback
Notifies the application that the Glacier2 session establishment failed.
ConnectFailedException - Exception in com.zeroc.Ice
This exception indicates connection failures.
ConnectFailedException() - Constructor for exception com.zeroc.Ice.ConnectFailedException
 
ConnectFailedException(int) - Constructor for exception com.zeroc.Ice.ConnectFailedException
 
ConnectFailedException(int, Throwable) - Constructor for exception com.zeroc.Ice.ConnectFailedException
 
ConnectFailedException(Throwable) - Constructor for exception com.zeroc.Ice.ConnectFailedException
 
Connection - Interface in com.zeroc.Ice
The user-level interface to a connection.
ConnectionClose - Enum Class in com.zeroc.Ice
Determines the behavior when manually closing a connection.
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.IceBT
Provides access to the details of a Bluetooth connection.
ConnectionInfo - Class in com.zeroc.IceSSL
Provides access to the connection details of an SSL connection
ConnectionInfo() - Constructor for class com.zeroc.Ice.ConnectionInfo
 
ConnectionInfo() - Constructor for class com.zeroc.IceBT.ConnectionInfo
 
ConnectionInfo() - Constructor for class com.zeroc.IceSSL.ConnectionInfo
 
ConnectionInfo(ConnectionInfo, boolean, String, String) - Constructor for class com.zeroc.Ice.ConnectionInfo
 
ConnectionInfo(ConnectionInfo, boolean, String, String, String, int, String, int, String, int, int) - Constructor for class com.zeroc.IceBT.ConnectionInfo
 
ConnectionInfo(ConnectionInfo, boolean, String, String, String, Certificate[], boolean) - Constructor for class com.zeroc.IceSSL.ConnectionInfo
 
ConnectionLostException - Exception in com.zeroc.Ice
This exception indicates a lost connection.
ConnectionLostException() - Constructor for exception com.zeroc.Ice.ConnectionLostException
 
ConnectionLostException(int) - Constructor for exception com.zeroc.Ice.ConnectionLostException
 
ConnectionLostException(int, Throwable) - Constructor for exception com.zeroc.Ice.ConnectionLostException
 
ConnectionLostException(Throwable) - Constructor for exception com.zeroc.Ice.ConnectionLostException
 
ConnectionManuallyClosedException - Exception in com.zeroc.Ice
This exception is raised by an operation call if the application closes the connection locally using Connection.close(com.zeroc.Ice.ConnectionClose).
ConnectionManuallyClosedException() - Constructor for exception com.zeroc.Ice.ConnectionManuallyClosedException
 
ConnectionManuallyClosedException(boolean) - Constructor for exception com.zeroc.Ice.ConnectionManuallyClosedException
 
ConnectionManuallyClosedException(boolean, Throwable) - Constructor for exception com.zeroc.Ice.ConnectionManuallyClosedException
 
ConnectionManuallyClosedException(Throwable) - Constructor for exception com.zeroc.Ice.ConnectionManuallyClosedException
 
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
 
ConnectionMetrics(String, long, int, long, int, long, long) - Constructor for class com.zeroc.IceMX.ConnectionMetrics
 
ConnectionNotValidatedException - Exception in com.zeroc.Ice
This exception is raised if a message is received over a connection that is not yet validated.
ConnectionNotValidatedException() - Constructor for exception com.zeroc.Ice.ConnectionNotValidatedException
 
ConnectionNotValidatedException(String) - Constructor for exception com.zeroc.Ice.ConnectionNotValidatedException
 
ConnectionNotValidatedException(String, Throwable) - Constructor for exception com.zeroc.Ice.ConnectionNotValidatedException
 
ConnectionNotValidatedException(Throwable) - Constructor for exception com.zeroc.Ice.ConnectionNotValidatedException
 
ConnectionObserver - Interface in com.zeroc.Ice.Instrumentation
The connection observer interface to instrument Ice connections.
ConnectionRefusedException - Exception in com.zeroc.Ice
This exception indicates a connection failure for which the server host actively refuses a connection.
ConnectionRefusedException() - Constructor for exception com.zeroc.Ice.ConnectionRefusedException
 
ConnectionRefusedException(int) - Constructor for exception com.zeroc.Ice.ConnectionRefusedException
 
ConnectionRefusedException(int, Throwable) - Constructor for exception com.zeroc.Ice.ConnectionRefusedException
 
ConnectionRefusedException(Throwable) - Constructor for exception com.zeroc.Ice.ConnectionRefusedException
 
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.
ConnectionTimeoutException - Exception in com.zeroc.Ice
This exception indicates that a connection has been shut down because it has been idle for some time.
ConnectionTimeoutException() - Constructor for exception com.zeroc.Ice.ConnectionTimeoutException
 
ConnectionTimeoutException(Throwable) - Constructor for exception com.zeroc.Ice.ConnectionTimeoutException
 
ConnectTimeoutException - Exception in com.zeroc.Ice
This exception indicates a connection establishment timeout condition.
ConnectTimeoutException() - Constructor for exception com.zeroc.Ice.ConnectTimeoutException
 
ConnectTimeoutException(Throwable) - Constructor for exception com.zeroc.Ice.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
Create a new session.
create(SSLInfo, SessionControlPrx, Current) - Method in interface com.zeroc.Glacier2.SSLSessionManager
Create a new session.
create(SSLInfo, SessionControlPrx, Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Create a new session.
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
Returns a new IceBT plug-in.
create(Communicator, String, String[]) - Method in class com.zeroc.IceSSL.PluginFactory
Returns a new plug-in.
create(String) - Method in interface com.zeroc.Ice.ObjectFactory
Deprecated.
Create a new object for a given object type.
create(String) - Method in interface com.zeroc.Ice.ValueFactory
Create a new value for a given value type.
create(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Create a new topic.
create(String, SessionControlPrx) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Create a new session.
create(String, SessionControlPrx, Current) - Method in interface com.zeroc.Glacier2.SessionManager
Create a new session.
create(String, SessionControlPrx, Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Create a new session.
create(String, Current) - Method in interface com.zeroc.IceStorm.TopicManager
Create a new topic.
create(String, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Create a new topic.
createAdmin(ObjectAdapter, Identity) - Method in interface com.zeroc.Ice.Communicator
Add the Admin object with all its facets to the provided object adapter.
createAdminSession(String, String) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create an administrative session.
createAdminSession(String, String, Current) - Method in interface com.zeroc.IceGrid.Registry
Create an administrative session.
createAdminSession(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create an administrative session.
createAdminSessionAsync(String, String) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create an administrative session.
createAdminSessionAsync(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create an administrative session.
createAdminSessionFromSecureConnection() - Method in interface com.zeroc.IceGrid.RegistryPrx
Create an administrative session from a secure connection.
createAdminSessionFromSecureConnection(Current) - Method in interface com.zeroc.IceGrid.Registry
Create an administrative session from a secure connection.
createAdminSessionFromSecureConnection(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create an administrative session from a secure connection.
createAdminSessionFromSecureConnectionAsync() - Method in interface com.zeroc.IceGrid.RegistryPrx
Create an administrative session from a secure connection.
createAdminSessionFromSecureConnectionAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create an administrative session from a secure connection.
createAndThrow(String) - Method in interface com.zeroc.Ice.UserExceptionFactory
Instantiate a user exception with the given Slice type ID (such as ::Module::MyException) and throw it.
createAsync(SSLInfo, SessionControlPrx) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Create a new session.
createAsync(SSLInfo, SessionControlPrx, Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Create a new session.
createAsync(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Create a new topic.
createAsync(String, SessionControlPrx) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Create a new session.
createAsync(String, SessionControlPrx, Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Create a new session.
createAsync(String, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Create a new topic.
createCallbackIdentity(String) - Static method in class com.zeroc.Glacier2.Application
Create a new Ice identity for callback objects with the given identity name field.
createdCommunicator(SessionHelper) - Method in interface com.zeroc.Glacier2.SessionCallback
Notifies the application that the communicator was created.
createDirectProxy(Identity) - Method in interface com.zeroc.Ice.ObjectAdapter
Create a direct proxy for the object with the given identity.
createIndirectProxy(Identity) - Method in interface com.zeroc.Ice.ObjectAdapter
Create an indirect proxy for the object with the given identity.
createObjectAdapter(String) - Method in interface com.zeroc.Ice.Communicator
Create a new object adapter.
createObjectAdapterWithEndpoints(String, String) - Method in interface com.zeroc.Ice.Communicator
Create a new object adapter with endpoints.
createObjectAdapterWithRouter(String, RouterPrx) - Method in interface com.zeroc.Ice.Communicator
Create a new object adapter with a router.
createProperties() - Static method in class com.zeroc.Ice.Util
Creates a new empty property set.
createProperties(String[]) - Static method in class com.zeroc.Ice.Util
Creates a property set initialized from an argument vector.
createProperties(String[], Properties) - Static method in class com.zeroc.Ice.Util
Creates a property set initialized from an argument vector.
createProperties(String[], Properties, List<String>) - Static method in class com.zeroc.Ice.Util
Creates a property set initialized from an argument vector and return the remaining arguments.
createProperties(String[], List<String>) - Static method in class com.zeroc.Ice.Util
Creates a property set initialized from an argument vector and return the remaining arguments.
createProxy(Identity) - Method in interface com.zeroc.Ice.Connection
Create a special proxy that always uses this connection.
createProxy(Identity) - Method in interface com.zeroc.Ice.ObjectAdapter
Create a proxy for the object with the given identity.
createSession() - Method in class com.zeroc.Glacier2.Application
Creates a new Glacier2 session.
createSession(String, String) - Method in interface com.zeroc.Glacier2.RouterPrx
Create a per-client session with the router.
createSession(String, String) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create a client session.
createSession(String, String, Current) - Method in interface com.zeroc.IceGrid.Registry
Create a client session.
createSession(String, String, Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Create a per-client session with the router.
createSession(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create a client session.
createSessionAsync(String, String) - Method in interface com.zeroc.Glacier2.RouterPrx
Create a per-client session with the router.
createSessionAsync(String, String) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create a client session.
createSessionAsync(String, String, Current) - Method in interface com.zeroc.Glacier2.Router
Create a per-client session with the router.
createSessionAsync(String, String, Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Create a per-client session with the router.
createSessionAsync(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create a client session.
createSessionFromSecureConnection() - Method in interface com.zeroc.Glacier2.RouterPrx
Create a per-client session with the router.
createSessionFromSecureConnection() - Method in interface com.zeroc.IceGrid.RegistryPrx
Create a client session from a secure connection.
createSessionFromSecureConnection(Current) - Method in interface com.zeroc.IceGrid.Registry
Create a client session from a secure connection.
createSessionFromSecureConnection(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Create a per-client session with the router.
createSessionFromSecureConnection(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create a client session from a secure connection.
createSessionFromSecureConnectionAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
Create a per-client session with the router.
createSessionFromSecureConnectionAsync() - Method in interface com.zeroc.IceGrid.RegistryPrx
Create a client session from a secure connection.
createSessionFromSecureConnectionAsync(Current) - Method in interface com.zeroc.Glacier2.Router
Create a per-client session with the router.
createSessionFromSecureConnectionAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Create a per-client session with the router.
createSessionFromSecureConnectionAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Create a client session from a secure connection.
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, as received from the client.
current - Variable in class com.zeroc.IceMX.Metrics
The number of objects currently observed by this metrics.
Current - Class in com.zeroc.Ice
Information about the current method invocation for servers.
Current() - Constructor for class com.zeroc.Ice.Current
 
Current(ObjectAdapter, Connection, Identity, String, String, OperationMode, Map<String, String>, int, EncodingVersion) - Constructor for class com.zeroc.Ice.Current
 
currentEncoding() - Static method in class com.zeroc.Ice.Util
Returns the supported Ice 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.
DatagramLimitException - Exception in com.zeroc.Ice
A datagram exceeds the configured size.
DatagramLimitException() - Constructor for exception com.zeroc.Ice.DatagramLimitException
 
DatagramLimitException(String) - Constructor for exception com.zeroc.Ice.DatagramLimitException
 
DatagramLimitException(String, Throwable) - Constructor for exception com.zeroc.Ice.DatagramLimitException
 
DatagramLimitException(Throwable) - Constructor for exception com.zeroc.Ice.DatagramLimitException
 
DbEnvDescriptor - Class in com.zeroc.IceGrid
A Freeze database environment descriptor.
DbEnvDescriptor() - Constructor for class com.zeroc.IceGrid.DbEnvDescriptor
 
DbEnvDescriptor(String, String, String, List<PropertyDescriptor>) - Constructor for class com.zeroc.IceGrid.DbEnvDescriptor
 
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 (i.e., the directory where the database files will be stored).
deactivate() - Method in interface com.zeroc.Ice.ObjectAdapter
Deactivate all endpoints that belong to this object adapter.
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 (an integer value representing the number of seconds to wait for deactivation).
DefaultFormat - Enum constant in enum class com.zeroc.Ice.FormatType
Indicates that no preference was specified.
defaultInterrupt() - Static method in class com.zeroc.Ice.Application
Clears any shutdown hooks, including any hook established with Application.destroyOnInterrupt() or Application.shutdownOnInterrupt().
defaultResolve(String) - Method in class com.zeroc.IceMX.MetricsHelper
 
delivered - Variable in class com.zeroc.IceMX.SubscriberMetrics
Number of forwarded events.
DeploymentException - Exception in com.zeroc.IceGrid
An exception for deployment errors.
DeploymentException() - Constructor for exception com.zeroc.IceGrid.DeploymentException
 
DeploymentException(String) - Constructor for exception com.zeroc.IceGrid.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.DeploymentException
 
DeploymentException(Throwable) - Constructor for exception com.zeroc.IceGrid.DeploymentException
 
description - Variable in class com.zeroc.IceGrid.AdapterDescriptor
The 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 template.
destroy() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Destroy the associated session.
destroy() - Method in class com.zeroc.Glacier2.SessionHelper
Destroys the Glacier2 session.
destroy() - Method in interface com.zeroc.Glacier2.SessionPrx
Destroy the session.
destroy() - Method in interface com.zeroc.Ice.Communicator
Destroy the communicator.
destroy() - Method in class com.zeroc.Ice.LoggerPlugin
Called by the Ice run time when the communicator is destroyed.
destroy() - Method in interface com.zeroc.Ice.ObjectAdapter
Destroys the object adapter and cleans up all resources held by the object adapter.
destroy() - Method in interface com.zeroc.Ice.ObjectFactory
Deprecated.
Called when the factory is removed from the communicator, or if the communicator is destroyed.
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 class com.zeroc.Ice.ThreadHookPlugin
Called by the Ice run time when the communicator is destroyed.
destroy() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Destroy the iterator.
destroy() - Method in class com.zeroc.IceMX.ObserverFactory
 
destroy() - Method in interface com.zeroc.IceStorm.TopicPrx
Destroy the topic.
destroy(Current) - Method in interface com.zeroc.Glacier2.Session
Destroy the session.
destroy(Current) - Method in interface com.zeroc.Glacier2.SessionControl
Destroy the associated session.
destroy(Current) - Method in interface com.zeroc.IceGrid.FileIterator
Destroy the iterator.
destroy(Current) - Method in interface com.zeroc.IceStorm.Topic
Destroy the topic.
destroy(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Destroy the associated session.
destroy(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionPrx
Destroy the session.
destroy(Map<String, String>) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Destroy the iterator.
destroy(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Destroy the topic.
destroyAsync() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Destroy the associated session.
destroyAsync() - Method in interface com.zeroc.Glacier2.SessionPrx
Destroy the session.
destroyAsync() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Destroy the iterator.
destroyAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
Destroy the topic.
destroyAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Destroy the associated session.
destroyAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionPrx
Destroy the session.
destroyAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Destroy the iterator.
destroyAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Destroy the 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.
destroyOnInterrupt() - Static method in class com.zeroc.Ice.Application
Instructs Application to call Communicator.destroy() on receipt of a signal.
destroySession() - Method in interface com.zeroc.Glacier2.RouterPrx
Destroy the calling client's session with this router.
destroySession(Current) - Method in interface com.zeroc.Glacier2.Router
Destroy the calling client's session with this router.
destroySession(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Destroy the calling client's session with this router.
destroySessionAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
Destroy the calling client's session with this router.
destroySessionAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Destroy the calling client's session 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
 
detachRemoteLogger(RemoteLoggerPrx) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Detaches a RemoteLogger object from the local logger.
detachRemoteLogger(RemoteLoggerPrx, Current) - Method in interface com.zeroc.Ice.LoggerAdmin
Detaches a RemoteLogger object from the local logger.
detachRemoteLogger(RemoteLoggerPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Detaches a RemoteLogger object from the local logger.
detachRemoteLoggerAsync(RemoteLoggerPrx) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Detaches a RemoteLogger object from the local logger.
detachRemoteLoggerAsync(RemoteLoggerPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Detaches a RemoteLogger 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.
disableMetricsView(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Disable a metrics view.
disableMetricsView(String, Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
Disable a metrics view.
disableMetricsView(String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Disable a metrics view.
disableMetricsViewAsync(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Disable a metrics view.
disableMetricsViewAsync(String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Disable a metrics view.
disconnected(SessionHelper) - Method in interface com.zeroc.Glacier2.SessionCallback
Notifies the application that the Glacier2 session has been disconnected.
dispatch(Request) - Method in class com.zeroc.Ice.DispatchInterceptor
Called by the Ice run time to dispatch an incoming request.
dispatcher - Variable in class com.zeroc.Ice.InitializationData
You can control which thread receives operation invocations and AMI callbacks by supplying a dispatcher.
DispatchInterceptor - Class in com.zeroc.Ice
Base class that allows a server to intercept incoming requests.
DispatchInterceptor() - Constructor for class com.zeroc.Ice.DispatchInterceptor
 
DispatchMetrics - Class in com.zeroc.IceMX
Provides information on servant dispatch.
DispatchMetrics() - Constructor for class com.zeroc.IceMX.DispatchMetrics
 
DispatchMetrics(String, long, int, long, int, int, long, long) - Constructor for class com.zeroc.IceMX.DispatchMetrics
 
DispatchObserver - Interface in com.zeroc.Ice.Instrumentation
The dispatch observer to instrument servant dispatch.
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
A distribution descriptor defines an IcePatch2 server and the directories to retrieve from the patch server.
DistributionDescriptor() - Constructor for class com.zeroc.IceGrid.DistributionDescriptor
 
DistributionDescriptor(String, List<String>) - Constructor for class com.zeroc.IceGrid.DistributionDescriptor
 
DNSException - Exception in com.zeroc.Ice
This exception indicates a DNS problem.
DNSException() - Constructor for exception com.zeroc.Ice.DNSException
 
DNSException(int, String) - Constructor for exception com.zeroc.Ice.DNSException
 
DNSException(int, String, Throwable) - Constructor for exception com.zeroc.Ice.DNSException
 
DNSException(Throwable) - Constructor for exception com.zeroc.Ice.DNSException
 
domain - Variable in exception com.zeroc.Ice.CFNetworkException
The domain of the error.
doMain(String[], InitializationData) - Method in class com.zeroc.Glacier2.Application
 
doMain(String[], InitializationData) - Method in class com.zeroc.Ice.Application
 

E

enabled - Variable in class com.zeroc.IceGrid.ServerDynamicInfo
Indicates whether the server is enabled.
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
Enable or disable a server.
enableServer(String, boolean, Current) - Method in interface com.zeroc.IceGrid.Admin
Enable or disable a server.
enableServer(String, boolean, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Enable or disable a server.
enableServerAsync(String, boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
Enable or disable a server.
enableServerAsync(String, boolean, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Enable or disable a server.
EncapsulationException - Exception in com.zeroc.Ice
This exception indicates a malformed data encapsulation.
EncapsulationException() - Constructor for exception com.zeroc.Ice.EncapsulationException
 
EncapsulationException(String) - Constructor for exception com.zeroc.Ice.EncapsulationException
 
EncapsulationException(String, Throwable) - Constructor for exception com.zeroc.Ice.EncapsulationException
 
EncapsulationException(Throwable) - Constructor for exception com.zeroc.Ice.EncapsulationException
 
encoding - Variable in class com.zeroc.Ice.Current
The encoding version used to encode the input and output parameters.
Encoding_1_0 - Static variable in class com.zeroc.Ice.Util
 
Encoding_1_1 - Static variable in class com.zeroc.Ice.Util
 
EncodingVersion - Class in com.zeroc.Ice
A version structure for the encoding version.
EncodingVersion() - Constructor for class com.zeroc.Ice.EncodingVersion
 
EncodingVersion(byte, byte) - Constructor for class com.zeroc.Ice.EncodingVersion
 
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.OutputStream
Marks the end of a user exception.
endException(boolean) - Method in class com.zeroc.Ice.InputStream
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.IceBT
Provides access to Bluetooth endpoint information.
EndpointInfo - Class in com.zeroc.IceSSL
Provides access to an SSL endpoint information.
EndpointInfo() - Constructor for class com.zeroc.Ice.EndpointInfo
 
EndpointInfo() - Constructor for class com.zeroc.IceBT.EndpointInfo
 
EndpointInfo() - Constructor for class com.zeroc.IceSSL.EndpointInfo
 
EndpointInfo(EndpointInfo, int, boolean) - Constructor for class com.zeroc.Ice.EndpointInfo
 
EndpointInfo(EndpointInfo, int, boolean) - Constructor for class com.zeroc.IceSSL.EndpointInfo
 
EndpointInfo(EndpointInfo, int, boolean, String, String) - Constructor for class com.zeroc.IceBT.EndpointInfo
 
EndpointParseException - Exception in com.zeroc.Ice
This exception is raised if there was an error while parsing an endpoint.
EndpointParseException() - Constructor for exception com.zeroc.Ice.EndpointParseException
 
EndpointParseException(String) - Constructor for exception com.zeroc.Ice.EndpointParseException
 
EndpointParseException(String, Throwable) - Constructor for exception com.zeroc.Ice.EndpointParseException
 
EndpointParseException(Throwable) - Constructor for exception com.zeroc.Ice.EndpointParseException
 
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.
EndpointSelectionTypeParseException - Exception in com.zeroc.Ice
This exception is raised if there was an error while parsing an endpoint selection type.
EndpointSelectionTypeParseException() - Constructor for exception com.zeroc.Ice.EndpointSelectionTypeParseException
 
EndpointSelectionTypeParseException(String) - Constructor for exception com.zeroc.Ice.EndpointSelectionTypeParseException
 
EndpointSelectionTypeParseException(String, Throwable) - Constructor for exception com.zeroc.Ice.EndpointSelectionTypeParseException
 
EndpointSelectionTypeParseException(Throwable) - Constructor for exception com.zeroc.Ice.EndpointSelectionTypeParseException
 
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.OutputStream
Marks the end of a class instance.
endValue(boolean) - Method in class com.zeroc.Ice.InputStream
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 class com.zeroc.Ice.ACM
 
equals(Object) - Method in class com.zeroc.Ice.Current
 
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
Returns 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.IcePatch2.FileInfo
 
equals(Object) - Method in class com.zeroc.IcePatch2.LargeFileInfo
 
equals(Object) - Method in class com.zeroc.IceStorm.LinkInfo
 
error - Variable in exception com.zeroc.Ice.DNSException
The error number describing the DNS problem.
error - Variable in exception com.zeroc.Ice.SyscallException
The error number describing the system exception.
error(String) - Method in interface com.zeroc.Ice.Logger
Log an error message.
ErrorMessage - Enum constant in enum class com.zeroc.Ice.LogMessageType
The Logger received an error message.
Exception - Exception in com.zeroc.Ice
Base class for Ice local and system exceptions.
Exception() - Constructor for exception com.zeroc.Ice.Exception
 
Exception(Throwable) - Constructor for exception com.zeroc.Ice.Exception
 
exe - Variable in class com.zeroc.IceGrid.ServerDescriptor
The path of the server executable.
executable - Variable in class com.zeroc.IcePatch2.FileInfo
The executable flag.
executable - Variable in class com.zeroc.IcePatch2.LargeFileInfo
The executable flag.
expand(int) - Method in class com.zeroc.Ice.OutputStream
Expand the stream to accept more data.
expectedType - Variable in exception com.zeroc.Ice.UnexpectedObjectException
The Slice type ID that was expected by the receiving operation.

F

F1 - Enum constant in enum class com.zeroc.Ice.OptionalFormat
 
F2 - Enum constant in enum class com.zeroc.Ice.OptionalFormat
 
F4 - Enum constant in enum class com.zeroc.Ice.OptionalFormat
 
F8 - Enum constant in enum class com.zeroc.Ice.OptionalFormat
 
facet - Variable in class com.zeroc.Ice.Current
The facet.
facet - Variable in exception com.zeroc.Ice.RequestFailedException
The facet to which the request was sent.
FacetNotExistException - Exception in com.zeroc.Ice
This exception is raised if no facet with the given name exists, but at least one facet with the given identity exists.
FacetNotExistException() - Constructor for exception com.zeroc.Ice.FacetNotExistException
 
FacetNotExistException(Identity, String, String) - Constructor for exception com.zeroc.Ice.FacetNotExistException
 
FacetNotExistException(Identity, String, String, Throwable) - Constructor for exception com.zeroc.Ice.FacetNotExistException
 
FacetNotExistException(Throwable) - Constructor for exception com.zeroc.Ice.FacetNotExistException
 
failed(String) - Method in interface com.zeroc.Ice.Instrumentation.Observer
Notification of a failure.
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() - Constructor for exception com.zeroc.IceBox.FailureException
 
FailureException(String) - Constructor for exception com.zeroc.IceBox.FailureException
 
FailureException(String, Throwable) - Constructor for exception com.zeroc.IceBox.FailureException
 
FailureException(Throwable) - Constructor for exception com.zeroc.IceBox.FailureException
 
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
This exception is raised if an unsupported feature is used.
FeatureNotSupportedException() - Constructor for exception com.zeroc.Ice.FeatureNotSupportedException
 
FeatureNotSupportedException(String) - Constructor for exception com.zeroc.Ice.FeatureNotSupportedException
 
FeatureNotSupportedException(String, Throwable) - Constructor for exception com.zeroc.Ice.FeatureNotSupportedException
 
FeatureNotSupportedException(Throwable) - Constructor for exception com.zeroc.Ice.FeatureNotSupportedException
 
FileAccessException - Exception in com.zeroc.IcePatch2
This exception is raised if a file's contents cannot be read.
FileAccessException() - Constructor for exception com.zeroc.IcePatch2.FileAccessException
 
FileAccessException(String) - Constructor for exception com.zeroc.IcePatch2.FileAccessException
 
FileAccessException(String, Throwable) - Constructor for exception com.zeroc.IcePatch2.FileAccessException
 
FileAccessException(Throwable) - Constructor for exception com.zeroc.IcePatch2.FileAccessException
 
FileException - Exception in com.zeroc.Ice
This exception indicates file errors.
FileException() - Constructor for exception com.zeroc.Ice.FileException
 
FileException(int, String) - Constructor for exception com.zeroc.Ice.FileException
 
FileException(int, String, Throwable) - Constructor for exception com.zeroc.Ice.FileException
 
FileException(Throwable) - Constructor for exception com.zeroc.Ice.FileException
 
FileInfo - Class in com.zeroc.IcePatch2
Basic information about a single file.
FileInfo() - Constructor for class com.zeroc.IcePatch2.FileInfo
 
FileInfo(String, byte[], int, boolean) - Constructor for class com.zeroc.IcePatch2.FileInfo
 
FileInfoSeqHelper - Class in com.zeroc.IcePatch2
Helper class for marshaling/unmarshaling FileInfoSeq.
FileInfoSeqHelper() - Constructor for class com.zeroc.IcePatch2.FileInfoSeqHelper
 
FileIterator - Interface in com.zeroc.IceGrid
This interface provides access to IceGrid log file contents.
FileIterator.ReadResult - Class in com.zeroc.IceGrid
Holds the result of operation read.
FileIteratorPrx - Interface in com.zeroc.IceGrid
This interface provides access to IceGrid log file contents.
FileNotAvailableException - Exception in com.zeroc.IceGrid
This exception is raised if a file is not available.
FileNotAvailableException() - Constructor for exception com.zeroc.IceGrid.FileNotAvailableException
 
FileNotAvailableException(String) - Constructor for exception com.zeroc.IceGrid.FileNotAvailableException
 
FileNotAvailableException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.FileNotAvailableException
 
FileNotAvailableException(Throwable) - Constructor for exception com.zeroc.IceGrid.FileNotAvailableException
 
FileParser - Interface in com.zeroc.IceGrid
icegridadmin provides a FileParser object to transform XML files into ApplicationDescriptor objects.
FileParserPrx - Interface in com.zeroc.IceGrid
icegridadmin provides a FileParser object to transform XML files into ApplicationDescriptor objects.
FileServer - Interface in com.zeroc.IcePatch2
The interface that provides access to files.
FileServerPrx - Interface in com.zeroc.IcePatch2
The interface that provides access to files.
FileSizeRangeException - Exception in com.zeroc.IcePatch2
This exception is raised if an operation tries to use a file whose size is larger than 2.1 GB.
FileSizeRangeException() - Constructor for exception com.zeroc.IcePatch2.FileSizeRangeException
 
FileSizeRangeException(String) - Constructor for exception com.zeroc.IcePatch2.FileSizeRangeException
 
FileSizeRangeException(String, Throwable) - Constructor for exception com.zeroc.IcePatch2.FileSizeRangeException
 
FileSizeRangeException(Throwable) - Constructor for exception com.zeroc.IcePatch2.FileSizeRangeException
 
filter - Variable in class com.zeroc.IceGrid.ReplicaGroupDescriptor
The filter to use for this replica group.
filter(String, ObjectPrx[], Connection, Map<String, String>) - Method in interface com.zeroc.IceGrid.TypeFilter
Filter the the given set of proxies.
filter(String, String[], Connection, Map<String, String>) - Method in interface com.zeroc.IceGrid.ReplicaGroupFilter
Filter the the given set of adapters.
find(Identity) - Method in interface com.zeroc.Ice.ObjectAdapter
Look up a servant in this object adapter's Active Servant Map by the identity of the Ice object it implements.
find(String) - Method in interface com.zeroc.Ice.ValueFactoryManager
Find an value factory registered with this communicator.
findAdapterById(String) - Method in interface com.zeroc.Ice.LocatorPrx
Find an adapter by id and return a proxy that contains its endpoints.
findAdapterById(String, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
Find an adapter by id and return a proxy that contains its endpoints.
findAdapterByIdAsync(String) - Method in interface com.zeroc.Ice.LocatorPrx
Find an adapter by id and return a proxy that contains its endpoints.
findAdapterByIdAsync(String, Current) - Method in interface com.zeroc.Ice.Locator
Find an adapter by id and return a proxy that contains its endpoints.
findAdapterByIdAsync(String, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
Find an adapter by id and return a proxy that contains its endpoints.
findAdminFacet(String) - Method in interface com.zeroc.Ice.Communicator
Returns a facet of the Admin object.
findAllAdminFacets() - Method in interface com.zeroc.Ice.Communicator
Returns a map of all facets of the Admin object.
findAllFacets(Identity) - Method in interface com.zeroc.Ice.ObjectAdapter
Find all facets with the given identity in the Active Servant Map.
findAllObjectsByType(String) - Method in interface com.zeroc.IceGrid.QueryPrx
Find all the well-known objects with the given type.
findAllObjectsByType(String, Current) - Method in interface com.zeroc.IceGrid.Query
Find all the well-known objects with the given type.
findAllObjectsByType(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
Find all the well-known objects with the given type.
findAllObjectsByTypeAsync(String) - Method in interface com.zeroc.IceGrid.QueryPrx
Find all the well-known objects with the given type.
findAllObjectsByTypeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
Find all the well-known objects with the given type.
findAllReplicas(ObjectPrx) - Method in interface com.zeroc.IceGrid.QueryPrx
Find all the object replicas associated with the given proxy.
findAllReplicas(ObjectPrx, Current) - Method in interface com.zeroc.IceGrid.Query
Find all the object replicas associated with the given proxy.
findAllReplicas(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
Find all the object replicas associated with the given proxy.
findAllReplicasAsync(ObjectPrx) - Method in interface com.zeroc.IceGrid.QueryPrx
Find all the object replicas associated with the given proxy.
findAllReplicasAsync(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
Find all the object replicas associated with the given proxy.
findByProxy(ObjectPrx) - Method in interface com.zeroc.Ice.ObjectAdapter
Look up a servant in this object adapter's Active Servant Map, given a proxy.
findDefaultServant(String) - Method in interface com.zeroc.Ice.ObjectAdapter
Find the default servant for a specific category.
Finder - Interface in com.zeroc.IceStorm
This inferface is advertised by the IceStorm service through the Ice object with the identity `IceStorm/Finder'.
FinderPrx - Interface in com.zeroc.IceStorm
This inferface is advertised by the IceStorm service through the Ice object with the identity `IceStorm/Finder'.
findFacet(Identity, String) - Method in interface com.zeroc.Ice.ObjectAdapter
findObjectById(Identity) - Method in interface com.zeroc.Ice.LocatorPrx
Find an object by identity and return a proxy that contains the adapter ID or endpoints which can be used to access the object.
findObjectById(Identity) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by identity.
findObjectById(Identity, Current) - Method in interface com.zeroc.IceGrid.Query
Find a well-known object by identity.
findObjectById(Identity, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
Find an object by identity and return a proxy that contains the adapter ID or endpoints which can be used to access the object.
findObjectById(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by identity.
findObjectByIdAsync(Identity) - Method in interface com.zeroc.Ice.LocatorPrx
Find an object by identity and return a proxy that contains the adapter ID or endpoints which can be used to access the object.
findObjectByIdAsync(Identity) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by identity.
findObjectByIdAsync(Identity, Current) - Method in interface com.zeroc.Ice.Locator
Find an object by identity and return a proxy that contains the adapter ID or endpoints which can be used to access the object.
findObjectByIdAsync(Identity, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
Find an object by identity and return a proxy that contains the adapter ID or endpoints which can be used to access the object.
findObjectByIdAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by identity.
findObjectByType(String) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by type.
findObjectByType(String, Current) - Method in interface com.zeroc.IceGrid.Query
Find a well-known object by type.
findObjectByType(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by type.
findObjectByTypeAsync(String) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by type.
findObjectByTypeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by type.
findObjectByTypeOnLeastLoadedNode(String, LoadSample) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by type on the least-loaded node.
findObjectByTypeOnLeastLoadedNode(String, LoadSample, Current) - Method in interface com.zeroc.IceGrid.Query
Find a well-known object by type on the least-loaded node.
findObjectByTypeOnLeastLoadedNode(String, LoadSample, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by type on the least-loaded node.
findObjectByTypeOnLeastLoadedNodeAsync(String, LoadSample) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by type on the least-loaded node.
findObjectByTypeOnLeastLoadedNodeAsync(String, LoadSample, Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
Find a well-known object by type on the least-loaded node.
findObjectFactory(String) - Method in interface com.zeroc.Ice.Communicator
Deprecated.
findObjectFactory() is deprecated, use ValueFactoryManager::find() instead.
findServantLocator(String) - Method in interface com.zeroc.Ice.ObjectAdapter
Find a Servant Locator installed 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
Finish updating the registry and release the exclusive lock.
finishUpdate(Current) - Method in interface com.zeroc.IceGrid.AdminSession
Finish updating the registry and release the exclusive lock.
finishUpdate(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Finish updating the registry and release the exclusive lock.
finishUpdateAsync() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Finish updating the registry and release the exclusive lock.
finishUpdateAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Finish updating the registry and release 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
 
FixedProxyException(Throwable) - Constructor for exception com.zeroc.Ice.FixedProxyException
 
flushBatchRequests(CompressBatch) - Method in interface com.zeroc.Ice.Communicator
Flush any pending batch requests for this communicator.
flushBatchRequests(CompressBatch) - Method in interface com.zeroc.Ice.Connection
Flush any pending batch requests for this connection.
flushBatchRequestsAsync(CompressBatch) - Method in interface com.zeroc.Ice.Communicator
Flush any pending batch requests for this communicator.
flushBatchRequestsAsync(CompressBatch) - Method in interface com.zeroc.Ice.Connection
Flush any pending batch requests for this connection.
Forcefully - Enum constant in enum class com.zeroc.Ice.ConnectionClose
Close the connection immediately without sending a close connection protocol message to the peer and waiting for the peer to acknowledge it.
forEach(Observer.MetricsUpdate<T>) - Method in class com.zeroc.IceMX.Observer
 
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
Number of events forwarded on the topic by IceStorm topic links.
forwardedClient - Variable in class com.zeroc.IceMX.SessionMetrics
Number of client requests forwared.
forwardedServer - Variable in class com.zeroc.IceMX.SessionMetrics
Number of server requests forwared.
FSize - Enum constant in enum class com.zeroc.Ice.OptionalFormat
 

G

get() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a sequence of identities describing the constraints in this set.
get() - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a sequence of strings describing the constraints in this set.
get(Current) - Method in interface com.zeroc.Glacier2.IdentitySet
Returns a sequence of identities describing the constraints in this set.
get(Current) - Method in interface com.zeroc.Glacier2.StringSet
Returns 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
Returns a sequence of identities describing the constraints in this set.
get(Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a sequence of strings describing the constraints in this set.
getACM() - Method in interface com.zeroc.Ice.Connection
Get the ACM parameters.
getACMTimeout() - Method in interface com.zeroc.Glacier2.RouterPrx
Get the value of the ACM timeout.
getACMTimeout() - Method in interface com.zeroc.IceGrid.RegistryPrx
Get the value of the ACM timeout.
getACMTimeout(Current) - Method in interface com.zeroc.Glacier2.Router
Get the value of the ACM timeout.
getACMTimeout(Current) - Method in interface com.zeroc.IceGrid.Registry
Get the value of the ACM timeout.
getACMTimeout(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Get the value of the ACM timeout.
getACMTimeout(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Get the value of the ACM timeout.
getACMTimeoutAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
Get the value of the ACM timeout.
getACMTimeoutAsync() - Method in interface com.zeroc.IceGrid.RegistryPrx
Get the value of the ACM timeout.
getACMTimeoutAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Get the value of the ACM timeout.
getACMTimeoutAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Get the value of the ACM timeout.
getAdapter() - Method in interface com.zeroc.Ice.Connection
Get the object adapter that dispatches requests for this connection.
getAdapterApplication(String) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Get the name of the application to which the given adapter belongs.
getAdapterInfo(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the adapter information for the replica group or adapter with the given id.
getAdapterInfo(String) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Get the adapter information for the replica group or adapter with the given id.
getAdapterInfo(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get the adapter information for the replica group or adapter with the given id.
getAdapterInfo(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the adapter information for the replica group or adapter with the given id.
getAdapterInfoAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the adapter information for the replica group or adapter with the given id.
getAdapterInfoAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the adapter information for the replica group or adapter with the given id.
getAdapterNode(String) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Get the name of the node to which the given adapter belongs.
getAdapterServer(String) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Get the ID of the server to which the given adapter belongs.
getAdmin() - Method in interface com.zeroc.Ice.Communicator
Get a proxy to the main facet of the Admin object.
getAdmin() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Get the admin interface.
getAdmin(Current) - Method in interface com.zeroc.IceGrid.AdminSession
Get the admin interface.
getAdmin(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Get the admin interface.
getAdminAsync() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Get the admin interface.
getAdminAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Get the admin interface.
getAdminCallbackTemplate() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Get a "template" proxy for admin callback objects.
getAdminCallbackTemplate(Current) - Method in interface com.zeroc.IceGrid.AdminSession
Get a "template" proxy for admin callback objects.
getAdminCallbackTemplate(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Get a "template" proxy for admin callback objects.
getAdminCallbackTemplateAsync() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Get a "template" proxy for admin callback objects.
getAdminCallbackTemplateAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Get a "template" proxy for admin callback objects.
getAllAdapterIds() - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the adapter ids registered with IceGrid.
getAllAdapterIds(Current) - Method in interface com.zeroc.IceGrid.Admin
Get all the adapter ids registered with IceGrid.
getAllAdapterIds(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the adapter ids registered with IceGrid.
getAllAdapterIdsAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the adapter ids registered with IceGrid.
getAllAdapterIdsAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the adapter ids registered with IceGrid.
getAllApplicationNames() - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid applications currently registered.
getAllApplicationNames(Current) - Method in interface com.zeroc.IceGrid.Admin
Get all the IceGrid applications currently registered.
getAllApplicationNames(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid applications currently registered.
getAllApplicationNamesAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid applications currently registered.
getAllApplicationNamesAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid applications currently registered.
getAllNodeNames() - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid nodes currently registered.
getAllNodeNames(Current) - Method in interface com.zeroc.IceGrid.Admin
Get all the IceGrid nodes currently registered.
getAllNodeNames(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid nodes currently registered.
getAllNodeNamesAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid nodes currently registered.
getAllNodeNamesAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid nodes currently registered.
getAllObjectInfos(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get 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
Get 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
Get the object info of all the registered objects whose stringified identities match the given expression.
getAllObjectInfosAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get 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
Get the object info of all the registered objects whose stringified identities match the given expression.
getAllRegistryNames() - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid registries currently registered.
getAllRegistryNames(Current) - Method in interface com.zeroc.IceGrid.Admin
Get all the IceGrid registries currently registered.
getAllRegistryNames(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid registries currently registered.
getAllRegistryNamesAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid registries currently registered.
getAllRegistryNamesAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the IceGrid registries currently registered.
getAllServerIds() - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the server ids registered with IceGrid.
getAllServerIds(Current) - Method in interface com.zeroc.IceGrid.Admin
Get all the server ids registered with IceGrid.
getAllServerIds(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the server ids registered with IceGrid.
getAllServerIdsAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the server ids registered with IceGrid.
getAllServerIdsAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get all the server ids registered with IceGrid.
getApplicationInfo(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get an application descriptor.
getApplicationInfo(String) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Get an application descriptor.
getApplicationInfo(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get an application descriptor.
getApplicationInfo(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get an application descriptor.
getApplicationInfoAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get an application descriptor.
getApplicationInfoAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get an application descriptor.
getAsync() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a sequence of identities describing the constraints in this set.
getAsync() - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a sequence of strings describing the constraints in this set.
getAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a sequence of identities describing the constraints in this set.
getAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a sequence of strings describing the constraints in this set.
getBuffer() - Method in class com.zeroc.Ice.InputStream
 
getBuffer() - Method in class com.zeroc.Ice.OutputStream
Retrieves the internal data buffer.
getCategoryForClient() - Method in interface com.zeroc.Glacier2.RouterPrx
This category must be used in the identities of all of the client's callback objects.
getCategoryForClient(Current) - Method in interface com.zeroc.Glacier2.Router
This category must be used in the identities of all of the client's callback objects.
getCategoryForClient(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
This category must be used in the identities of all of the client's callback objects.
getCategoryForClientAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
This category must be used in the identities of all of the client's callback objects.
getCategoryForClientAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
This category must be used in the identities of all of the client's callback objects.
getCertificateVerifier() - Method in interface com.zeroc.IceSSL.Plugin
Returns the certificate verifier.
getChecksum() - Method in interface com.zeroc.IcePatch2.FileServerPrx
Return the master checksum for all partitions.
getChecksum(Current) - Method in interface com.zeroc.IcePatch2.FileServer
Return the master checksum for all partitions.
getChecksum(Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Return the master checksum for all partitions.
getChecksumAsync() - Method in interface com.zeroc.IcePatch2.FileServerPrx
Return the master checksum for all partitions.
getChecksumAsync(Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Return the master checksum for all partitions.
getChecksumSeq() - Method in interface com.zeroc.IcePatch2.FileServerPrx
Return the checksums for all partitions.
getChecksumSeq(Current) - Method in interface com.zeroc.IcePatch2.FileServer
Return the checksums for all partitions.
getChecksumSeq(Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Return the checksums for all partitions.
getChecksumSeqAsync() - Method in interface com.zeroc.IcePatch2.FileServerPrx
Return the checksums for all partitions.
getChecksumSeqAsync(Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Return the checksums for all partitions.
getClientProxy() - Method in interface com.zeroc.Ice.RouterPrx
Get the router's client proxy, i.e., the proxy to use for forwarding requests from the client to the router.
getClientProxy(Current) - Method in interface com.zeroc.Ice.Router
Get the router's client proxy, i.e., the proxy to use for forwarding requests from the client to the router.
getClientProxy(Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
Get the router's client proxy, i.e., the proxy to use for forwarding requests from the client to the router.
getClientProxyAsync() - Method in interface com.zeroc.Ice.RouterPrx
Get the router's client proxy, i.e., the proxy to use for forwarding requests from the client to the router.
getClientProxyAsync(Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
Get the router's client proxy, i.e., the proxy to use for forwarding requests from the client to the router.
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.
getClosure() - Method in class com.zeroc.Ice.InputStream
Retrieves the closure object associated with this stream.
getClosure() - Method in class com.zeroc.Ice.OutputStream
Retrieves the closure object associated with this stream.
getCollocatedObserver(ObjectAdapter, int, int) - Method in interface com.zeroc.Ice.Instrumentation.InvocationObserver
Get a collocated observer for this invocation.
getCommandLineOptions() - Method in interface 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 interface com.zeroc.Ice.ObjectAdapter
Get the communicator this object adapter belongs to.
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 nil 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.
getContext() - Method in interface com.zeroc.IceSSL.Plugin
Returns the SSL context.
getCurrent() - Method in interface com.zeroc.Ice.Request
Returns the Current object for this the request.
getDefaultApplicationDescriptor() - Method in interface com.zeroc.IceGrid.AdminPrx
Get the default application descriptor.
getDefaultApplicationDescriptor(Current) - Method in interface com.zeroc.IceGrid.Admin
Get the default application descriptor.
getDefaultApplicationDescriptor(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the default application descriptor.
getDefaultApplicationDescriptorAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
Get the default application descriptor.
getDefaultApplicationDescriptorAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the default application descriptor.
getDefaultLocator() - Method in interface com.zeroc.Ice.Communicator
Get the default locator this communicator.
getDefaultRouter() - Method in interface com.zeroc.Ice.Communicator
Get the default router this communicator.
getDelegate() - Method in class com.zeroc.IceMX.ObserverWithDelegate
 
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
Get 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 interface com.zeroc.Ice.ObjectAdapter
Get the set of endpoints configured with this object adapter.
getEntry(MetricsMap<?>) - Method in class com.zeroc.IceMX.Observer
 
getFileCompressed(String, int, int) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Deprecated.
getFileCompressed() is deprecated, use getLargeFileCompressed() instead.
getFileCompressed(String, int, int, Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Deprecated.
getFileCompressed() is deprecated, use getLargeFileCompressed() instead.
getFileCompressedAsync(String, int, int) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Deprecated.
getFileCompressed() is deprecated, use getLargeFileCompressed() instead.
getFileCompressedAsync(String, int, int, Current) - Method in interface com.zeroc.IcePatch2.FileServer
Deprecated.
getFileCompressed() is deprecated, use getLargeFileCompressed() instead.
getFileCompressedAsync(String, int, int, Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Deprecated.
getFileCompressed() is deprecated, use getLargeFileCompressed() instead.
getFileInfoSeq(int) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Deprecated.
getFileInfoSeq() is deprecated, use getLargeFileInfoSeq() instead.
getFileInfoSeq(int, Current) - Method in interface com.zeroc.IcePatch2.FileServer
Deprecated.
getFileInfoSeq() is deprecated, use getLargeFileInfoSeq() instead.
getFileInfoSeq(int, Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Deprecated.
getFileInfoSeq() is deprecated, use getLargeFileInfoSeq() instead.
getFileInfoSeqAsync(int) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Deprecated.
getFileInfoSeq() is deprecated, use getLargeFileInfoSeq() instead.
getFileInfoSeqAsync(int, Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Deprecated.
getFileInfoSeq() is deprecated, use getLargeFileInfoSeq() instead.
getImplicitContext() - Method in interface com.zeroc.Ice.Communicator
Get the implicit context associated with this communicator.
getInfo() - Method in interface com.zeroc.Ice.Connection
Returns the connection information.
getInfo() - Method in interface com.zeroc.Ice.Endpoint
Returns the endpoint information.
getInitializationData() - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Returns the initialization data used to initialize the communicator.
getInvocationFuture(CompletableFuture<T>) - Static method in class com.zeroc.Ice.Util
Returns the InvocationFuture equivalent of the given CompletableFuture.
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.
getKeystorePassword() - Method in interface com.zeroc.IceSSL.PasswordCallback
Returns the password for validating the keystore.
getLargeFileCompressed(String, long, int) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Read the specified file.
getLargeFileCompressed(String, long, int, Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Read the specified file.
getLargeFileCompressedAsync(String, long, int) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Read the specified file.
getLargeFileCompressedAsync(String, long, int, Current) - Method in interface com.zeroc.IcePatch2.FileServer
Read the specified file.
getLargeFileCompressedAsync(String, long, int, Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Read the specified file.
getLargeFileInfoSeq(int) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns file information for the specified partition.
getLargeFileInfoSeq(int, Current) - Method in interface com.zeroc.IcePatch2.FileServer
Returns file information for the specified partition.
getLargeFileInfoSeq(int, Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns file information for the specified partition.
getLargeFileInfoSeqAsync(int) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns file information for the specified partition.
getLargeFileInfoSeqAsync(int, Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns file information for the specified partition.
getLinkInfoSeq() - Method in interface com.zeroc.IceStorm.TopicPrx
Retrieve information on the current links.
getLinkInfoSeq(Current) - Method in interface com.zeroc.IceStorm.Topic
Retrieve information on the current links.
getLinkInfoSeq(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Retrieve information on the current links.
getLinkInfoSeqAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
Retrieve information on the current links.
getLinkInfoSeqAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Retrieve information on the current links.
getLocalQuery() - Method in interface com.zeroc.IceGrid.LocatorPrx
Get the proxy of the query object hosted by this IceGrid registry.
getLocalQuery(Current) - Method in interface com.zeroc.IceGrid.Locator
Get the proxy of the query object hosted by this IceGrid registry.
getLocalQuery(Map<String, String>) - Method in interface com.zeroc.IceGrid.LocatorPrx
Get the proxy of the query object hosted by this IceGrid registry.
getLocalQueryAsync() - Method in interface com.zeroc.IceGrid.LocatorPrx
Get the proxy of the query object hosted by this IceGrid registry.
getLocalQueryAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.LocatorPrx
Get the proxy of the query object hosted by this IceGrid registry.
getLocalRegistry() - Method in interface com.zeroc.IceGrid.LocatorPrx
Get the proxy of the registry object hosted by this IceGrid registry.
getLocalRegistry(Current) - Method in interface com.zeroc.IceGrid.Locator
Get the proxy of the registry object hosted by this IceGrid registry.
getLocalRegistry(Map<String, String>) - Method in interface com.zeroc.IceGrid.LocatorPrx
Get the proxy of the registry object hosted by this IceGrid registry.
getLocalRegistryAsync() - Method in interface com.zeroc.IceGrid.LocatorPrx
Get the proxy of the registry object hosted by this IceGrid registry.
getLocalRegistryAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.LocatorPrx
Get the proxy of the registry object hosted by this IceGrid registry.
getLocator() - Method in interface com.zeroc.Ice.LocatorFinderPrx
Get the locator proxy implemented by the process hosting this finder object.
getLocator() - Method in interface com.zeroc.Ice.ObjectAdapter
Get the Ice locator used by this object adapter.
getLocator(Current) - Method in interface com.zeroc.Ice.LocatorFinder
Get the locator proxy implemented by the process hosting this finder object.
getLocator(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Get the locator proxy implemented by the process hosting this finder object.
getLocatorAsync() - Method in interface com.zeroc.Ice.LocatorFinderPrx
Get the locator proxy implemented by the process hosting this finder object.
getLocatorAsync(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Get the locator proxy implemented by the process hosting this finder object.
getLog(LogMessageType[], String[], int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Retrieves log messages recently logged.
getLog(LogMessageType[], String[], int, Current) - Method in interface com.zeroc.Ice.LoggerAdmin
Retrieves log messages recently logged.
getLog(LogMessageType[], String[], int, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Retrieves log messages recently logged.
getLogAsync(LogMessageType[], String[], int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Retrieves log messages recently logged.
getLogAsync(LogMessageType[], String[], int, Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Retrieves log messages recently logged.
getLogger() - Method in interface com.zeroc.Ice.Communicator
Get the logger for 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.
getMapMetricsFailures(String, String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics failures associated with the given view and map.
getMapMetricsFailures(String, String, Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
Get the metrics failures associated with the given view and map.
getMapMetricsFailures(String, String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics failures associated with the given view and map.
getMapMetricsFailuresAsync(String, String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics failures associated with the given view and map.
getMapMetricsFailuresAsync(String, String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics failures associated with the given view and map.
getMetricsFailures(String, String, String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics failure associated for the given metrics.
getMetricsFailures(String, String, String, Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
Get the metrics failure associated for the given metrics.
getMetricsFailures(String, String, String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics failure associated for the given metrics.
getMetricsFailuresAsync(String, String, String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics failure associated for the given metrics.
getMetricsFailuresAsync(String, String, String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics failure associated for the given metrics.
getMetricsView(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics objects for the given metrics view.
getMetricsView(String, Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
Get the metrics objects for the given metrics view.
getMetricsView(String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics objects for the given metrics view.
getMetricsViewAsync(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics objects for the given metrics view.
getMetricsViewAsync(String, Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the metrics objects for the given metrics view.
getMetricsViewNames() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the names of enabled and disabled metrics.
getMetricsViewNames(Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
Get the names of enabled and disabled metrics.
getMetricsViewNames(Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the names of enabled and disabled metrics.
getMetricsViewNamesAsync() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get the names of enabled and disabled metrics.
getMetricsViewNamesAsync(Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Get 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 interface com.zeroc.Ice.ObjectAdapter
Get the name of this object adapter.
getName() - Method in interface com.zeroc.IceStorm.TopicPrx
Get the name of this topic.
getName(Current) - Method in interface com.zeroc.IceStorm.Topic
Get the name of this topic.
getName(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Get the name of this topic.
getNameAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
Get the name of this topic.
getNameAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Get the name of this topic.
getNodeAdmin(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the IceGrid node's admin object.
getNodeAdmin(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get a proxy to the IceGrid node's admin object.
getNodeAdmin(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the IceGrid node's admin object.
getNodeAdminAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the IceGrid node's admin object.
getNodeAdminAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the IceGrid node's admin object.
getNodeHostname(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the hostname of this node.
getNodeHostname(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get the hostname of this node.
getNodeHostname(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the hostname of this node.
getNodeHostnameAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the hostname of this node.
getNodeHostnameAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the hostname of this node.
getNodeInfo(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the node information for the node with the given name.
getNodeInfo(String) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Get the node information for the node with the given name.
getNodeInfo(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get the node information for the node with the given name.
getNodeInfo(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the node information for the node with the given name.
getNodeInfoAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the node information for the node with the given name.
getNodeInfoAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the node information for the node with the given name.
getNodeLoad(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the load averages of the node.
getNodeLoad(String) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Get the load averages of the node.
getNodeLoad(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get the load averages of the node.
getNodeLoad(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the load averages of the node.
getNodeLoadAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the load averages of the node.
getNodeLoadAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the load averages of the node.
getNodeProcessorSocketCount(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the number of physical processor sockets for the machine running the node with the given name.
getNodeProcessorSocketCount(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get the number of physical processor sockets for the machine running the node with the given name.
getNodeProcessorSocketCount(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the number of physical processor sockets for the machine running the node with the given name.
getNodeProcessorSocketCountAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the number of physical processor sockets for the machine running the node with the given name.
getNodeProcessorSocketCountAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the number of physical processor sockets for the machine running the node with the given name.
getNonReplicatedPublisher() - Method in interface com.zeroc.IceStorm.TopicPrx
Get a non-replicated proxy to a publisher object for this topic.
getNonReplicatedPublisher(Current) - Method in interface com.zeroc.IceStorm.Topic
Get a non-replicated proxy to a publisher object for this topic.
getNonReplicatedPublisher(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Get a non-replicated proxy to a publisher object for this topic.
getNonReplicatedPublisherAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
Get a non-replicated proxy to a publisher object for this topic.
getNonReplicatedPublisherAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Get a non-replicated proxy to a publisher object for this topic.
getObjectInfo(Identity) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the object info for the object with the given identity.
getObjectInfo(Identity) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Get the object info for the object with the given identity.
getObjectInfo(Identity, Current) - Method in interface com.zeroc.IceGrid.Admin
Get the object info for the object with the given identity.
getObjectInfo(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the object info for the object with the given identity.
getObjectInfoAsync(Identity) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the object info for the object with the given identity.
getObjectInfoAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the object info for the object with the given identity.
getObjectInfosByType(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the object info of all the registered objects with the given type.
getObjectInfosByType(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get the object info of all the registered objects with the given type.
getObjectInfosByType(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the object info of all the registered objects with the given type.
getObjectInfosByTypeAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the object info of all the registered objects with the given type.
getObjectInfosByTypeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the object info of all the registered objects with the given type.
getObserver() - Method in interface com.zeroc.Ice.Communicator
Get the observer resolver object for this communicator.
getObserver(MetricsHelper<T>, Class<O>) - Method in class com.zeroc.IceMX.ObserverFactory
 
getObserver(MetricsHelper<T>, Class<OImpl>, O) - Method in class com.zeroc.IceMX.ObserverFactoryWithDelegate
 
getObserver(MetricsHelper<T>, Object, Class<O>) - Method in class com.zeroc.IceMX.ObserverFactory
 
getObserver(MetricsHelper<T>, Object, Class<OImpl>, O) - Method in class com.zeroc.IceMX.ObserverFactoryWithDelegate
 
getObserver(String, MetricsHelper<S>, Class<S>, Class<ObserverImpl>) - Method in class com.zeroc.IceMX.Observer
 
getObserver(String, MetricsHelper<S>, Class<S>, Class<ObserverImpl>, Obs) - Method in class com.zeroc.IceMX.ObserverWithDelegate
 
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.
getPassword(String) - Method in interface com.zeroc.IceSSL.PasswordCallback
Returns the password for the key.
getPasswordCallback() - Method in interface com.zeroc.IceSSL.Plugin
Returns the password callback.
getPlugin(String) - Method in interface com.zeroc.Ice.PluginManager
Obtain a plug-in by name.
getPluginManager() - Method in interface com.zeroc.Ice.Communicator
Get the plug-in manager for this communicator.
getPlugins() - Method in interface com.zeroc.Ice.PluginManager
Get a list of plugins installed.
getPort() - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Returns the Glacier2 router port to connect to.
getPrefix() - Method in interface com.zeroc.Ice.Logger
Returns this logger's prefix.
getProcessLogger() - Static method in class com.zeroc.Ice.Util
Returns the process-wide logger.
getProperties() - Method in interface com.zeroc.Ice.Communicator
Get the properties for this communicator.
getPropertiesForPrefix(String) - Method in interface com.zeroc.Ice.Properties
Get all properties whose keys begins with prefix.
getPropertiesForPrefix(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Get all properties whose keys begin with prefix.
getPropertiesForPrefix(String, Current) - Method in interface com.zeroc.Ice.PropertiesAdmin
Get all properties whose keys begin with prefix.
getPropertiesForPrefix(String, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Get all properties whose keys begin with prefix.
getPropertiesForPrefixAsync(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Get all properties whose keys begin with prefix.
getPropertiesForPrefixAsync(String, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Get all properties whose keys begin with prefix.
getProperty(String) - Method in interface com.zeroc.Ice.Properties
Get a property by key.
getProperty(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Get a property by key.
getProperty(String, Current) - Method in interface com.zeroc.Ice.PropertiesAdmin
Get a property by key.
getProperty(String, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Get a property by key.
getPropertyAsInt(String) - Method in interface com.zeroc.Ice.Properties
Get a property as an integer.
getPropertyAsIntWithDefault(String, int) - Method in interface com.zeroc.Ice.Properties
Get a property as an integer.
getPropertyAsList(String) - Method in interface com.zeroc.Ice.Properties
Get a property as a list of strings.
getPropertyAsListWithDefault(String, String[]) - Method in interface com.zeroc.Ice.Properties
Get a property as a list of strings.
getPropertyAsync(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Get a property by key.
getPropertyAsync(String, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Get a property by key.
getPropertyForAdapter(String, String) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Get the property value for the given property and adapter.
getPropertyWithDefault(String, String) - Method in interface com.zeroc.Ice.Properties
Get a property by key.
getProtocol() - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Returns the protocol that will be used by the session factory to establish the connection.
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 nil 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
 
getPublishedEndpoints() - Method in interface com.zeroc.Ice.ObjectAdapter
Get the set of endpoints that proxies created by this object adapter will contain.
getPublisher() - Method in interface com.zeroc.IceStorm.TopicPrx
Get a proxy to a publisher object for this topic.
getPublisher(Current) - Method in interface com.zeroc.IceStorm.Topic
Get a proxy to a publisher object for this topic.
getPublisher(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Get a proxy to a publisher object for this topic.
getPublisherAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
Get a proxy to a publisher object for this topic.
getPublisherAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Get a proxy to a publisher object for this topic.
getRegistry() - Method in interface com.zeroc.Ice.LocatorPrx
Get the locator registry.
getRegistry(Current) - Method in interface com.zeroc.Ice.Locator
Get the locator registry.
getRegistry(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
Get the locator registry.
getRegistryAdmin(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the IceGrid registry's admin object.
getRegistryAdmin(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get a proxy to the IceGrid registry's admin object.
getRegistryAdmin(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the IceGrid registry's admin object.
getRegistryAdminAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the IceGrid registry's admin object.
getRegistryAdminAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the IceGrid registry's admin object.
getRegistryAsync() - Method in interface com.zeroc.Ice.LocatorPrx
Get the locator registry.
getRegistryAsync(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
Get the locator registry.
getRegistryInfo(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the registry information for the registry with the given name.
getRegistryInfo(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get the registry information for the registry with the given name.
getRegistryInfo(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the registry information for the registry with the given name.
getRegistryInfoAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the registry information for the registry with the given name.
getRegistryInfoAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the registry information for the registry with the given name.
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
Get the name of the registry replica hosting this session.
getReplicaName(Current) - Method in interface com.zeroc.IceGrid.AdminSession
Get the name of the registry replica hosting this session.
getReplicaName(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Get the name of the registry replica hosting this session.
getReplicaNameAsync() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Get the name of the registry replica hosting this session.
getReplicaNameAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Get the name of the registry replica hosting this session.
getRouter() - Method in interface com.zeroc.Ice.RouterFinderPrx
Get the router proxy implemented by the process hosting this finder object.
getRouter(Current) - Method in interface com.zeroc.Ice.RouterFinder
Get the router proxy implemented by the process hosting this finder object.
getRouter(Map<String, String>) - Method in interface com.zeroc.Ice.RouterFinderPrx
Get the router proxy implemented by the process hosting this finder object.
getRouterAsync() - Method in interface com.zeroc.Ice.RouterFinderPrx
Get the router proxy implemented by the process hosting this finder object.
getRouterAsync(Map<String, String>) - Method in interface com.zeroc.Ice.RouterFinderPrx
Get the router proxy implemented by the process hosting this finder object.
getRouterHost() - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Returns the host on which the Glacier2 router runs.
getRouterIdentity() - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Returns the object identity of the Glacier2 router.
getSecure() - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Deprecated.
deprecated, use SessionFactoryHelper.getProtocol instead
getServerAdmin(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the server's admin object.
getServerAdmin(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get a proxy to the server's admin object.
getServerAdmin(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the server's admin object.
getServerAdminAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the server's admin object.
getServerAdminAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a proxy to the server's admin object.
getServerAdminCategory() - Method in interface com.zeroc.IceGrid.AdminPrx
Get the category for server admin objects.
getServerAdminCategory(Current) - Method in interface com.zeroc.IceGrid.Admin
Get the category for server admin objects.
getServerAdminCategory(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the category for server admin objects.
getServerAdminCategoryAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
Get the category for server admin objects.
getServerAdminCategoryAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the category for server admin objects.
getServerInfo(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the server information for the server with the given id.
getServerInfo(String) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Get the server information for the server with the given id.
getServerInfo(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get the server information for the server with the given id.
getServerInfo(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the server information for the server with the given id.
getServerInfoAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the server information for the server with the given id.
getServerInfoAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get the server information for the server with the given id.
getServerPid(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a server's system process id.
getServerPid(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get a server's system process id.
getServerPid(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a server's system process id.
getServerPidAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a server's system process id.
getServerPidAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a server's system process id.
getServerProxy() - Method in interface com.zeroc.Ice.RouterPrx
Get the router's server proxy, i.e., the proxy to use for forwarding requests from the server to the router.
getServerProxy(Current) - Method in interface com.zeroc.Ice.Router
Get the router's server proxy, i.e., the proxy to use for forwarding requests from the server to the router.
getServerProxy(Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
Get the router's server proxy, i.e., the proxy to use for forwarding requests from the server to the router.
getServerProxyAsync() - Method in interface com.zeroc.Ice.RouterPrx
Get the router's server proxy, i.e., the proxy to use for forwarding requests from the server to the router.
getServerProxyAsync(Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
Get the router's server proxy, i.e., the proxy to use for forwarding requests from the server to the router.
getServerState(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a server's state.
getServerState(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Get a server's state.
getServerState(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a server's state.
getServerStateAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a server's state.
getServerStateAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Get a server's state.
getSessionTimeout() - Method in interface com.zeroc.Glacier2.RouterPrx
Get the value of the session timeout.
getSessionTimeout() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Get the session timeout.
getSessionTimeout() - Method in interface com.zeroc.IceGrid.RegistryPrx
Get the session timeout.
getSessionTimeout(Current) - Method in interface com.zeroc.Glacier2.Router
Get the value of the session timeout.
getSessionTimeout(Current) - Method in interface com.zeroc.Glacier2.SessionControl
Get the session timeout.
getSessionTimeout(Current) - Method in interface com.zeroc.IceGrid.Registry
Get the session timeout.
getSessionTimeout(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Get the value of the session timeout.
getSessionTimeout(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Get the session timeout.
getSessionTimeout(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Get the session timeout.
getSessionTimeoutAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
Get the value of the session timeout.
getSessionTimeoutAsync() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Get the session timeout.
getSessionTimeoutAsync() - Method in interface com.zeroc.IceGrid.RegistryPrx
Get the session timeout.
getSessionTimeoutAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Get the value of the session timeout.
getSessionTimeoutAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Get the session timeout.
getSessionTimeoutAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Get the session timeout.
getSize() - Method in interface com.zeroc.Ice.BatchRequest
The marshaled size of the request.
getSliceChecksums() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns the checksums for the IceBox Slice definitions.
getSliceChecksums() - Method in interface com.zeroc.IceGrid.AdminPrx
Returns the checksums for the IceGrid Slice definitions.
getSliceChecksums() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns the checksums for the IceStorm Slice definitions.
getSliceChecksums(Current) - Method in interface com.zeroc.IceBox.ServiceManager
Returns the checksums for the IceBox Slice definitions.
getSliceChecksums(Current) - Method in interface com.zeroc.IceGrid.Admin
Returns the checksums for the IceGrid Slice definitions.
getSliceChecksums(Current) - Method in interface com.zeroc.IceStorm.TopicManager
Returns the checksums for the IceStorm Slice definitions.
getSliceChecksums(Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns the checksums for the IceBox Slice definitions.
getSliceChecksums(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns the checksums for the IceGrid Slice definitions.
getSliceChecksums(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns the checksums for the IceStorm Slice definitions.
getSliceChecksumsAsync() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns the checksums for the IceBox Slice definitions.
getSliceChecksumsAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
Returns the checksums for the IceGrid Slice definitions.
getSliceChecksumsAsync() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns the checksums for the IceStorm Slice definitions.
getSliceChecksumsAsync(Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns the checksums for the IceBox Slice definitions.
getSliceChecksumsAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns the checksums for the IceGrid Slice definitions.
getSliceChecksumsAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns the checksums for the IceStorm Slice definitions.
getSubscribers() - Method in interface com.zeroc.IceStorm.TopicPrx
Retrieve the list of subscribers for this topic.
getSubscribers(Current) - Method in interface com.zeroc.IceStorm.Topic
Retrieve the list of subscribers for this topic.
getSubscribers(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Retrieve the list of subscribers for this topic.
getSubscribersAsync() - Method in interface com.zeroc.IceStorm.TopicPrx
Retrieve the list of subscribers for this topic.
getSubscribersAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Retrieve 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.
getTimeout() - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Returns the connect and connection timeout associated with the Glacier2 router.
getTopicManager() - Method in interface com.zeroc.IceStorm.FinderPrx
Get the topic manager proxy.
getTopicManager(Current) - Method in interface com.zeroc.IceStorm.Finder
Get the topic manager proxy.
getTopicManager(Map<String, String>) - Method in interface com.zeroc.IceStorm.FinderPrx
Get the topic manager proxy.
getTopicManagerAsync() - Method in interface com.zeroc.IceStorm.FinderPrx
Get the topic manager proxy.
getTopicManagerAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.FinderPrx
Get the topic manager proxy.
getTruststorePassword() - Method in interface com.zeroc.IceSSL.PasswordCallback
Returns the password for validating the truststore.
getUseCallbacks() - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Indicates whether a newly-created session will also create an object adapter that the client can use for receiving callbacks.
getUserAccount(String) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Get the name of the user account for the given user.
getUserAccount(String, Current) - Method in interface com.zeroc.IceGrid.UserAccountMapper
Get the name of the user account for the given user.
getUserAccount(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Get the name of the user account for the given user.
getUserAccountAsync(String) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Get the name of the user account for the given user.
getUserAccountAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Get the name of the user account for the given user.
getValueFactoryManager() - Method in interface com.zeroc.Ice.Communicator
Get the value factory manager for this communicator.
graceful - Variable in exception com.zeroc.Ice.ConnectionManuallyClosedException
True if the connection was closed gracefully, false otherwise.
Gracefully - Enum constant in enum class com.zeroc.Ice.ConnectionClose
Close the connection by notifying the peer but do not wait for pending outgoing invocations to complete.
GracefullyWithWait - Enum constant in enum class com.zeroc.Ice.ConnectionClose
Wait for all pending invocations to complete before closing the connection.

H

HandleSignals - Enum constant in enum class com.zeroc.Ice.SignalPolicy
If a signal is received, Application reacts to the signal by calling Communicator.destroy() or Communicator.shutdown(), or by calling a custom shutdown hook installed by the application.
hashCode() - Method in class com.zeroc.Glacier2.SSLInfo
 
hashCode() - Method in class com.zeroc.Ice.ACM
 
hashCode() - Method in class com.zeroc.Ice.Current
 
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.IcePatch2.FileInfo
 
hashCode() - Method in class com.zeroc.IcePatch2.LargeFileInfo
 
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.
HeaderDictHelper - Class in com.zeroc.Ice
Helper class for marshaling/unmarshaling HeaderDict.
HeaderDictHelper() - Constructor for class com.zeroc.Ice.HeaderDictHelper
 
headers - Variable in class com.zeroc.Ice.WSConnectionInfo
The headers from the HTTP upgrade request.
heartbeat - Variable in class com.zeroc.Ice.ACM
The heartbeat semantics.
heartbeat() - Method in interface com.zeroc.Ice.Connection
Send a heartbeat message.
heartbeat(Connection) - Method in interface com.zeroc.Ice.HeartbeatCallback
This method is called by the the connection when a heartbeat is received from the peer.
HeartbeatAlways - Enum constant in enum class com.zeroc.Ice.ACMHeartbeat
Send a heartbeat at regular intervals until the connection is closed.
heartbeatAsync() - Method in interface com.zeroc.Ice.Connection
Send a heartbeat message.
HeartbeatCallback - Interface in com.zeroc.Ice
An application can implement this interface to receive notifications when a connection receives a heartbeat message.
HeartbeatOff - Enum constant in enum class com.zeroc.Ice.ACMHeartbeat
Disables heartbeats.
HeartbeatOnDispatch - Enum constant in enum class com.zeroc.Ice.ACMHeartbeat
Send a heartbeat at regular intervals if the connection is idle and only if there are pending dispatch.
HeartbeatOnIdle - Enum constant in enum class com.zeroc.Ice.ACMHeartbeat
Send a heartbeat at regular intervals when the connection is idle.
hold() - Method in interface com.zeroc.Ice.ObjectAdapter
Temporarily hold receiving and dispatching requests.
host - Variable in exception com.zeroc.Ice.DNSException
The host name that could not be resolved.
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 (as defined in uname()).
hostname - Variable in class com.zeroc.IceGrid.RegistryInfo
The network name of the host running this registry (as defined in uname()).

I

iAPEndpointType - Interface in com.zeroc.Ice
Uniquely identifies iAP-based endpoints.
iAPSEndpointType - Interface in com.zeroc.Ice
Uniquely identifies SSL iAP-based endpoints.
ice_adapterId(String) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_adapterId(String) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for the adapter ID.
ice_batchDatagram() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchDatagram() - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, but uses batch datagram invocations.
ice_batchOneway() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_batchOneway() - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, but uses batch oneway invocations.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
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
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_collocationOptimized(boolean) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for collocation optimization.
ice_compress(boolean) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for compression.
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
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_compress(boolean) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for compression.
ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for connection caching.
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
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionCached(boolean) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for connection caching.
ice_connectionId(String) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
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
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_connectionId(String) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for its connection ID.
ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
Returns a 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
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_context(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for the per-proxy context.
ice_datagram() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_datagram() - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, but uses datagram invocations.
ice_dispatch(Request) - Method in interface com.zeroc.Ice.Object
Dispatches an invocation to a servant.
ice_encodingVersion(EncodingVersion) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
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.Glacier2.PermissionsVerifierPrx
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.Glacier2.RouterPrx
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.Glacier2.SessionControlPrx
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.Glacier2.SessionManagerPrx
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.Glacier2.SessionPrx
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.Glacier2.SSLPermissionsVerifierPrx
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.Glacier2.SSLSessionManagerPrx
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.Glacier2.StringSetPrx
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.LocatorFinderPrx
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.LocatorPrx
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.LocatorRegistryPrx
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.LoggerAdminPrx
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.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
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.PropertiesAdminPrx
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.RemoteLoggerPrx
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.RouterFinderPrx
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.RouterPrx
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.IceBox.ServiceManagerPrx
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.IceBox.ServiceObserverPrx
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.IceGrid.AdapterObserverPrx
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.IceGrid.AdminPrx
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.IceGrid.AdminSessionPrx
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.IceGrid.ApplicationObserverPrx
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.IceGrid.FileIteratorPrx
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.IceGrid.FileParserPrx
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.IceGrid.LocatorPrx
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.IceGrid.NodeObserverPrx
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.IceGrid.ObjectObserverPrx
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.IceGrid.QueryPrx
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.IceGrid.RegistryObserverPrx
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.IceGrid.RegistryPrx
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.IceGrid.SessionPrx
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.IceGrid.UserAccountMapperPrx
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.IceMX.MetricsAdminPrx
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.IcePatch2.FileServerPrx
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.IceStorm.FinderPrx
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.IceStorm.TopicManagerPrx
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.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for the encoding used to marshal parameters.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpoints(Endpoint[]) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for the endpoints.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
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
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_endpointSelection(EndpointSelectionType) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for the endpoint selection policy.
ice_executor() - Method in interface com.zeroc.Ice.ObjectPrx
Returns an executor object that uses the Ice thread pool.
ice_facet(String) - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, except for the facet.
ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.
ice_fixed(Connection) - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_fixed(Connection) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.@param connection The fixed proxy connection.
ice_flushBatchRequests() - Method in interface com.zeroc.Ice.ObjectPrx
Flushes any pending batched requests for this communicator.
ice_flushBatchRequestsAsync() - Method in interface com.zeroc.Ice.ObjectPrx
Asynchronously flushes any pending batched requests for this communicator.
ice_getAdapterId() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the adapter ID for this proxy.
ice_getCachedConnection() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the cached Connection for this proxy.
ice_getCommunicator() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the communicator that created this proxy.
ice_getCompress() - Method in interface com.zeroc.Ice.ObjectPrx
Obtains the compression override setting of this proxy.
ice_getConnection() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the Connection for this proxy.
ice_getConnectionAsync() - Method in interface com.zeroc.Ice.ObjectPrx
Asynchronously gets the connection for this proxy.
ice_getConnectionId() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the connection id of this proxy.
ice_getContext() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the per-proxy context for this proxy.
ice_getEncodingVersion() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the encoding version used to marshal request parameters.
ice_getEndpoints() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the endpoints used by this proxy.
ice_getEndpointSelection() - Method in interface com.zeroc.Ice.ObjectPrx
Returns how this proxy selects endpoints (randomly or ordered).
ice_getFacet() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the facet for this proxy.
ice_getIdentity() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the identity embedded in this proxy.
ice_getInvocationTimeout() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the invocation timeout of this proxy.
ice_getLocator() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the locator for this proxy.
ice_getLocatorCacheTimeout() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the locator cache timeout of this proxy.
ice_getRouter() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the router for this proxy.
ice_getSlicedData() - Method in class com.zeroc.Ice.UnknownSlicedValue
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_getSlicedData() - Method in exception com.zeroc.Ice.UserException
Returns the sliced data if the exception has a preserved-slice base class and has been sliced during un-marshaling, null is returned otherwise.
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_getTimeout() - Method in interface com.zeroc.Ice.ObjectPrx
Obtains the timeout override of this proxy.
ice_id() - Method in exception com.zeroc.Glacier2.CannotCreateSessionException
 
ice_id() - Method in exception com.zeroc.Glacier2.PermissionDeniedException
 
ice_id() - Method in exception com.zeroc.Glacier2.SessionNotExistException
 
ice_id() - Method in exception com.zeroc.Ice.AdapterAlreadyActiveException
 
ice_id() - Method in exception com.zeroc.Ice.AdapterNotFoundException
 
ice_id() - Method in exception com.zeroc.Ice.AlreadyRegisteredException
 
ice_id() - Method in exception com.zeroc.Ice.BadMagicException
 
ice_id() - Method in exception com.zeroc.Ice.CFNetworkException
 
ice_id() - Method in exception com.zeroc.Ice.CloneNotImplementedException
 
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.CollocationOptimizationException
Deprecated.
 
ice_id() - Method in exception com.zeroc.Ice.CommunicatorDestroyedException
 
ice_id() - Method in exception com.zeroc.Ice.CompressionException
 
ice_id() - Method in exception com.zeroc.Ice.ConnectFailedException
 
ice_id() - Method in exception com.zeroc.Ice.ConnectionLostException
 
ice_id() - Method in exception com.zeroc.Ice.ConnectionManuallyClosedException
 
ice_id() - Method in exception com.zeroc.Ice.ConnectionNotValidatedException
 
ice_id() - Method in exception com.zeroc.Ice.ConnectionRefusedException
 
ice_id() - Method in exception com.zeroc.Ice.ConnectionTimeoutException
 
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.DNSException
 
ice_id() - Method in exception com.zeroc.Ice.EncapsulationException
 
ice_id() - Method in exception com.zeroc.Ice.EndpointParseException
 
ice_id() - Method in exception com.zeroc.Ice.EndpointSelectionTypeParseException
 
ice_id() - Method in exception com.zeroc.Ice.Exception
Returns the type id of this exception.
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.IdentityParseException
 
ice_id() - Method in exception com.zeroc.Ice.IllegalIdentityException
 
ice_id() - Method in exception com.zeroc.Ice.IllegalMessageSizeException
 
ice_id() - Method in exception com.zeroc.Ice.IllegalServantException
 
ice_id() - Method in exception com.zeroc.Ice.InitializationException
 
ice_id() - Method in class com.zeroc.Ice.InterfaceByValue
Returns the Slice type ID of the interface being passed by value.
ice_id() - Method in exception com.zeroc.Ice.InvalidReplicaGroupIdException
 
ice_id() - Method in exception com.zeroc.Ice.InvocationCanceledException
 
ice_id() - Method in exception com.zeroc.Ice.InvocationTimeoutException
 
ice_id() - Method in exception com.zeroc.Ice.MarshalException
 
ice_id() - Method in exception com.zeroc.Ice.MemoryLimitException
 
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.NoValueFactoryException
 
ice_id() - Method in exception com.zeroc.Ice.ObjectAdapterDeactivatedException
 
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
 
ice_id() - 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_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.PluginInitializationException
 
ice_id() - Method in exception com.zeroc.Ice.ProtocolException
 
ice_id() - Method in exception com.zeroc.Ice.ProxyParseException
 
ice_id() - Method in exception com.zeroc.Ice.ProxyUnmarshalException
 
ice_id() - Method in exception com.zeroc.Ice.RemoteLoggerAlreadyAttachedException
 
ice_id() - Method in exception com.zeroc.Ice.RequestFailedException
 
ice_id() - Method in exception com.zeroc.Ice.ResponseSentException
 
ice_id() - Method in exception com.zeroc.Ice.SecurityException
 
ice_id() - Method in exception com.zeroc.Ice.ServerNotFoundException
 
ice_id() - Method in exception com.zeroc.Ice.SocketException
 
ice_id() - Method in exception com.zeroc.Ice.StringConversionException
 
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.UnexpectedObjectException
 
ice_id() - Method in exception com.zeroc.Ice.UnknownException
 
ice_id() - Method in exception com.zeroc.Ice.UnknownLocalException
 
ice_id() - Method in exception com.zeroc.Ice.UnknownMessageException
 
ice_id() - Method in exception com.zeroc.Ice.UnknownReplyStatusException
 
ice_id() - Method in exception com.zeroc.Ice.UnknownRequestIdException
 
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.UnmarshalOutOfBoundsException
 
ice_id() - Method in exception com.zeroc.Ice.UnsupportedEncodingException
 
ice_id() - Method in exception com.zeroc.Ice.UnsupportedProtocolException
 
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.Ice.VersionMismatchException
 
ice_id() - Method in exception com.zeroc.Ice.VersionParseException
 
ice_id() - Method in exception com.zeroc.IceBox.AlreadyStartedException
 
ice_id() - Method in exception com.zeroc.IceBox.AlreadyStoppedException
 
ice_id() - Method in exception com.zeroc.IceBox.FailureException
 
ice_id() - Method in exception com.zeroc.IceBox.NoSuchServiceException
 
ice_id() - Method in exception com.zeroc.IceBT.BluetoothException
 
ice_id() - Method in exception com.zeroc.IceGrid.AccessDeniedException
 
ice_id() - Method in exception com.zeroc.IceGrid.AdapterNotExistException
 
ice_id() - Method in class com.zeroc.IceGrid.AdaptiveLoadBalancingPolicy
 
ice_id() - Method in exception com.zeroc.IceGrid.AllocationException
 
ice_id() - Method in exception com.zeroc.IceGrid.AllocationTimeoutException
 
ice_id() - Method in exception com.zeroc.IceGrid.ApplicationNotExistException
 
ice_id() - Method in exception com.zeroc.IceGrid.BadSignalException
 
ice_id() - Method in class com.zeroc.IceGrid.BoxedDistributionDescriptor
 
ice_id() - Method in class com.zeroc.IceGrid.BoxedString
 
ice_id() - Method in class com.zeroc.IceGrid.CommunicatorDescriptor
 
ice_id() - Method in exception com.zeroc.IceGrid.DeploymentException
 
ice_id() - Method in exception com.zeroc.IceGrid.FileNotAvailableException
 
ice_id() - Method in class com.zeroc.IceGrid.IceBoxDescriptor
 
ice_id() - Method in class com.zeroc.IceGrid.LoadBalancingPolicy
 
ice_id() - Method in exception com.zeroc.IceGrid.NodeNotExistException
 
ice_id() - Method in exception com.zeroc.IceGrid.NodeUnreachableException
 
ice_id() - Method in exception com.zeroc.IceGrid.ObjectExistsException
 
ice_id() - Method in exception com.zeroc.IceGrid.ObjectNotRegisteredException
 
ice_id() - Method in exception com.zeroc.IceGrid.ObserverAlreadyRegisteredException
 
ice_id() - Method in class com.zeroc.IceGrid.OrderedLoadBalancingPolicy
 
ice_id() - Method in exception com.zeroc.IceGrid.ParseException
 
ice_id() - Method in exception com.zeroc.IceGrid.PatchException
 
ice_id() - Method in exception com.zeroc.IceGrid.PermissionDeniedException
 
ice_id() - Method in class com.zeroc.IceGrid.RandomLoadBalancingPolicy
 
ice_id() - Method in exception com.zeroc.IceGrid.RegistryNotExistException
 
ice_id() - Method in exception com.zeroc.IceGrid.RegistryUnreachableException
 
ice_id() - Method in class com.zeroc.IceGrid.RoundRobinLoadBalancingPolicy
 
ice_id() - Method in class com.zeroc.IceGrid.ServerDescriptor
 
ice_id() - Method in exception com.zeroc.IceGrid.ServerNotExistException
 
ice_id() - Method in exception com.zeroc.IceGrid.ServerStartException
 
ice_id() - Method in exception com.zeroc.IceGrid.ServerStopException
 
ice_id() - Method in exception com.zeroc.IceGrid.ServerUnreachableException
 
ice_id() - Method in class com.zeroc.IceGrid.ServiceDescriptor
 
ice_id() - Method in exception com.zeroc.IceGrid.UserAccountNotFoundException
 
ice_id() - Method in class com.zeroc.IceMX.ChildInvocationMetrics
 
ice_id() - Method in class com.zeroc.IceMX.CollocatedMetrics
 
ice_id() - Method in class com.zeroc.IceMX.ConnectionMetrics
 
ice_id() - Method in class com.zeroc.IceMX.DispatchMetrics
 
ice_id() - Method in class com.zeroc.IceMX.InvocationMetrics
 
ice_id() - Method in class com.zeroc.IceMX.Metrics
 
ice_id() - Method in class com.zeroc.IceMX.RemoteMetrics
 
ice_id() - Method in class com.zeroc.IceMX.SessionMetrics
 
ice_id() - Method in class com.zeroc.IceMX.SubscriberMetrics
 
ice_id() - Method in class com.zeroc.IceMX.ThreadMetrics
 
ice_id() - Method in class com.zeroc.IceMX.TopicMetrics
 
ice_id() - Method in exception com.zeroc.IceMX.UnknownMetricsView
 
ice_id() - Method in exception com.zeroc.IcePatch2.FileAccessException
 
ice_id() - Method in exception com.zeroc.IcePatch2.FileSizeRangeException
 
ice_id() - Method in exception com.zeroc.IcePatch2.PartitionOutOfRangeException
 
ice_id() - Method in exception com.zeroc.IceStorm.AlreadySubscribed
 
ice_id() - Method in exception com.zeroc.IceStorm.BadQoS
 
ice_id() - Method in exception com.zeroc.IceStorm.InvalidSubscriber
 
ice_id() - Method in exception com.zeroc.IceStorm.LinkExists
 
ice_id() - Method in exception com.zeroc.IceStorm.NoSuchLink
 
ice_id() - Method in exception com.zeroc.IceStorm.NoSuchTopic
 
ice_id() - Method in exception com.zeroc.IceStorm.TopicExists
 
ice_id(Current) - Method in interface com.zeroc.Glacier2.IdentitySet
 
ice_id(Current) - Method in interface com.zeroc.Glacier2.PermissionsVerifier
 
ice_id(Current) - Method in interface com.zeroc.Glacier2.Router
 
ice_id(Current) - Method in interface com.zeroc.Glacier2.Session
 
ice_id(Current) - Method in interface com.zeroc.Glacier2.SessionControl
 
ice_id(Current) - Method in interface com.zeroc.Glacier2.SessionManager
 
ice_id(Current) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifier
 
ice_id(Current) - Method in interface com.zeroc.Glacier2.SSLSessionManager
 
ice_id(Current) - Method in interface com.zeroc.Glacier2.StringSet
 
ice_id(Current) - Method in interface com.zeroc.Ice.Locator
 
ice_id(Current) - Method in interface com.zeroc.Ice.LocatorFinder
 
ice_id(Current) - Method in interface com.zeroc.Ice.LocatorRegistry
 
ice_id(Current) - Method in interface com.zeroc.Ice.LoggerAdmin
 
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(Current) - Method in interface com.zeroc.Ice.Process
 
ice_id(Current) - Method in interface com.zeroc.Ice.PropertiesAdmin
 
ice_id(Current) - Method in interface com.zeroc.Ice.RemoteLogger
 
ice_id(Current) - Method in interface com.zeroc.Ice.Router
 
ice_id(Current) - Method in interface com.zeroc.Ice.RouterFinder
 
ice_id(Current) - Method in interface com.zeroc.IceBox.ServiceManager
 
ice_id(Current) - Method in interface com.zeroc.IceBox.ServiceObserver
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.AdapterObserver
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.Admin
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.AdminSession
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.ApplicationObserver
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.FileIterator
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.FileParser
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.Locator
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.NodeObserver
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.ObjectObserver
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.Query
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.Registry
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.RegistryObserver
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.Session
 
ice_id(Current) - Method in interface com.zeroc.IceGrid.UserAccountMapper
 
ice_id(Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
 
ice_id(Current) - Method in interface com.zeroc.IcePatch2.FileServer
 
ice_id(Current) - Method in interface com.zeroc.IceStorm.Finder
 
ice_id(Current) - Method in interface com.zeroc.IceStorm.Topic
 
ice_id(Current) - Method in interface com.zeroc.IceStorm.TopicManager
 
ice_id(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_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
Returns a proxy that is identical to this proxy, except for the identity.
ice_ids() - Method in interface com.zeroc.Ice.ObjectPrx
Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
ice_ids(Current) - Method in interface com.zeroc.Glacier2.IdentitySet
 
ice_ids(Current) - Method in interface com.zeroc.Glacier2.PermissionsVerifier
 
ice_ids(Current) - Method in interface com.zeroc.Glacier2.Router
 
ice_ids(Current) - Method in interface com.zeroc.Glacier2.Session
 
ice_ids(Current) - Method in interface com.zeroc.Glacier2.SessionControl
 
ice_ids(Current) - Method in interface com.zeroc.Glacier2.SessionManager
 
ice_ids(Current) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifier
 
ice_ids(Current) - Method in interface com.zeroc.Glacier2.SSLSessionManager
 
ice_ids(Current) - Method in interface com.zeroc.Glacier2.StringSet
 
ice_ids(Current) - Method in interface com.zeroc.Ice.Locator
 
ice_ids(Current) - Method in interface com.zeroc.Ice.LocatorFinder
 
ice_ids(Current) - Method in interface com.zeroc.Ice.LocatorRegistry
 
ice_ids(Current) - Method in interface com.zeroc.Ice.LoggerAdmin
 
ice_ids(Current) - Method in interface com.zeroc.Ice.Object
Returns the Slice type IDs of the interfaces supported by this object.
ice_ids(Current) - Method in interface com.zeroc.Ice.Process
 
ice_ids(Current) - Method in interface com.zeroc.Ice.PropertiesAdmin
 
ice_ids(Current) - Method in interface com.zeroc.Ice.RemoteLogger
 
ice_ids(Current) - Method in interface com.zeroc.Ice.Router
 
ice_ids(Current) - Method in interface com.zeroc.Ice.RouterFinder
 
ice_ids(Current) - Method in interface com.zeroc.IceBox.ServiceManager
 
ice_ids(Current) - Method in interface com.zeroc.IceBox.ServiceObserver
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.AdapterObserver
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.Admin
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.AdminSession
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.ApplicationObserver
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.FileIterator
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.FileParser
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.Locator
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.NodeObserver
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.ObjectObserver
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.Query
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.Registry
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.RegistryObserver
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.Session
 
ice_ids(Current) - Method in interface com.zeroc.IceGrid.UserAccountMapper
 
ice_ids(Current) - Method in interface com.zeroc.IceMX.MetricsAdmin
 
ice_ids(Current) - Method in interface com.zeroc.IcePatch2.FileServer
 
ice_ids(Current) - Method in interface com.zeroc.IceStorm.Finder
 
ice_ids(Current) - Method in interface com.zeroc.IceStorm.Topic
 
ice_ids(Current) - Method in interface com.zeroc.IceStorm.TopicManager
 
ice_ids(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_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
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
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
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
ice_invocationTimeout(int) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for the invocation timeout.
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 dynamically and asynchronously.
ice_invokeAsync(String, OperationMode, byte[], Map<String, String>) - Method in interface com.zeroc.Ice.ObjectPrx
Invokes an operation dynamically and asynchronously.
Ice_invokeResult() - Constructor for class com.zeroc.Ice.Object.Ice_invokeResult
Default initializes the members.
Ice_invokeResult(boolean, byte[]) - Constructor for class com.zeroc.Ice.Object.Ice_invokeResult
One-shot constructor to initialize the members.
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
Returns whether this proxy uses batch datagram invocations.
ice_isBatchOneway() - Method in interface com.zeroc.Ice.ObjectPrx
Returns whether this proxy uses batch oneway invocations.
ice_isCollocationOptimized() - Method in interface com.zeroc.Ice.ObjectPrx
Returns whether this proxy uses collocation optimization.
ice_isConnectionCached() - Method in interface com.zeroc.Ice.ObjectPrx
Returns whether this proxy caches connections.
ice_isDatagram() - Method in interface com.zeroc.Ice.ObjectPrx
Returns whether this proxy uses datagram invocations.
ice_isFixed() - Method in interface com.zeroc.Ice.ObjectPrx
Returns whether this proxy is a fixed proxy.
ice_isOneway() - Method in interface com.zeroc.Ice.ObjectPrx
Returns whether this proxy uses oneway invocations.
ice_isPreferSecure() - Method in interface com.zeroc.Ice.ObjectPrx
Returns whether this proxy prefers secure endpoints.
ice_isSecure() - Method in interface com.zeroc.Ice.ObjectPrx
Returns whether this proxy uses only secure endpoints.
ice_isTwoway() - Method in interface com.zeroc.Ice.ObjectPrx
Returns whether this proxy uses twoway invocations.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for the locator.
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
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locator(LocatorPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for the locator.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_locatorCacheTimeout(int) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for the locator cache timeout.
ice_name() - Method in exception com.zeroc.Ice.Exception
Deprecated.
ice_name() is deprecated, use ice_id() instead.
ice_name() - Method in exception com.zeroc.Ice.UserException
Deprecated.
ice_name() is deprecated, use ice_id() instead.
ice_oneway() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
ice_oneway() - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, but uses oneway invocations.
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_preferSecure(boolean) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
ice_preferSecure(boolean) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for its endpoint selection policy.
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
 
ice_read(InputStream) - Static method in class com.zeroc.Ice.EncodingVersion
 
ice_read(InputStream) - Static method in class com.zeroc.Ice.Identity
 
ice_read(InputStream) - Static method in class com.zeroc.Ice.LogMessage
 
ice_read(InputStream) - Static method in enum class com.zeroc.Ice.LogMessageType
 
ice_read(InputStream) - Static method in enum class com.zeroc.Ice.OperationMode
 
ice_read(InputStream) - Static method in class com.zeroc.Ice.ProtocolVersion
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationUpdateInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.DbEnvDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.DistributionDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.LoadInfo
 
ice_read(InputStream) - Static method in enum class com.zeroc.IceGrid.LoadSample
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.NodeDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.NodeDynamicInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.NodeInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ObjectDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ObjectInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.PropertyDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.PropertySetDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.RegistryInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ServerDynamicInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ServerInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptor
 
ice_read(InputStream) - Static method in enum class com.zeroc.IceGrid.ServerState
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceGrid.TemplateDescriptor
 
ice_read(InputStream) - Static method in class com.zeroc.IceMX.MetricsFailures
 
ice_read(InputStream) - Static method in class com.zeroc.IcePatch2.FileInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IcePatch2.LargeFileInfo
 
ice_read(InputStream) - Static method in class com.zeroc.IceStorm.LinkInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.Glacier2.SSLInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.Ice.EncodingVersion
 
ice_read(InputStream, int) - Static method in class com.zeroc.Ice.Identity
 
ice_read(InputStream, int) - Static method in class com.zeroc.Ice.LogMessage
 
ice_read(InputStream, int) - Static method in enum class com.zeroc.Ice.LogMessageType
 
ice_read(InputStream, int) - Static method in enum class com.zeroc.Ice.OperationMode
 
ice_read(InputStream, int) - Static method in class com.zeroc.Ice.ProtocolVersion
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationUpdateInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.DbEnvDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.DistributionDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.LoadInfo
 
ice_read(InputStream, int) - Static method in enum class com.zeroc.IceGrid.LoadSample
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeDynamicInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ObjectDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ObjectInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.PropertyDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.PropertySetDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.RegistryInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerDynamicInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptor
 
ice_read(InputStream, int) - Static method in enum class com.zeroc.IceGrid.ServerState
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceGrid.TemplateDescriptor
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceMX.MetricsFailures
 
ice_read(InputStream, int) - Static method in class com.zeroc.IcePatch2.FileInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IcePatch2.LargeFileInfo
 
ice_read(InputStream, int) - Static method in class com.zeroc.IceStorm.LinkInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.Glacier2.SSLInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.Ice.EncodingVersion
 
ice_readMembers(InputStream) - Method in class com.zeroc.Ice.Identity
 
ice_readMembers(InputStream) - Method in class com.zeroc.Ice.LogMessage
 
ice_readMembers(InputStream) - Method in class com.zeroc.Ice.ProtocolVersion
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.AdapterDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.AdapterDynamicInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.AdapterInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ApplicationDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ApplicationInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ApplicationUpdateInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.DbEnvDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.DistributionDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.LoadInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.NodeDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.NodeDynamicInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.NodeInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.NodeUpdateDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ObjectDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ObjectInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.PropertyDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.PropertySetDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.RegistryInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ServerDynamicInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ServerInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ServerInstanceDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceGrid.TemplateDescriptor
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceMX.MetricsFailures
 
ice_readMembers(InputStream) - Method in class com.zeroc.IcePatch2.FileInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IcePatch2.LargeFileInfo
 
ice_readMembers(InputStream) - Method in class com.zeroc.IceStorm.LinkInfo
 
ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for the router.
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
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_router(RouterPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for the router.
ice_secure(boolean) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
ice_secure(boolean) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for how it selects endpoints.
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
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.PermissionsVerifier
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.Router
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.RouterPrx
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.Session
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.SessionControl
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.SessionControlPrx
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.SessionManager
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.SessionPrx
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifier
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.SSLSessionManager
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.StringSet
 
ice_staticId() - Static method in interface com.zeroc.Glacier2.StringSetPrx
 
ice_staticId() - Static method in interface com.zeroc.Ice.Locator
 
ice_staticId() - Static method in interface com.zeroc.Ice.LocatorFinder
 
ice_staticId() - Static method in interface com.zeroc.Ice.LocatorFinderPrx
 
ice_staticId() - Static method in interface com.zeroc.Ice.LocatorPrx
 
ice_staticId() - Static method in interface com.zeroc.Ice.LocatorRegistry
 
ice_staticId() - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
 
ice_staticId() - Static method in interface com.zeroc.Ice.LoggerAdmin
 
ice_staticId() - Static method in interface com.zeroc.Ice.LoggerAdminPrx
 
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
Returns the Slice type ID associated with this type.
ice_staticId() - Static method in interface com.zeroc.Ice.Process
 
ice_staticId() - Static method in interface com.zeroc.Ice.ProcessPrx
 
ice_staticId() - Static method in interface com.zeroc.Ice.PropertiesAdmin
 
ice_staticId() - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
 
ice_staticId() - Static method in interface com.zeroc.Ice.RemoteLogger
 
ice_staticId() - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
 
ice_staticId() - Static method in interface com.zeroc.Ice.Router
 
ice_staticId() - Static method in interface com.zeroc.Ice.RouterFinder
 
ice_staticId() - Static method in interface com.zeroc.Ice.RouterFinderPrx
 
ice_staticId() - Static method in interface com.zeroc.Ice.RouterPrx
 
ice_staticId() - Static method in class com.zeroc.Ice.Value
 
ice_staticId() - Static method in interface com.zeroc.IceBox.ServiceManager
 
ice_staticId() - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
 
ice_staticId() - Static method in interface com.zeroc.IceBox.ServiceObserver
 
ice_staticId() - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.AdapterObserver
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
 
ice_staticId() - Static method in class com.zeroc.IceGrid.AdaptiveLoadBalancingPolicy
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.Admin
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.AdminPrx
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.AdminSession
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.ApplicationObserver
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
 
ice_staticId() - Static method in class com.zeroc.IceGrid.BoxedDistributionDescriptor
 
ice_staticId() - Static method in class com.zeroc.IceGrid.BoxedString
 
ice_staticId() - Static method in class com.zeroc.IceGrid.CommunicatorDescriptor
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.FileIterator
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.FileParser
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.FileParserPrx
 
ice_staticId() - Static method in class com.zeroc.IceGrid.IceBoxDescriptor
 
ice_staticId() - Static method in class com.zeroc.IceGrid.LoadBalancingPolicy
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.Locator
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.LocatorPrx
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.NodeObserver
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.ObjectObserver
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
 
ice_staticId() - Static method in class com.zeroc.IceGrid.OrderedLoadBalancingPolicy
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.Query
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.QueryPrx
 
ice_staticId() - Static method in class com.zeroc.IceGrid.RandomLoadBalancingPolicy
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.Registry
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.RegistryObserver
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.RegistryPrx
 
ice_staticId() - Static method in class com.zeroc.IceGrid.RoundRobinLoadBalancingPolicy
 
ice_staticId() - Static method in class com.zeroc.IceGrid.ServerDescriptor
 
ice_staticId() - Static method in class com.zeroc.IceGrid.ServiceDescriptor
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.Session
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.SessionPrx
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.UserAccountMapper
 
ice_staticId() - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
 
ice_staticId() - Static method in class com.zeroc.IceMX.ChildInvocationMetrics
 
ice_staticId() - Static method in class com.zeroc.IceMX.CollocatedMetrics
 
ice_staticId() - Static method in class com.zeroc.IceMX.ConnectionMetrics
 
ice_staticId() - Static method in class com.zeroc.IceMX.DispatchMetrics
 
ice_staticId() - Static method in class com.zeroc.IceMX.InvocationMetrics
 
ice_staticId() - Static method in class com.zeroc.IceMX.Metrics
 
ice_staticId() - Static method in interface com.zeroc.IceMX.MetricsAdmin
 
ice_staticId() - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
 
ice_staticId() - Static method in class com.zeroc.IceMX.RemoteMetrics
 
ice_staticId() - Static method in class com.zeroc.IceMX.SessionMetrics
 
ice_staticId() - Static method in class com.zeroc.IceMX.SubscriberMetrics
 
ice_staticId() - Static method in class com.zeroc.IceMX.ThreadMetrics
 
ice_staticId() - Static method in class com.zeroc.IceMX.TopicMetrics
 
ice_staticId() - Static method in interface com.zeroc.IcePatch2.FileServer
 
ice_staticId() - Static method in interface com.zeroc.IcePatch2.FileServerPrx
 
ice_staticId() - Static method in interface com.zeroc.IceStorm.Finder
 
ice_staticId() - Static method in interface com.zeroc.IceStorm.FinderPrx
 
ice_staticId() - Static method in interface com.zeroc.IceStorm.Topic
 
ice_staticId() - Static method in interface com.zeroc.IceStorm.TopicManager
 
ice_staticId() - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
 
ice_staticId() - Static method in interface com.zeroc.IceStorm.TopicPrx
 
ice_timeout(int) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting which overrides the timeot setting from the proxy endpoints.
ice_timeout(int) - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_timeout(int) - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, except for its connection timeout setting.
ice_twoway() - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Glacier2.RouterPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Glacier2.SessionManagerPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Glacier2.SessionPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Glacier2.StringSetPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Ice.LocatorFinderPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Ice.LocatorPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Ice.LoggerAdminPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Ice.ObjectPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Ice.ProcessPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Ice.RouterFinderPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.Ice.RouterPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceBox.ServiceObserverPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.AdapterObserverPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.AdminPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.FileIteratorPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.FileParserPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.LocatorPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.NodeObserverPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.QueryPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.RegistryPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.SessionPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceMX.MetricsAdminPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IcePatch2.FileServerPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceStorm.FinderPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_twoway() - Method in interface com.zeroc.IceStorm.TopicPrx
Returns a proxy that is identical to this proxy, but uses twoway invocations.
ice_write(OutputStream) - Method in enum class com.zeroc.Ice.LogMessageType
 
ice_write(OutputStream) - Method in enum class com.zeroc.Ice.OperationMode
 
ice_write(OutputStream) - Method in enum class com.zeroc.IceGrid.LoadSample
 
ice_write(OutputStream) - Method in enum class com.zeroc.IceGrid.ServerState
 
ice_write(OutputStream, int, SSLInfo) - Static method in class com.zeroc.Glacier2.SSLInfo
 
ice_write(OutputStream, int, EncodingVersion) - Static method in class com.zeroc.Ice.EncodingVersion
 
ice_write(OutputStream, int, Identity) - Static method in class com.zeroc.Ice.Identity
 
ice_write(OutputStream, int, LogMessage) - Static method in class com.zeroc.Ice.LogMessage
 
ice_write(OutputStream, int, LogMessageType) - Static method in enum class com.zeroc.Ice.LogMessageType
 
ice_write(OutputStream, int, OperationMode) - Static method in enum class com.zeroc.Ice.OperationMode
 
ice_write(OutputStream, int, ProtocolVersion) - Static method in class com.zeroc.Ice.ProtocolVersion
 
ice_write(OutputStream, int, AdapterDescriptor) - Static method in class com.zeroc.IceGrid.AdapterDescriptor
 
ice_write(OutputStream, int, AdapterDynamicInfo) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfo
 
ice_write(OutputStream, int, AdapterInfo) - Static method in class com.zeroc.IceGrid.AdapterInfo
 
ice_write(OutputStream, int, ApplicationDescriptor) - Static method in class com.zeroc.IceGrid.ApplicationDescriptor
 
ice_write(OutputStream, int, ApplicationInfo) - Static method in class com.zeroc.IceGrid.ApplicationInfo
 
ice_write(OutputStream, int, ApplicationUpdateDescriptor) - Static method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
 
ice_write(OutputStream, int, ApplicationUpdateInfo) - Static method in class com.zeroc.IceGrid.ApplicationUpdateInfo
 
ice_write(OutputStream, int, DbEnvDescriptor) - Static method in class com.zeroc.IceGrid.DbEnvDescriptor
 
ice_write(OutputStream, int, DistributionDescriptor) - Static method in class com.zeroc.IceGrid.DistributionDescriptor
 
ice_write(OutputStream, int, LoadInfo) - Static method in class com.zeroc.IceGrid.LoadInfo
 
ice_write(OutputStream, int, LoadSample) - Static method in enum class com.zeroc.IceGrid.LoadSample
 
ice_write(OutputStream, int, NodeDescriptor) - Static method in class com.zeroc.IceGrid.NodeDescriptor
 
ice_write(OutputStream, int, NodeDynamicInfo) - Static method in class com.zeroc.IceGrid.NodeDynamicInfo
 
ice_write(OutputStream, int, NodeInfo) - Static method in class com.zeroc.IceGrid.NodeInfo
 
ice_write(OutputStream, int, NodeUpdateDescriptor) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptor
 
ice_write(OutputStream, int, ObjectDescriptor) - Static method in class com.zeroc.IceGrid.ObjectDescriptor
 
ice_write(OutputStream, int, ObjectInfo) - Static method in class com.zeroc.IceGrid.ObjectInfo
 
ice_write(OutputStream, int, PropertyDescriptor) - Static method in class com.zeroc.IceGrid.PropertyDescriptor
 
ice_write(OutputStream, int, PropertySetDescriptor) - Static method in class com.zeroc.IceGrid.PropertySetDescriptor
 
ice_write(OutputStream, int, RegistryInfo) - Static method in class com.zeroc.IceGrid.RegistryInfo
 
ice_write(OutputStream, int, ReplicaGroupDescriptor) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
 
ice_write(OutputStream, int, ServerDynamicInfo) - Static method in class com.zeroc.IceGrid.ServerDynamicInfo
 
ice_write(OutputStream, int, ServerInfo) - Static method in class com.zeroc.IceGrid.ServerInfo
 
ice_write(OutputStream, int, ServerInstanceDescriptor) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptor
 
ice_write(OutputStream, int, ServerState) - Static method in enum class com.zeroc.IceGrid.ServerState
 
ice_write(OutputStream, int, ServiceInstanceDescriptor) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
 
ice_write(OutputStream, int, TemplateDescriptor) - Static method in class com.zeroc.IceGrid.TemplateDescriptor
 
ice_write(OutputStream, int, MetricsFailures) - Static method in class com.zeroc.IceMX.MetricsFailures
 
ice_write(OutputStream, int, FileInfo) - Static method in class com.zeroc.IcePatch2.FileInfo
 
ice_write(OutputStream, int, LargeFileInfo) - Static method in class com.zeroc.IcePatch2.LargeFileInfo
 
ice_write(OutputStream, int, LinkInfo) - Static method in class com.zeroc.IceStorm.LinkInfo
 
ice_write(OutputStream, int, Optional<SSLInfo>) - Static method in class com.zeroc.Glacier2.SSLInfo
 
ice_write(OutputStream, int, Optional<EncodingVersion>) - Static method in class com.zeroc.Ice.EncodingVersion
 
ice_write(OutputStream, int, Optional<Identity>) - Static method in class com.zeroc.Ice.Identity
 
ice_write(OutputStream, int, Optional<LogMessage>) - Static method in class com.zeroc.Ice.LogMessage
 
ice_write(OutputStream, int, Optional<LogMessageType>) - Static method in enum class com.zeroc.Ice.LogMessageType
 
ice_write(OutputStream, int, Optional<OperationMode>) - Static method in enum class com.zeroc.Ice.OperationMode
 
ice_write(OutputStream, int, Optional<ProtocolVersion>) - Static method in class com.zeroc.Ice.ProtocolVersion
 
ice_write(OutputStream, int, Optional<AdapterDescriptor>) - Static method in class com.zeroc.IceGrid.AdapterDescriptor
 
ice_write(OutputStream, int, Optional<AdapterDynamicInfo>) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfo
 
ice_write(OutputStream, int, Optional<AdapterInfo>) - Static method in class com.zeroc.IceGrid.AdapterInfo
 
ice_write(OutputStream, int, Optional<ApplicationDescriptor>) - Static method in class com.zeroc.IceGrid.ApplicationDescriptor
 
ice_write(OutputStream, int, Optional<ApplicationInfo>) - Static method in class com.zeroc.IceGrid.ApplicationInfo
 
ice_write(OutputStream, int, Optional<ApplicationUpdateDescriptor>) - Static method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
 
ice_write(OutputStream, int, Optional<ApplicationUpdateInfo>) - Static method in class com.zeroc.IceGrid.ApplicationUpdateInfo
 
ice_write(OutputStream, int, Optional<DbEnvDescriptor>) - Static method in class com.zeroc.IceGrid.DbEnvDescriptor
 
ice_write(OutputStream, int, Optional<DistributionDescriptor>) - Static method in class com.zeroc.IceGrid.DistributionDescriptor
 
ice_write(OutputStream, int, Optional<LoadInfo>) - Static method in class com.zeroc.IceGrid.LoadInfo
 
ice_write(OutputStream, int, Optional<LoadSample>) - Static method in enum class com.zeroc.IceGrid.LoadSample
 
ice_write(OutputStream, int, Optional<NodeDescriptor>) - Static method in class com.zeroc.IceGrid.NodeDescriptor
 
ice_write(OutputStream, int, Optional<NodeDynamicInfo>) - Static method in class com.zeroc.IceGrid.NodeDynamicInfo
 
ice_write(OutputStream, int, Optional<NodeInfo>) - Static method in class com.zeroc.IceGrid.NodeInfo
 
ice_write(OutputStream, int, Optional<NodeUpdateDescriptor>) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptor
 
ice_write(OutputStream, int, Optional<ObjectDescriptor>) - Static method in class com.zeroc.IceGrid.ObjectDescriptor
 
ice_write(OutputStream, int, Optional<ObjectInfo>) - Static method in class com.zeroc.IceGrid.ObjectInfo
 
ice_write(OutputStream, int, Optional<PropertyDescriptor>) - Static method in class com.zeroc.IceGrid.PropertyDescriptor
 
ice_write(OutputStream, int, Optional<PropertySetDescriptor>) - Static method in class com.zeroc.IceGrid.PropertySetDescriptor
 
ice_write(OutputStream, int, Optional<RegistryInfo>) - Static method in class com.zeroc.IceGrid.RegistryInfo
 
ice_write(OutputStream, int, Optional<ReplicaGroupDescriptor>) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
 
ice_write(OutputStream, int, Optional<ServerDynamicInfo>) - Static method in class com.zeroc.IceGrid.ServerDynamicInfo
 
ice_write(OutputStream, int, Optional<ServerInfo>) - Static method in class com.zeroc.IceGrid.ServerInfo
 
ice_write(OutputStream, int, Optional<ServerInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptor
 
ice_write(OutputStream, int, Optional<ServerState>) - Static method in enum class com.zeroc.IceGrid.ServerState
 
ice_write(OutputStream, int, Optional<ServiceInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
 
ice_write(OutputStream, int, Optional<TemplateDescriptor>) - Static method in class com.zeroc.IceGrid.TemplateDescriptor
 
ice_write(OutputStream, int, Optional<MetricsFailures>) - Static method in class com.zeroc.IceMX.MetricsFailures
 
ice_write(OutputStream, int, Optional<FileInfo>) - Static method in class com.zeroc.IcePatch2.FileInfo
 
ice_write(OutputStream, int, Optional<LargeFileInfo>) - Static method in class com.zeroc.IcePatch2.LargeFileInfo
 
ice_write(OutputStream, int, Optional<LinkInfo>) - Static method in class com.zeroc.IceStorm.LinkInfo
 
ice_write(OutputStream, SSLInfo) - Static method in class com.zeroc.Glacier2.SSLInfo
 
ice_write(OutputStream, EncodingVersion) - Static method in class com.zeroc.Ice.EncodingVersion
 
ice_write(OutputStream, Identity) - Static method in class com.zeroc.Ice.Identity
 
ice_write(OutputStream, LogMessage) - Static method in class com.zeroc.Ice.LogMessage
 
ice_write(OutputStream, LogMessageType) - Static method in enum class com.zeroc.Ice.LogMessageType
 
ice_write(OutputStream, OperationMode) - Static method in enum class com.zeroc.Ice.OperationMode
 
ice_write(OutputStream, ProtocolVersion) - Static method in class com.zeroc.Ice.ProtocolVersion
 
ice_write(OutputStream, AdapterDescriptor) - Static method in class com.zeroc.IceGrid.AdapterDescriptor
 
ice_write(OutputStream, AdapterDynamicInfo) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfo
 
ice_write(OutputStream, AdapterInfo) - Static method in class com.zeroc.IceGrid.AdapterInfo
 
ice_write(OutputStream, ApplicationDescriptor) - Static method in class com.zeroc.IceGrid.ApplicationDescriptor
 
ice_write(OutputStream, ApplicationInfo) - Static method in class com.zeroc.IceGrid.ApplicationInfo
 
ice_write(OutputStream, ApplicationUpdateDescriptor) - Static method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
 
ice_write(OutputStream, ApplicationUpdateInfo) - Static method in class com.zeroc.IceGrid.ApplicationUpdateInfo
 
ice_write(OutputStream, DbEnvDescriptor) - Static method in class com.zeroc.IceGrid.DbEnvDescriptor
 
ice_write(OutputStream, DistributionDescriptor) - Static method in class com.zeroc.IceGrid.DistributionDescriptor
 
ice_write(OutputStream, LoadInfo) - Static method in class com.zeroc.IceGrid.LoadInfo
 
ice_write(OutputStream, LoadSample) - Static method in enum class com.zeroc.IceGrid.LoadSample
 
ice_write(OutputStream, NodeDescriptor) - Static method in class com.zeroc.IceGrid.NodeDescriptor
 
ice_write(OutputStream, NodeDynamicInfo) - Static method in class com.zeroc.IceGrid.NodeDynamicInfo
 
ice_write(OutputStream, NodeInfo) - Static method in class com.zeroc.IceGrid.NodeInfo
 
ice_write(OutputStream, NodeUpdateDescriptor) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptor
 
ice_write(OutputStream, ObjectDescriptor) - Static method in class com.zeroc.IceGrid.ObjectDescriptor
 
ice_write(OutputStream, ObjectInfo) - Static method in class com.zeroc.IceGrid.ObjectInfo
 
ice_write(OutputStream, PropertyDescriptor) - Static method in class com.zeroc.IceGrid.PropertyDescriptor
 
ice_write(OutputStream, PropertySetDescriptor) - Static method in class com.zeroc.IceGrid.PropertySetDescriptor
 
ice_write(OutputStream, RegistryInfo) - Static method in class com.zeroc.IceGrid.RegistryInfo
 
ice_write(OutputStream, ReplicaGroupDescriptor) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
 
ice_write(OutputStream, ServerDynamicInfo) - Static method in class com.zeroc.IceGrid.ServerDynamicInfo
 
ice_write(OutputStream, ServerInfo) - Static method in class com.zeroc.IceGrid.ServerInfo
 
ice_write(OutputStream, ServerInstanceDescriptor) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptor
 
ice_write(OutputStream, ServerState) - Static method in enum class com.zeroc.IceGrid.ServerState
 
ice_write(OutputStream, ServiceInstanceDescriptor) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
 
ice_write(OutputStream, TemplateDescriptor) - Static method in class com.zeroc.IceGrid.TemplateDescriptor
 
ice_write(OutputStream, MetricsFailures) - Static method in class com.zeroc.IceMX.MetricsFailures
 
ice_write(OutputStream, FileInfo) - Static method in class com.zeroc.IcePatch2.FileInfo
 
ice_write(OutputStream, LargeFileInfo) - Static method in class com.zeroc.IcePatch2.LargeFileInfo
 
ice_write(OutputStream, LinkInfo) - Static method in class com.zeroc.IceStorm.LinkInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.Glacier2.SSLInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.Ice.EncodingVersion
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.Ice.Identity
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.Ice.LogMessage
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.Ice.ProtocolVersion
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.AdapterDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.AdapterDynamicInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.AdapterInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ApplicationDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ApplicationInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ApplicationUpdateInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.DbEnvDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.DistributionDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.LoadInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.NodeDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.NodeDynamicInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.NodeInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.NodeUpdateDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ObjectDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ObjectInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.PropertyDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.PropertySetDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.RegistryInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ReplicaGroupDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ServerDynamicInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ServerInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ServerInstanceDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.ServiceInstanceDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceGrid.TemplateDescriptor
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceMX.MetricsFailures
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IcePatch2.FileInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IcePatch2.LargeFileInfo
 
ice_writeMembers(OutputStream) - Method in class com.zeroc.IceStorm.LinkInfo
 
IceBoxDescriptor - Class in com.zeroc.IceGrid
An IceBox server descriptor.
IceBoxDescriptor() - Constructor for class com.zeroc.IceGrid.IceBoxDescriptor
 
IceBoxDescriptor(List<AdapterDescriptor>, PropertySetDescriptor, List<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
 
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 Ice object identity.
id - Variable in exception com.zeroc.Ice.IllegalIdentityException
The illegal identity.
id - Variable in exception com.zeroc.Ice.NotRegisteredException
The ID (or name) of the object that could not be removed.
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 object 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 id of the object adapter.
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 id of the replica group.
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 identifier of the server.
id - Variable in exception com.zeroc.IceGrid.ServerStartException
The identifier of the server.
id - Variable in exception com.zeroc.IceGrid.ServerStopException
The identifier of the server.
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
Operations that use the Slice idempotent keyword can modify object state, but invoking an operation twice in a row must result in the same object state as invoking it once.
identities() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Access the object that manages the allowable object identities for this session.
identities(Current) - Method in interface com.zeroc.Glacier2.SessionControl
Access the object that manages the allowable object identities for this session.
identities(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Access the object that manages the allowable object identities for this session.
identitiesAsync() - Method in interface com.zeroc.Glacier2.SessionControlPrx
Access the object that manages the allowable object identities for this session.
identitiesAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.SessionControlPrx
Access the object that manages the allowable object identities for this session.
Identity - Class in com.zeroc.Ice
The identity of an Ice object.
Identity() - Constructor for class com.zeroc.Ice.Identity
 
Identity(String, String) - Constructor for class com.zeroc.Ice.Identity
 
IdentityParseException - Exception in com.zeroc.Ice
This exception is raised if there was an error while parsing a stringified identity.
IdentityParseException() - Constructor for exception com.zeroc.Ice.IdentityParseException
 
IdentityParseException(String) - Constructor for exception com.zeroc.Ice.IdentityParseException
 
IdentityParseException(String, Throwable) - Constructor for exception com.zeroc.Ice.IdentityParseException
 
IdentityParseException(Throwable) - Constructor for exception com.zeroc.Ice.IdentityParseException
 
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
An object for managing the set of object identity constraints on a Session.
IdentitySetPrx - Interface in com.zeroc.Glacier2
An object for managing the set of object identity constraints on a Session.
identityToString(Identity) - Method in interface com.zeroc.Ice.Communicator
Convert 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 object identity to a string.
IllegalIdentityException - Exception in com.zeroc.Ice
This exception is raised if an illegal identity is encountered.
IllegalIdentityException() - Constructor for exception com.zeroc.Ice.IllegalIdentityException
 
IllegalIdentityException(Identity) - Constructor for exception com.zeroc.Ice.IllegalIdentityException
 
IllegalIdentityException(Identity, Throwable) - Constructor for exception com.zeroc.Ice.IllegalIdentityException
 
IllegalIdentityException(Throwable) - Constructor for exception com.zeroc.Ice.IllegalIdentityException
 
IllegalMessageSizeException - Exception in com.zeroc.Ice
This exception indicates that a message size is less than the minimum required size.
IllegalMessageSizeException() - Constructor for exception com.zeroc.Ice.IllegalMessageSizeException
 
IllegalMessageSizeException(String) - Constructor for exception com.zeroc.Ice.IllegalMessageSizeException
 
IllegalMessageSizeException(String, Throwable) - Constructor for exception com.zeroc.Ice.IllegalMessageSizeException
 
IllegalMessageSizeException(Throwable) - Constructor for exception com.zeroc.Ice.IllegalMessageSizeException
 
IllegalServantException - Exception in com.zeroc.Ice
This exception is raised to reject an illegal servant (typically a null servant)
IllegalServantException() - Constructor for exception com.zeroc.Ice.IllegalServantException
 
IllegalServantException(String) - Constructor for exception com.zeroc.Ice.IllegalServantException
 
IllegalServantException(String, Throwable) - Constructor for exception com.zeroc.Ice.IllegalServantException
 
IllegalServantException(Throwable) - Constructor for exception com.zeroc.Ice.IllegalServantException
 
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.
incoming - Variable in class com.zeroc.Ice.ConnectionInfo
Whether or not the connection is an incoming or outgoing connection.
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
 
init(String, LogMessage[]) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
init is called by attachRemoteLogger when a RemoteLogger proxy is attached.
init(String, LogMessage[], Current) - Method in interface com.zeroc.Ice.RemoteLogger
init is called by attachRemoteLogger when a RemoteLogger proxy is attached.
init(String, LogMessage[], Map<String, String>) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
init is called by attachRemoteLogger when a RemoteLogger proxy is attached.
initAsync(String, LogMessage[]) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
init is called by attachRemoteLogger when a RemoteLogger proxy is attached.
initAsync(String, LogMessage[], Map<String, String>) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
init is called by attachRemoteLogger when a RemoteLogger proxy is attached.
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.
InitializationException - Exception in com.zeroc.Ice
This exception is raised when a failure occurs during initialization.
InitializationException() - Constructor for exception com.zeroc.Ice.InitializationException
 
InitializationException(String) - Constructor for exception com.zeroc.Ice.InitializationException
 
InitializationException(String, Throwable) - Constructor for exception com.zeroc.Ice.InitializationException
 
InitializationException(Throwable) - Constructor for exception com.zeroc.Ice.InitializationException
 
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() - Method in class com.zeroc.Ice.ThreadHookPlugin
Called by the Ice run time during communicator initialization.
initialize() - Static method in class com.zeroc.Ice.Util
Creates a communicator using a default configuration.
initialize(Communicator) - Method in class com.zeroc.Ice.InputStream
Initializes the stream to use the communicator's default encoding version.
initialize(Communicator) - Method in class com.zeroc.Ice.OutputStream
Initializes the stream to use the communicator's default encoding version and class encoding format.
initialize(Communicator, EncodingVersion) - Method in class com.zeroc.Ice.InputStream
Initializes the stream to use the given communicator and encoding version.
initialize(Communicator, EncodingVersion) - Method in class com.zeroc.Ice.OutputStream
Initializes the stream to use the given encoding version and the communicator's default class encoding format.
initialize(InitializationData) - Static method in class com.zeroc.Ice.Util
Creates a communicator.
initialize(String[]) - Static method in class com.zeroc.Ice.Util
Creates a communicator.
initialize(String[], InitializationData) - Static method in class com.zeroc.Ice.Util
Creates a communicator.
initialize(String[], InitializationData, List<String>) - Static method in class com.zeroc.Ice.Util
Creates a communicator.
initialize(String[], String) - Static method in class com.zeroc.Ice.Util
Creates a communicator.
initialize(String[], String, List<String>) - Static method in class com.zeroc.Ice.Util
Creates a communicator.
initialize(String[], List<String>) - Static method in class com.zeroc.Ice.Util
Creates a communicator.
initializePlugins() - Method in interface com.zeroc.Ice.PluginManager
Initialize the configured plug-ins.
initMetrics(T) - Method in class com.zeroc.IceMX.MetricsHelper
 
InputStream - Class in com.zeroc.Ice
Interface to read sequence of bytes encoded using the Ice encoding and recreate the corresponding Slice types.
InputStream() - Constructor for class com.zeroc.Ice.InputStream
Constructing an InputStream without providing a communicator means the stream will use the default encoding version.
InputStream(byte[]) - Constructor for class com.zeroc.Ice.InputStream
Constructing an InputStream without providing a communicator means the stream will use the default encoding version.
InputStream(Communicator) - Constructor for class com.zeroc.Ice.InputStream
This constructor uses the communicator's default encoding version.
InputStream(Communicator, byte[]) - Constructor for class com.zeroc.Ice.InputStream
This constructor uses the communicator's default encoding version.
InputStream(Communicator, EncodingVersion) - Constructor for class com.zeroc.Ice.InputStream
This constructor uses the given communicator and 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, Buffer) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(Communicator, EncodingVersion, Buffer, boolean) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(Communicator, EncodingVersion, ByteBuffer) - Constructor for class com.zeroc.Ice.InputStream
This constructor uses the given communicator and encoding version.
InputStream(Communicator, Buffer) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(Communicator, Buffer, boolean) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(Communicator, ByteBuffer) - Constructor for class com.zeroc.Ice.InputStream
This constructor uses the communicator's default encoding version.
InputStream(EncodingVersion) - Constructor for class com.zeroc.Ice.InputStream
This constructor uses the given encoding version.
InputStream(EncodingVersion, byte[]) - Constructor for class com.zeroc.Ice.InputStream
This constructor uses the given encoding version.
InputStream(EncodingVersion, Buffer) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(EncodingVersion, Buffer, boolean) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(EncodingVersion, ByteBuffer) - Constructor for class com.zeroc.Ice.InputStream
This constructor uses the given encoding version.
InputStream(Buffer) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(Buffer, boolean) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(Instance, EncodingVersion) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(Instance, EncodingVersion, boolean) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(Instance, EncodingVersion, byte[]) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(Instance, EncodingVersion, Buffer, boolean) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(Instance, EncodingVersion, ByteBuffer) - Constructor for class com.zeroc.Ice.InputStream
 
InputStream(ByteBuffer) - Constructor for class com.zeroc.Ice.InputStream
Constructing an InputStream without providing a communicator means the stream will use the default encoding version.
instance() - Method in class com.zeroc.Ice.InputStream
 
instance() - Method in class com.zeroc.Ice.OutputStream
 
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
Instantiate a server template from an application on the given node.
instantiateServer(String, String, ServerInstanceDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
Instantiate a server template from an application on the given node.
instantiateServer(String, String, ServerInstanceDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Instantiate a server template from an application on the given node.
instantiateServerAsync(String, String, ServerInstanceDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
Instantiate a server template from an application on the given node.
instantiateServerAsync(String, String, ServerInstanceDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Instantiate a server template from an application on the given node.
InterfaceByValue - Class in com.zeroc.Ice
Base class for interoperating with existing applications that pass interfaces by value.
InterfaceByValue(String) - Constructor for class com.zeroc.Ice.InterfaceByValue
The constructor accepts the Slice type ID of the interface being passed by value.
interrupted() - Static method in class com.zeroc.Ice.Application
Determines whether the application shut down intentionally or was forced to shut down by the JVM.
intVersion() - Static method in class com.zeroc.Ice.Util
Returns the Ice version as an integer in the form A.BB.CC, where A indicates the major version, BB indicates the minor version, and CC indicates the patch level.
inUseForIO - Variable in class com.zeroc.IceMX.ThreadMetrics
The number of threads which are currently performing socket read or writes.
inUseForOther - Variable in class com.zeroc.IceMX.ThreadMetrics
The number of threads which are currently performing other activities.
inUseForUser - Variable in class com.zeroc.IceMX.ThreadMetrics
The number of threads which are currently calling user code (servant dispatch, AMI callbacks, etc).
InvalidReplicaGroupIdException - Exception in com.zeroc.Ice
This exception is raised if the replica group provided by the server is invalid.
InvalidReplicaGroupIdException() - Constructor for exception com.zeroc.Ice.InvalidReplicaGroupIdException
 
InvalidReplicaGroupIdException(Throwable) - Constructor for exception com.zeroc.Ice.InvalidReplicaGroupIdException
 
InvalidSubscriber - Exception in com.zeroc.IceStorm
This exception indicates that an attempt was made to subscribe a proxy that is null.
InvalidSubscriber() - Constructor for exception com.zeroc.IceStorm.InvalidSubscriber
 
InvalidSubscriber(String) - Constructor for exception com.zeroc.IceStorm.InvalidSubscriber
 
InvalidSubscriber(String, Throwable) - Constructor for exception com.zeroc.IceStorm.InvalidSubscriber
 
InvalidSubscriber(Throwable) - Constructor for exception com.zeroc.IceStorm.InvalidSubscriber
 
InvocationCanceledException - Exception in com.zeroc.Ice
This exception indicates that an asynchronous invocation failed because it was canceled explicitly by the user.
InvocationCanceledException() - Constructor for exception com.zeroc.Ice.InvocationCanceledException
 
InvocationCanceledException(Throwable) - Constructor for exception com.zeroc.Ice.InvocationCanceledException
 
InvocationFuture<T> - Class in com.zeroc.Ice
An instance of an InvocationFuture subclass is the return value of an asynchronous invocation.
InvocationFuture() - Constructor for class com.zeroc.Ice.InvocationFuture
 
InvocationMetrics - Class in com.zeroc.IceMX
Provide measurements for proxy invocations.
InvocationMetrics() - Constructor for class com.zeroc.IceMX.InvocationMetrics
 
InvocationMetrics(String, long, int, long, int, int, int, Metrics[], Metrics[]) - Constructor for class com.zeroc.IceMX.InvocationMetrics
 
InvocationObserver - Interface in com.zeroc.Ice.Instrumentation
The invocation observer to instrument invocations on proxies.
InvocationTimeoutException - Exception in com.zeroc.Ice
This exception indicates that an invocation failed because it timed out.
InvocationTimeoutException() - Constructor for exception com.zeroc.Ice.InvocationTimeoutException
 
InvocationTimeoutException(Throwable) - Constructor for exception com.zeroc.Ice.InvocationTimeoutException
 
IPConnectionInfo - Class in com.zeroc.Ice
Provides access to the connection details of an IP connection
IPConnectionInfo() - Constructor for class com.zeroc.Ice.IPConnectionInfo
 
IPConnectionInfo(ConnectionInfo, boolean, String, String, String, int, String, int) - Constructor for class com.zeroc.Ice.IPConnectionInfo
 
IPEndpointInfo - Class in com.zeroc.Ice
Provides access to the address details of a IP endpoint.
IPEndpointInfo() - Constructor for class com.zeroc.Ice.IPEndpointInfo
 
IPEndpointInfo(EndpointInfo, int, boolean, String, int, String) - Constructor for class com.zeroc.Ice.IPEndpointInfo
 
isConnected() - Method in class com.zeroc.Glacier2.SessionHelper
Returns true if there is an active session, otherwise returns false.
isDeactivated() - Method in interface com.zeroc.Ice.ObjectAdapter
Check whether object adapter has been deactivated.
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
 
isLastSlice - Variable in class com.zeroc.Ice.SliceInfo
Whether or not this is the last slice.
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
Check if the server is enabled or disabled.
isServerEnabled(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Check if the server is enabled or disabled.
isServerEnabled(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Check if the server is enabled or disabled.
isServerEnabledAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Check if the server is enabled or disabled.
isServerEnabledAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Check if the server is enabled or disabled.
isShutdown() - Method in interface com.zeroc.Ice.Communicator
Check whether communicator has been shut down.

K

keepAlive() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Keep the session alive.
keepAlive() - Method in interface com.zeroc.IceGrid.SessionPrx
Keep the session alive.
keepAlive(Current) - Method in interface com.zeroc.IceGrid.AdminSession
Keep the session alive.
keepAlive(Current) - Method in interface com.zeroc.IceGrid.Session
Keep the session alive.
keepAlive(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Keep the session alive.
keepAlive(Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
Keep the session alive.
keepAliveAsync() - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Keep the session alive.
keepAliveAsync() - Method in interface com.zeroc.IceGrid.SessionPrx
Keep the session alive.
keepAliveAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Keep the session alive.
keepAliveAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
Keep 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", "value factory", "plugin", "object adapter", "object adapter with router", "replica group".
kindOfObject - Variable in exception com.zeroc.Ice.NotRegisteredException
The kind of object that could not be removed: "servant", "facet", "object", "default servant", "servant locator", "value factory", "plugin", "object adapter", "object adapter with router", "replica group".

L

LargeFileInfo - Class in com.zeroc.IcePatch2
Basic information about a single file.
LargeFileInfo() - Constructor for class com.zeroc.IcePatch2.LargeFileInfo
 
LargeFileInfo(String, byte[], long, boolean) - Constructor for class com.zeroc.IcePatch2.LargeFileInfo
 
LargeFileInfoSeqHelper - Class in com.zeroc.IcePatch2
Helper class for marshaling/unmarshaling LargeFileInfoSeq.
LargeFileInfoSeqHelper() - Constructor for class com.zeroc.IcePatch2.LargeFileInfoSeqHelper
 
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
Create a link to the given topic.
link(TopicPrx, int, Current) - Method in interface com.zeroc.IceStorm.Topic
Create a link to the given topic.
link(TopicPrx, int, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Create a link to the given topic.
linkAsync(TopicPrx, int) - Method in interface com.zeroc.IceStorm.TopicPrx
Create a link to the given topic.
linkAsync(TopicPrx, int, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Create a link to the given topic.
LinkExists - Exception in com.zeroc.IceStorm
This exception indicates that an attempt was made to create a link that already exists.
LinkExists() - Constructor for exception com.zeroc.IceStorm.LinkExists
 
LinkExists(String) - Constructor for exception com.zeroc.IceStorm.LinkExists
 
LinkExists(String, Throwable) - Constructor for exception com.zeroc.IceStorm.LinkExists
 
LinkExists(Throwable) - Constructor for exception com.zeroc.IceStorm.LinkExists
 
LinkInfo - Class in com.zeroc.IceStorm
Information on the topic links.
LinkInfo() - Constructor for class com.zeroc.IceStorm.LinkInfo
 
LinkInfo(TopicPrx, String, int) - Constructor for class com.zeroc.IceStorm.LinkInfo
 
LinkInfoSeqHelper - Class in com.zeroc.IceStorm
Helper class for marshaling/unmarshaling LinkInfoSeq.
LinkInfoSeqHelper() - Constructor for class com.zeroc.IceStorm.LinkInfoSeqHelper
 
load(String) - Method in interface 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
A base class for load balancing policies.
LoadBalancingPolicy() - Constructor for class com.zeroc.IceGrid.LoadBalancingPolicy
 
LoadBalancingPolicy(String) - Constructor for class com.zeroc.IceGrid.LoadBalancingPolicy
 
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
 
LoadInfo(float, float, float) - Constructor for class com.zeroc.IceGrid.LoadInfo
 
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 all Ice run-time exceptions.
LocalException() - Constructor for exception com.zeroc.Ice.LocalException
 
LocalException(Throwable) - Constructor for exception com.zeroc.Ice.LocalException
 
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
The Ice locator interface.
Locator - Interface in com.zeroc.IceGrid
The IceGrid locator interface provides access to the Query and Registry object of the IceGrid registry.
LocatorFinder - Interface in com.zeroc.Ice
This inferface should be implemented by services implementing the Ice::Locator interface.
LocatorFinderPrx - Interface in com.zeroc.Ice
This inferface should be implemented by services implementing the Ice::Locator interface.
LocatorPrx - Interface in com.zeroc.Ice
The Ice locator interface.
LocatorPrx - Interface in com.zeroc.IceGrid
The IceGrid locator interface provides access to the Query and Registry object of the IceGrid registry.
LocatorRegistry - Interface in com.zeroc.Ice
The Ice locator registry interface.
LocatorRegistryPrx - Interface in com.zeroc.Ice
The Ice locator registry interface.
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
Log a LogMessage.
log(LogMessage, Current) - Method in interface com.zeroc.Ice.RemoteLogger
Log a LogMessage.
log(LogMessage, Map<String, String>) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Log a LogMessage.
logAsync(LogMessage) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Log a LogMessage.
logAsync(LogMessage, Map<String, String>) - Method in interface com.zeroc.Ice.RemoteLoggerPrx
Log 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
The interface of the admin object that allows an Ice application the attach its RemoteLogger to the Logger of this admin object's Ice communicator.
LoggerAdmin.GetLogResult - Class in com.zeroc.Ice
Holds the result of operation getLog.
LoggerAdminPrx - Interface in com.zeroc.Ice
The interface of the admin object that allows an Ice application the attach its RemoteLogger to the Logger of this admin object's 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
A complete log message.
LogMessage() - Constructor for class com.zeroc.Ice.LogMessage
 
LogMessage(LogMessageType, long, String, String) - Constructor for class com.zeroc.Ice.LogMessage
 
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
An enumeration representing 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 (as defined in uname()).
main(String, String[]) - Method in class com.zeroc.Ice.Application
The application must call main after it has instantiated the derived class.
main(String, String[], InitializationData) - Method in class com.zeroc.Ice.Application
The application must call main after it has instantiated the derived class.
main(String, String[], String) - Method in class com.zeroc.Ice.Application
The application must call main after it has instantiated the derived class.
major - Variable in class com.zeroc.Ice.EncodingVersion
 
major - Variable in class com.zeroc.Ice.ProtocolVersion
 
MarshalException - Exception in com.zeroc.Ice
This exception is raised for errors during marshaling or unmarshaling data.
MarshalException() - Constructor for exception com.zeroc.Ice.MarshalException
 
MarshalException(String) - Constructor for exception com.zeroc.Ice.MarshalException
 
MarshalException(String, Throwable) - Constructor for exception com.zeroc.Ice.MarshalException
 
MarshalException(Throwable) - Constructor for exception com.zeroc.Ice.MarshalException
 
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).
MemoryLimitException - Exception in com.zeroc.Ice
This exception is raised when Ice receives a request or reply message whose size exceeds the limit specified by the Ice.MessageSizeMax property.
MemoryLimitException() - Constructor for exception com.zeroc.Ice.MemoryLimitException
 
MemoryLimitException(String) - Constructor for exception com.zeroc.Ice.MemoryLimitException
 
MemoryLimitException(String, Throwable) - Constructor for exception com.zeroc.Ice.MemoryLimitException
 
MemoryLimitException(Throwable) - Constructor for exception com.zeroc.Ice.MemoryLimitException
 
message - Variable in class com.zeroc.Ice.LogMessage
The log message itself.
Metrics - Class in com.zeroc.IceMX
The base class for metrics.
Metrics() - Constructor for class com.zeroc.IceMX.Metrics
 
Metrics(String, long, int, long, int) - Constructor for class com.zeroc.IceMX.Metrics
 
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
A structure to keep track of failures associated with a given metrics.
MetricsFailures() - Constructor for class com.zeroc.IceMX.MetricsFailures
 
MetricsFailures(String, Map<String, Integer>) - Constructor for class com.zeroc.IceMX.MetricsFailures
 
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
 
MetricsHelper(MetricsHelper.AttributeResolver) - Constructor for class com.zeroc.IceMX.MetricsHelper
 
MetricsHelper.AttributeResolver - Class in com.zeroc.IceMX
 
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
 
minor - Variable in class com.zeroc.Ice.ProtocolVersion
 
mode - Variable in class com.zeroc.Ice.Current
The mode of the operation.

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 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 - Interface in com.zeroc.Ice
Interface implemented by the Property admin facet.
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 server node.
NodeDescriptor - Class in com.zeroc.IceGrid
A node descriptor.
NodeDescriptor() - Constructor for class com.zeroc.IceGrid.NodeDescriptor
 
NodeDescriptor(Map<String, String>, List<ServerInstanceDescriptor>, List<ServerDescriptor>, String, String, Map<String, PropertySetDescriptor>) - Constructor for class com.zeroc.IceGrid.NodeDescriptor
 
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
The nodeDown operation is called to notify an observer that a node went down.
nodeDown(String, Current) - Method in interface com.zeroc.IceGrid.NodeObserver
The nodeDown operation is called to notify an observer that a node went down.
nodeDown(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The nodeDown operation is called to notify an observer that a node went down.
nodeDownAsync(String) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The nodeDown operation is called to notify an observer that a node went down.
nodeDownAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The nodeDown operation is called to notify an 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
 
NodeDynamicInfo(NodeInfo, List<ServerDynamicInfo>, List<AdapterDynamicInfo>) - Constructor for class com.zeroc.IceGrid.NodeDynamicInfo
 
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
 
NodeInfo(String, String, String, String, String, String, int, String) - Constructor for class com.zeroc.IceGrid.NodeInfo
 
nodeInit(NodeDynamicInfo[]) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The nodeInit operation indicates the current state of nodes.
nodeInit(NodeDynamicInfo[], Current) - Method in interface com.zeroc.IceGrid.NodeObserver
The nodeInit operation indicates the current state of nodes.
nodeInit(NodeDynamicInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The nodeInit operation indicates the current state of nodes.
nodeInitAsync(NodeDynamicInfo[]) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The nodeInit operation indicates the current state of nodes.
nodeInitAsync(NodeDynamicInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The nodeInit operation indicates the current state of nodes.
NodeNotExistException - Exception in com.zeroc.IceGrid
This exception is raised if a node does not exist.
NodeNotExistException() - Constructor for exception com.zeroc.IceGrid.NodeNotExistException
 
NodeNotExistException(String) - Constructor for exception com.zeroc.IceGrid.NodeNotExistException
 
NodeNotExistException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.NodeNotExistException
 
NodeNotExistException(Throwable) - Constructor for exception com.zeroc.IceGrid.NodeNotExistException
 
NodeObserver - Interface in com.zeroc.IceGrid
The node observer interface.
NodeObserverPrx - Interface in com.zeroc.IceGrid
The node observer interface.
nodes - Variable in class com.zeroc.IceGrid.ApplicationDescriptor
The application nodes.
nodes - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
The application nodes to update.
NodeUnreachableException - Exception in com.zeroc.IceGrid
This exception is raised if a node could not be reached.
NodeUnreachableException() - Constructor for exception com.zeroc.IceGrid.NodeUnreachableException
 
NodeUnreachableException(String, String) - Constructor for exception com.zeroc.IceGrid.NodeUnreachableException
 
NodeUnreachableException(String, String, Throwable) - Constructor for exception com.zeroc.IceGrid.NodeUnreachableException
 
NodeUnreachableException(Throwable) - Constructor for exception com.zeroc.IceGrid.NodeUnreachableException
 
nodeUp(NodeDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The nodeUp operation is called to notify an observer that a node came up.
nodeUp(NodeDynamicInfo, Current) - Method in interface com.zeroc.IceGrid.NodeObserver
The nodeUp operation is called to notify an observer that a node came up.
nodeUp(NodeDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The nodeUp operation is called to notify an observer that a node came up.
nodeUpAsync(NodeDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The nodeUp operation is called to notify an observer that a node came up.
nodeUpAsync(NodeDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The nodeUp operation is called to notify an observer that a node came up.
NodeUpdateDescriptor - Class in com.zeroc.IceGrid
A node update descriptor to describe the updates to apply to a node of a deployed application.
NodeUpdateDescriptor() - Constructor for class com.zeroc.IceGrid.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
 
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
This exception is raised if no suitable endpoint is available.
NoEndpointException() - Constructor for exception com.zeroc.Ice.NoEndpointException
 
NoEndpointException(String) - Constructor for exception com.zeroc.Ice.NoEndpointException
 
NoEndpointException(String, Throwable) - Constructor for exception com.zeroc.Ice.NoEndpointException
 
NoEndpointException(Throwable) - Constructor for exception com.zeroc.Ice.NoEndpointException
 
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
Operations that use the Slice nonmutating keyword must not modify object state.
Normal - Enum constant in enum class com.zeroc.Ice.OperationMode
Ordinary operations have Normal mode.
NoSignalHandling - Enum constant in enum class com.zeroc.Ice.SignalPolicy
Any signal that is received is not intercepted and takes the default action.
NoSuchLink - Exception in com.zeroc.IceStorm
This exception indicates that an attempt was made to remove a link that does not exist.
NoSuchLink() - Constructor for exception com.zeroc.IceStorm.NoSuchLink
 
NoSuchLink(String) - Constructor for exception com.zeroc.IceStorm.NoSuchLink
 
NoSuchLink(String, Throwable) - Constructor for exception com.zeroc.IceStorm.NoSuchLink
 
NoSuchLink(Throwable) - Constructor for exception com.zeroc.IceStorm.NoSuchLink
 
NoSuchServiceException - Exception in com.zeroc.IceBox
This exception is thrown if a service name does not refer to an existing service.
NoSuchServiceException() - Constructor for exception com.zeroc.IceBox.NoSuchServiceException
 
NoSuchServiceException(Throwable) - Constructor for exception com.zeroc.IceBox.NoSuchServiceException
 
NoSuchTopic - Exception in com.zeroc.IceStorm
This exception indicates that an attempt was made to retrieve a topic that does not exist.
NoSuchTopic() - Constructor for exception com.zeroc.IceStorm.NoSuchTopic
 
NoSuchTopic(String) - Constructor for exception com.zeroc.IceStorm.NoSuchTopic
 
NoSuchTopic(String, Throwable) - Constructor for exception com.zeroc.IceStorm.NoSuchTopic
 
NoSuchTopic(Throwable) - Constructor for exception com.zeroc.IceStorm.NoSuchTopic
 
NotRegisteredException - Exception in com.zeroc.Ice
An attempt was made to find or deregister something that is not registered with the Ice run time or Ice locator.
NotRegisteredException() - Constructor for exception com.zeroc.Ice.NotRegisteredException
 
NotRegisteredException(String, String) - Constructor for exception com.zeroc.Ice.NotRegisteredException
 
NotRegisteredException(String, String, Throwable) - Constructor for exception com.zeroc.Ice.NotRegisteredException
 
NotRegisteredException(Throwable) - Constructor for exception com.zeroc.Ice.NotRegisteredException
 
NoValueFactoryException - Exception in com.zeroc.Ice
This exception is raised if no suitable value factory was found during unmarshaling of a Slice class instance.
NoValueFactoryException() - Constructor for exception com.zeroc.Ice.NoValueFactoryException
 
NoValueFactoryException(String, String) - Constructor for exception com.zeroc.Ice.NoValueFactoryException
 
NoValueFactoryException(String, String, Throwable) - Constructor for exception com.zeroc.Ice.NoValueFactoryException
 
NoValueFactoryException(Throwable) - Constructor for exception com.zeroc.Ice.NoValueFactoryException
 
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() - Static method in class com.zeroc.Glacier2.Application
Creates an object adapter for callback objects.
objectAdapter() - Method in class com.zeroc.Glacier2.SessionHelper
Creates an object adapter for callback objects.
ObjectAdapter - Interface in com.zeroc.Ice
The object adapter provides an up-call interface from the Ice run time to the implementation of Ice objects.
ObjectAdapterDeactivatedException - Exception in com.zeroc.Ice
This exception is raised if an attempt is made to use a deactivated ObjectAdapter.
ObjectAdapterDeactivatedException() - Constructor for exception com.zeroc.Ice.ObjectAdapterDeactivatedException
 
ObjectAdapterDeactivatedException(String) - Constructor for exception com.zeroc.Ice.ObjectAdapterDeactivatedException
 
ObjectAdapterDeactivatedException(String, Throwable) - Constructor for exception com.zeroc.Ice.ObjectAdapterDeactivatedException
 
ObjectAdapterDeactivatedException(Throwable) - Constructor for exception com.zeroc.Ice.ObjectAdapterDeactivatedException
 
ObjectAdapterIdInUseException - Exception in com.zeroc.Ice
This exception is raised if an ObjectAdapter cannot be activated.
ObjectAdapterIdInUseException() - Constructor for exception com.zeroc.Ice.ObjectAdapterIdInUseException
 
ObjectAdapterIdInUseException(String) - Constructor for exception com.zeroc.Ice.ObjectAdapterIdInUseException
 
ObjectAdapterIdInUseException(String, Throwable) - Constructor for exception com.zeroc.Ice.ObjectAdapterIdInUseException
 
ObjectAdapterIdInUseException(Throwable) - Constructor for exception com.zeroc.Ice.ObjectAdapterIdInUseException
 
objectAdded(ObjectInfo) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
The objectAdded operation is called to notify an observer when an object was added to the Admin interface.
objectAdded(ObjectInfo, Current) - Method in interface com.zeroc.IceGrid.ObjectObserver
The objectAdded operation is called to notify an observer when an object was added to the Admin interface.
objectAdded(ObjectInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
The objectAdded operation is called to notify an observer when an object was added to the Admin interface.
objectAddedAsync(ObjectInfo) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
The objectAdded operation is called to notify an observer when an object was added to the Admin interface.
objectAddedAsync(ObjectInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
The objectAdded operation is called to notify an observer when an object was added to the Admin interface.
ObjectDescriptor - Class in com.zeroc.IceGrid
An Ice object descriptor.
ObjectDescriptor() - Constructor for class com.zeroc.IceGrid.ObjectDescriptor
 
ObjectDescriptor(Identity, String, String) - Constructor for class com.zeroc.IceGrid.ObjectDescriptor
 
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
This exception is raised if an object already exists.
ObjectExistsException() - Constructor for exception com.zeroc.IceGrid.ObjectExistsException
 
ObjectExistsException(Identity) - Constructor for exception com.zeroc.IceGrid.ObjectExistsException
 
ObjectExistsException(Identity, Throwable) - Constructor for exception com.zeroc.IceGrid.ObjectExistsException
 
ObjectExistsException(Throwable) - Constructor for exception com.zeroc.IceGrid.ObjectExistsException
 
ObjectFactory - Interface in com.zeroc.Ice
Deprecated.
ObjectFactory has been deprecated, use ValueFactory instead.
ObjectInfo - Class in com.zeroc.IceGrid
Information about an Ice object.
ObjectInfo() - Constructor for class com.zeroc.IceGrid.ObjectInfo
 
ObjectInfo(ObjectPrx, String) - Constructor for class com.zeroc.IceGrid.ObjectInfo
 
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
objectInit is called after the registration of an observer to indicate the state of the registry.
objectInit(ObjectInfo[], Current) - Method in interface com.zeroc.IceGrid.ObjectObserver
objectInit is called after the registration of an observer to indicate the state of the registry.
objectInit(ObjectInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
objectInit is called after the registration of an observer to indicate the state of the registry.
objectInitAsync(ObjectInfo[]) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
objectInit is called after the registration of an observer to indicate the state of the registry.
objectInitAsync(ObjectInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
objectInit is called after the registration of an observer to indicate the state of the registry.
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.
ObjectNotExistException - Exception in com.zeroc.Ice
This exception is raised if an object does not exist on the server, that is, if no facets with the given identity exist.
ObjectNotExistException() - Constructor for exception com.zeroc.Ice.ObjectNotExistException
 
ObjectNotExistException(Identity, String, String) - Constructor for exception com.zeroc.Ice.ObjectNotExistException
 
ObjectNotExistException(Identity, String, String, Throwable) - Constructor for exception com.zeroc.Ice.ObjectNotExistException
 
ObjectNotExistException(Throwable) - Constructor for exception com.zeroc.Ice.ObjectNotExistException
 
ObjectNotFoundException - Exception in com.zeroc.Ice
This exception is raised if an object cannot be found.
ObjectNotFoundException() - Constructor for exception com.zeroc.Ice.ObjectNotFoundException
 
ObjectNotFoundException(Throwable) - Constructor for exception com.zeroc.Ice.ObjectNotFoundException
 
ObjectNotRegisteredException - Exception in com.zeroc.IceGrid
This exception is raised if an object is not registered.
ObjectNotRegisteredException() - Constructor for exception com.zeroc.IceGrid.ObjectNotRegisteredException
 
ObjectNotRegisteredException(Identity) - Constructor for exception com.zeroc.IceGrid.ObjectNotRegisteredException
 
ObjectNotRegisteredException(Identity, Throwable) - Constructor for exception com.zeroc.IceGrid.ObjectNotRegisteredException
 
ObjectNotRegisteredException(Throwable) - Constructor for exception com.zeroc.IceGrid.ObjectNotRegisteredException
 
ObjectObserver - Interface in com.zeroc.IceGrid
This interface allows applications to monitor IceGrid well-known objects.
ObjectObserverPrx - Interface in com.zeroc.IceGrid
This interface allows applications to monitor IceGrid well-known objects.
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
objectRemoved is called to notify an observer when an object registered with the Admin interface was removed.
objectRemoved(Identity, Current) - Method in interface com.zeroc.IceGrid.ObjectObserver
objectRemoved is called to notify an observer when an object registered with the Admin interface was removed.
objectRemoved(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
objectRemoved is called to notify an observer when an object registered with the Admin interface was removed.
objectRemovedAsync(Identity) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
objectRemoved is called to notify an observer when an object registered with the Admin interface was removed.
objectRemovedAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
objectRemoved is called to notify an observer when an object registered with the Admin interface was removed.
objects - Variable in class com.zeroc.IceGrid.AdapterDescriptor
The well-known object descriptors associated with this object adapter.
objects - Variable in class com.zeroc.IceGrid.ReplicaGroupDescriptor
The object descriptors associated with this object adapter.
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
objectUpdated is called to notify an observer when an object registered with the Admin interface was updated.
objectUpdated(ObjectInfo, Current) - Method in interface com.zeroc.IceGrid.ObjectObserver
objectUpdated is called to notify an observer when an object registered with the Admin interface was updated.
objectUpdated(ObjectInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
objectUpdated is called to notify an observer when an object registered with the Admin interface was updated.
objectUpdatedAsync(ObjectInfo) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
objectUpdated is called to notify an observer when an object registered with the Admin interface was updated.
objectUpdatedAsync(ObjectInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.ObjectObserverPrx
objectUpdated is called to notify an observer when an object registered with the Admin interface was updated.
observer - Variable in class com.zeroc.Ice.InitializationData
The communicator observer used by the Ice run-time.
Observer<T extends Metrics> - Class in com.zeroc.IceMX
 
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
 
ObserverAlreadyRegisteredException - Exception in com.zeroc.IceGrid
This exception is raised if an observer is already registered with the registry.
ObserverAlreadyRegisteredException() - Constructor for exception com.zeroc.IceGrid.ObserverAlreadyRegisteredException
 
ObserverAlreadyRegisteredException(Identity) - Constructor for exception com.zeroc.IceGrid.ObserverAlreadyRegisteredException
 
ObserverAlreadyRegisteredException(Identity, Throwable) - Constructor for exception com.zeroc.IceGrid.ObserverAlreadyRegisteredException
 
ObserverAlreadyRegisteredException(Throwable) - Constructor for exception com.zeroc.IceGrid.ObserverAlreadyRegisteredException
 
ObserverFactory<T extends Metrics,O extends Observer<T>> - Class in com.zeroc.IceMX
 
ObserverFactory(MetricsAdminI, String, Class<T>) - Constructor for class com.zeroc.IceMX.ObserverFactory
 
ObserverFactoryWithDelegate<T extends Metrics,OImpl extends ObserverWithDelegate<T,O>,O extends Observer> - Class in com.zeroc.IceMX
 
ObserverFactoryWithDelegate(MetricsAdminI, String, Class<T>) - Constructor for class com.zeroc.IceMX.ObserverFactoryWithDelegate
 
ObserverUpdater - Interface in com.zeroc.Ice.Instrumentation
The observer updater interface.
ObserverWithDelegate<T extends Metrics,O extends Observer> - Class in com.zeroc.IceMX
 
ObserverWithDelegate() - Constructor for class com.zeroc.IceMX.ObserverWithDelegate
 
ObserverWithDelegateI - Class in com.zeroc.IceMX
 
ObserverWithDelegateI() - Constructor for class com.zeroc.IceMX.ObserverWithDelegateI
 
OpaqueEndpointInfo - Class in com.zeroc.Ice
Provides access to the details of an opaque endpoint.
OpaqueEndpointInfo() - Constructor for class com.zeroc.Ice.OpaqueEndpointInfo
 
OpaqueEndpointInfo(EndpointInfo, int, boolean, EncodingVersion, byte[]) - Constructor for class com.zeroc.Ice.OpaqueEndpointInfo
 
openNodeStdErr(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given node stderr file for reading.
openNodeStdErr(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
Open the given node stderr file for reading.
openNodeStdErr(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given node stderr file for reading.
openNodeStdErrAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given node stderr file for reading.
openNodeStdErrAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given node stderr file for reading.
openNodeStdOut(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given node stdout file for reading.
openNodeStdOut(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
Open the given node stdout file for reading.
openNodeStdOut(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given node stdout file for reading.
openNodeStdOutAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given node stdout file for reading.
openNodeStdOutAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given node stdout file for reading.
openRegistryStdErr(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given registry stderr file for reading.
openRegistryStdErr(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
Open the given registry stderr file for reading.
openRegistryStdErr(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given registry stderr file for reading.
openRegistryStdErrAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given registry stderr file for reading.
openRegistryStdErrAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given registry stderr file for reading.
openRegistryStdOut(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given registry stdout file for reading.
openRegistryStdOut(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
Open the given registry stdout file for reading.
openRegistryStdOut(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given registry stdout file for reading.
openRegistryStdOutAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given registry stdout file for reading.
openRegistryStdOutAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given registry stdout file for reading.
openServerLog(String, String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server log file for reading.
openServerLog(String, String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
Open the given server log file for reading.
openServerLog(String, String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server log file for reading.
openServerLogAsync(String, String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server log file for reading.
openServerLogAsync(String, String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server log file for reading.
openServerStdErr(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server stderr file for reading.
openServerStdErr(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
Open the given server stderr file for reading.
openServerStdErr(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server stderr file for reading.
openServerStdErrAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server stderr file for reading.
openServerStdErrAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server stderr file for reading.
openServerStdOut(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server stdout file for reading.
openServerStdOut(String, int, Current) - Method in interface com.zeroc.IceGrid.AdminSession
Open the given server stdout file for reading.
openServerStdOut(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server stdout file for reading.
openServerStdOutAsync(String, int) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server stdout file for reading.
openServerStdOutAsync(String, int, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Open the given server stdout file for reading.
operation - Variable in class com.zeroc.Ice.Current
The operation name.
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() - Constructor for exception com.zeroc.Ice.OperationInterruptedException
 
OperationInterruptedException(Throwable) - Constructor for exception com.zeroc.Ice.OperationInterruptedException
 
OperationMode - Enum Class in com.zeroc.Ice
Determines the retry behavior an invocation in case of a (potentially) recoverable error.
OperationNotExistException - Exception in com.zeroc.Ice
This exception is raised if an operation for a given object does not exist on the server.
OperationNotExistException() - Constructor for exception com.zeroc.Ice.OperationNotExistException
 
OperationNotExistException(Identity, String, String) - Constructor for exception com.zeroc.Ice.OperationNotExistException
 
OperationNotExistException(Identity, String, String, Throwable) - Constructor for exception com.zeroc.Ice.OperationNotExistException
 
OperationNotExistException(Throwable) - Constructor for exception com.zeroc.Ice.OperationNotExistException
 
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
Ordered load balancing policy.
OrderedLoadBalancingPolicy() - Constructor for class com.zeroc.IceGrid.OrderedLoadBalancingPolicy
 
OrderedLoadBalancingPolicy(String) - Constructor for class com.zeroc.IceGrid.OrderedLoadBalancingPolicy
 
os - Variable in class com.zeroc.IceGrid.NodeInfo
The operating system name.
outParams - Variable in class com.zeroc.Ice.Object.Ice_invokeResult
The encoded out-paramaters and return value for the operation.
OutputStream - Class in com.zeroc.Ice
Interface to marshal (write) Slice types into sequence of bytes encoded using the Ice encoding.
OutputStream() - Constructor for class com.zeroc.Ice.OutputStream
Constructing an OutputStream without providing a communicator means the stream will use the default encoding version, the default format for class encoding, and a non-direct buffer.
OutputStream(boolean) - Constructor for class com.zeroc.Ice.OutputStream
Constructing an OutputStream without providing a communicator means the stream will use the default encoding version and the default format for class encoding.
OutputStream(Communicator) - Constructor for class com.zeroc.Ice.OutputStream
This constructor uses the communicator's default encoding version.
OutputStream(Communicator, boolean) - Constructor for class com.zeroc.Ice.OutputStream
This constructor uses the communicator's default encoding version.
OutputStream(Communicator, EncodingVersion) - Constructor for class com.zeroc.Ice.OutputStream
This constructor uses the given communicator and encoding version.
OutputStream(Communicator, EncodingVersion, boolean) - Constructor for class com.zeroc.Ice.OutputStream
This constructor uses the given communicator and encoding version.
OutputStream(Instance, EncodingVersion) - Constructor for class com.zeroc.Ice.OutputStream
 
OutputStream(Instance, EncodingVersion, boolean) - Constructor for class com.zeroc.Ice.OutputStream
 
OutputStream(Instance, EncodingVersion, Buffer, boolean) - Constructor for class com.zeroc.Ice.OutputStream
 
outstanding - Variable in class com.zeroc.IceMX.SubscriberMetrics
Number of outstanding events.
overriddenClient - Variable in class com.zeroc.IceMX.SessionMetrics
Number of client requests overridden.
overriddenServer - Variable in class com.zeroc.IceMX.SessionMetrics
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
Parse a file.
parse(String, AdminPrx, Current) - Method in interface com.zeroc.IceGrid.FileParser
Parse a file.
parse(String, AdminPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.FileParserPrx
Parse a file.
parseAsync(String, AdminPrx) - Method in interface com.zeroc.IceGrid.FileParserPrx
Parse a file.
parseAsync(String, AdminPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.FileParserPrx
Parse a file.
parseCommandLineOptions(String, String[]) - Method in interface com.zeroc.Ice.Properties
Convert a sequence of command-line options into properties.
ParseException - Exception in com.zeroc.IceGrid
This exception is raised if an error occurs during parsing.
ParseException() - Constructor for exception com.zeroc.IceGrid.ParseException
 
ParseException(String) - Constructor for exception com.zeroc.IceGrid.ParseException
 
ParseException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.ParseException
 
ParseException(Throwable) - Constructor for exception com.zeroc.IceGrid.ParseException
 
parseIceCommandLineOptions(String[]) - Method in interface com.zeroc.Ice.Properties
Convert a sequence of command-line options into properties.
PartitionOutOfRangeException - Exception in com.zeroc.IcePatch2
A partition argument was not in the range 0-255.
PartitionOutOfRangeException() - Constructor for exception com.zeroc.IcePatch2.PartitionOutOfRangeException
 
PartitionOutOfRangeException(Throwable) - Constructor for exception com.zeroc.IcePatch2.PartitionOutOfRangeException
 
PasswordCallback - Interface in com.zeroc.IceSSL
A password callback is an alternate way to supply the plug-in with passwords; this avoids using plain text configuration properties.
patchApplication(String, boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
Patch the given application data.
patchApplication(String, boolean, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Patch the given application data.
patchApplicationAsync(String, boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
Patch the given application data.
patchApplicationAsync(String, boolean, Current) - Method in interface com.zeroc.IceGrid.Admin
Patch the given application data.
patchApplicationAsync(String, boolean, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Patch the given application data.
PatchException - Exception in com.zeroc.IceGrid
This exception is raised if a patch failed.
PatchException() - Constructor for exception com.zeroc.IceGrid.PatchException
 
PatchException(String[]) - Constructor for exception com.zeroc.IceGrid.PatchException
 
PatchException(String[], Throwable) - Constructor for exception com.zeroc.IceGrid.PatchException
 
PatchException(Throwable) - Constructor for exception com.zeroc.IceGrid.PatchException
 
patchServer(String, boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
Patch a server.
patchServer(String, boolean, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Patch a server.
patchServerAsync(String, boolean) - Method in interface com.zeroc.IceGrid.AdminPrx
Patch a server.
patchServerAsync(String, boolean, Current) - Method in interface com.zeroc.IceGrid.Admin
Patch a server.
patchServerAsync(String, boolean, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Patch a server.
path - Variable in exception com.zeroc.Ice.FileException
The path of the file responsible for the error.
path - Variable in class com.zeroc.IcePatch2.FileInfo
The pathname.
path - Variable in class com.zeroc.IcePatch2.LargeFileInfo
The pathname.
PermissionDeniedException - Exception in com.zeroc.Glacier2
This exception is raised if a client is denied the ability to create a session with the router.
PermissionDeniedException - Exception in com.zeroc.IceGrid
This exception is raised if a client is denied the ability to create a session with IceGrid.
PermissionDeniedException() - Constructor for exception com.zeroc.Glacier2.PermissionDeniedException
 
PermissionDeniedException() - Constructor for exception com.zeroc.IceGrid.PermissionDeniedException
 
PermissionDeniedException(String) - Constructor for exception com.zeroc.Glacier2.PermissionDeniedException
 
PermissionDeniedException(String) - Constructor for exception com.zeroc.IceGrid.PermissionDeniedException
 
PermissionDeniedException(String, Throwable) - Constructor for exception com.zeroc.Glacier2.PermissionDeniedException
 
PermissionDeniedException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.PermissionDeniedException
 
PermissionDeniedException(Throwable) - Constructor for exception com.zeroc.Glacier2.PermissionDeniedException
 
PermissionDeniedException(Throwable) - Constructor for exception com.zeroc.IceGrid.PermissionDeniedException
 
PermissionsVerifier - Interface in com.zeroc.Glacier2
The Glacier2 permissions verifier.
PermissionsVerifier.CheckPermissionsResult - Class in com.zeroc.Glacier2
Holds the result of operation checkPermissions.
PermissionsVerifierPrx - Interface in com.zeroc.Glacier2
The Glacier2 permissions verifier.
pid - Variable in class com.zeroc.IceGrid.ServerDynamicInfo
The process id of the server.
pingNode(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Ping an IceGrid node to see if it is active.
pingNode(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Ping an IceGrid node to see if it is active.
pingNode(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Ping an IceGrid node to see if it is active.
pingNodeAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Ping an IceGrid node to see if it is active.
pingNodeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Ping an IceGrid node to see if it is active.
pingRegistry(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Ping an IceGrid registry to see if it is active.
pingRegistry(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Ping an IceGrid registry to see if it is active.
pingRegistry(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Ping an IceGrid registry to see if it is active.
pingRegistryAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Ping an IceGrid registry to see if it is active.
pingRegistryAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Ping an IceGrid registry to see if it is active.
Plugin - Interface in com.zeroc.Ice
A communicator plug-in.
Plugin - Interface in com.zeroc.IceSSL
Interface that allows applications to interact with the IceSSL plug-in.
PluginFactory - Class in com.zeroc.IceBT
Creates IceBT plug-ins.
PluginFactory - Class in com.zeroc.IceSSL
Plug-in factories must implement this interface.
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
 
PluginFactory() - Constructor for class com.zeroc.IceSSL.PluginFactory
 
PluginInitializationException - Exception in com.zeroc.Ice
This exception indicates that a failure occurred while initializing a plug-in.
PluginInitializationException() - Constructor for exception com.zeroc.Ice.PluginInitializationException
 
PluginInitializationException(String) - Constructor for exception com.zeroc.Ice.PluginInitializationException
 
PluginInitializationException(String, Throwable) - Constructor for exception com.zeroc.Ice.PluginInitializationException
 
PluginInitializationException(Throwable) - Constructor for exception com.zeroc.Ice.PluginInitializationException
 
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 Logger received a print message.
priority - Variable in class com.zeroc.IceGrid.AdapterDescriptor
The adapter priority.
Process - Interface in com.zeroc.Ice
An administrative interface for process management.
ProcessPrx - Interface in com.zeroc.Ice
An administrative interface for process management.
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 - Interface in com.zeroc.Ice
A property set used to configure Ice and Ice applications.
PropertiesAdmin - Interface in com.zeroc.Ice
The PropertiesAdmin interface provides remote access to the properties of a communicator.
PropertiesAdminPrx - Interface in com.zeroc.Ice
The PropertiesAdmin interface provides remote access to the properties of a communicator.
PropertyDescriptor - Class in com.zeroc.IceGrid
Property descriptor.
PropertyDescriptor() - Constructor for class com.zeroc.IceGrid.PropertyDescriptor
 
PropertyDescriptor(String, String) - Constructor for class com.zeroc.IceGrid.PropertyDescriptor
 
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
 
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
 
PropertySetDescriptor(String[], List<PropertyDescriptor>) - Constructor for class com.zeroc.IceGrid.PropertySetDescriptor
 
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 interface com.zeroc.Ice.Communicator
Convert a set of proxy properties into a proxy.
Protocol_1_0 - Static variable in class com.zeroc.Ice.Util
 
ProtocolException - Exception in com.zeroc.Ice
A generic exception base for all kinds of protocol error conditions.
ProtocolException() - Constructor for exception com.zeroc.Ice.ProtocolException
 
ProtocolException(String) - Constructor for exception com.zeroc.Ice.ProtocolException
 
ProtocolException(String, Throwable) - Constructor for exception com.zeroc.Ice.ProtocolException
 
ProtocolException(Throwable) - Constructor for exception com.zeroc.Ice.ProtocolException
 
ProtocolVersion - Class in com.zeroc.Ice
A version structure for the protocol version.
ProtocolVersion() - Constructor for class com.zeroc.Ice.ProtocolVersion
 
ProtocolVersion(byte, byte) - Constructor for class com.zeroc.Ice.ProtocolVersion
 
protocolVersionToString(ProtocolVersion) - Static method in class com.zeroc.Ice.Util
Converts a protocol version to a string.
proxy - Variable in exception com.zeroc.Ice.NoEndpointException
The stringified proxy for which no suitable endpoint is available.
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
Proxy options to use with the proxy created for this Ice object.
proxyOptions - Variable in class com.zeroc.IceGrid.ReplicaGroupDescriptor
Default options for proxies created for the replica group.
ProxyParseException - Exception in com.zeroc.Ice
This exception is raised if there was an error while parsing a stringified proxy.
ProxyParseException() - Constructor for exception com.zeroc.Ice.ProxyParseException
 
ProxyParseException(String) - Constructor for exception com.zeroc.Ice.ProxyParseException
 
ProxyParseException(String, Throwable) - Constructor for exception com.zeroc.Ice.ProxyParseException
 
ProxyParseException(Throwable) - Constructor for exception com.zeroc.Ice.ProxyParseException
 
proxyToProperty(ObjectPrx, String) - Method in interface com.zeroc.Ice.Communicator
Convert a proxy to a set of proxy properties.
proxyToString(ObjectPrx) - Method in interface com.zeroc.Ice.Communicator
Convert a proxy into a string.
ProxyUnmarshalException - Exception in com.zeroc.Ice
This exception is raised if inconsistent data is received while unmarshaling a proxy.
ProxyUnmarshalException() - Constructor for exception com.zeroc.Ice.ProxyUnmarshalException
 
ProxyUnmarshalException(String) - Constructor for exception com.zeroc.Ice.ProxyUnmarshalException
 
ProxyUnmarshalException(String, Throwable) - Constructor for exception com.zeroc.Ice.ProxyUnmarshalException
 
ProxyUnmarshalException(Throwable) - Constructor for exception com.zeroc.Ice.ProxyUnmarshalException
 
published - Variable in class com.zeroc.IceMX.TopicMetrics
Number of events published on the topic 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
The IceGrid query interface.
QueryPrx - Interface in com.zeroc.IceGrid
The IceGrid query interface.
queued - Variable in class com.zeroc.IceMX.SubscriberMetrics
Number of queued events.
queuedClient - Variable in class com.zeroc.IceMX.SessionMetrics
Number of client requests queued.
queuedServer - Variable in class com.zeroc.IceMX.SessionMetrics
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
Random load balancing policy.
RandomLoadBalancingPolicy() - Constructor for class com.zeroc.IceGrid.RandomLoadBalancingPolicy
 
RandomLoadBalancingPolicy(String) - Constructor for class com.zeroc.IceGrid.RandomLoadBalancingPolicy
 
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
 
read(InputStream) - Method in class com.zeroc.Glacier2.SSLPermissionsVerifier.AuthorizeResult
 
read(InputStream) - Static method in class com.zeroc.Ice.ContextHelper
 
read(InputStream) - Static method in class com.zeroc.Ice.HeaderDictHelper
 
read(InputStream) - Static method in class com.zeroc.Ice.IdentitySeqHelper
 
read(InputStream) - Method in class com.zeroc.Ice.LoggerAdmin.GetLogResult
 
read(InputStream) - Static method in class com.zeroc.Ice.LogMessageSeqHelper
 
read(InputStream) - Static method in class com.zeroc.Ice.LogMessageTypeSeqHelper
 
read(InputStream) - Static method in class com.zeroc.Ice.ObjectProxySeqHelper
 
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
 
read(InputStream) - Static method in class com.zeroc.Ice.PropertyDictHelper
 
read(InputStream) - Method in class com.zeroc.Ice.Router.GetClientProxyResult
 
read(InputStream) - Static method in class com.zeroc.Ice.SliceChecksumDictHelper
 
read(InputStream) - Method in class com.zeroc.Ice.ValueReader
Reads the state of this Slice class from an input stream.
read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterDescriptorSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfoSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.AdapterInfoSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationDescriptorSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.ApplicationInfoSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.DbEnvDescriptorSeqHelper
 
read(InputStream) - Method in class com.zeroc.IceGrid.FileIterator.ReadResult
 
read(InputStream) - Static method in class com.zeroc.IceGrid.NodeDescriptorDictHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.NodeDynamicInfoSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.ObjectDescriptorSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.ObjectInfoSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.PropertyDescriptorSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.PropertySetDescriptorDictHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.RegistryInfoSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.ServerDescriptorSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.ServiceDescriptorSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptorSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.StringObjectProxyDictHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.StringStringDictHelper
 
read(InputStream) - Static method in class com.zeroc.IceGrid.TemplateDescriptorDictHelper
 
read(InputStream) - Method in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewNamesResult
 
read(InputStream) - Method in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewResult
 
read(InputStream) - Static method in class com.zeroc.IceMX.MetricsFailuresSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceMX.MetricsMapHelper
 
read(InputStream) - Static method in class com.zeroc.IceMX.MetricsViewHelper
 
read(InputStream) - Static method in class com.zeroc.IceMX.StringIntDictHelper
 
read(InputStream) - Static method in class com.zeroc.IcePatch2.ByteSeqSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IcePatch2.FileInfoSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IcePatch2.LargeFileInfoSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceStorm.LinkInfoSeqHelper
 
read(InputStream) - Static method in class com.zeroc.IceStorm.QoSHelper
 
read(InputStream) - Static method in class com.zeroc.IceStorm.TopicDictHelper
 
read(InputStream, int) - Static method in class com.zeroc.Ice.ContextHelper
 
read(InputStream, int) - Static method in class com.zeroc.Ice.HeaderDictHelper
 
read(InputStream, int) - Static method in class com.zeroc.Ice.IdentitySeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.Ice.LogMessageSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.Ice.LogMessageTypeSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.Ice.ObjectProxySeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.Ice.ObjectSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.Ice.PropertyDictHelper
 
read(InputStream, int) - Static method in class com.zeroc.Ice.SliceChecksumDictHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterDescriptorSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfoSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.AdapterInfoSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationDescriptorSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.ApplicationInfoSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.DbEnvDescriptorSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeDescriptorDictHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeDynamicInfoSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.ObjectDescriptorSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.ObjectInfoSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.PropertyDescriptorSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.PropertySetDescriptorDictHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.RegistryInfoSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerDescriptorSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServiceDescriptorSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptorSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.StringObjectProxyDictHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.StringStringDictHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceGrid.TemplateDescriptorDictHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceMX.MetricsFailuresSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceMX.MetricsMapHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceMX.MetricsViewHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceMX.StringIntDictHelper
 
read(InputStream, int) - Static method in class com.zeroc.IcePatch2.ByteSeqSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IcePatch2.FileInfoSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IcePatch2.LargeFileInfoSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceStorm.LinkInfoSeqHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceStorm.QoSHelper
 
read(InputStream, int) - Static method in class com.zeroc.IceStorm.TopicDictHelper
 
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
 
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(int, Consumer<Optional<Value>>) - Method in class com.zeroc.Ice.InputStream
Extracts an optional Slice value from the stream.
readValue(int, Consumer<Optional<T>>, Class<T>) - Method in class com.zeroc.Ice.InputStream
Extracts an optional Slice value 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 session creation has 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.Ice.IllegalServantException
Describes why this servant is illegal.
reason - Variable in exception com.zeroc.Ice.InitializationException
The reason for the failure.
reason - Variable in exception com.zeroc.Ice.PluginInitializationException
The reason for the failure.
reason - Variable in exception com.zeroc.Ice.ProtocolException
The reason for the failure.
reason - Variable in exception com.zeroc.Ice.SecurityException
The reason for the failure.
reason - Variable in exception com.zeroc.IceBox.FailureException
The reason for the failure.
reason - Variable in exception com.zeroc.IceBT.BluetoothException
Provides more information about the failure.
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.IcePatch2.FileAccessException
An explanation of the reason for the failure.
reason - Variable in exception com.zeroc.IceStorm.BadQoS
The reason for the failure.
reason - Variable in exception com.zeroc.IceStorm.InvalidSubscriber
The reason for the failure.
reasons - Variable in exception com.zeroc.IceGrid.PatchException
The reasons why the patch failed.
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.
references - Variable in class com.zeroc.IceGrid.PropertySetDescriptor
References to named property sets.
refreshPublishedEndpoints() - Method in interface com.zeroc.Ice.ObjectAdapter
Refresh the set of published endpoints.
refreshSession() - Method in interface com.zeroc.Glacier2.RouterPrx
Keep the calling client's session with this router alive.
refreshSession(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Keep the calling client's session with this router alive.
refreshSessionAsync() - Method in interface com.zeroc.Glacier2.RouterPrx
Keep the calling client's session with this router alive.
refreshSessionAsync(Current) - Method in interface com.zeroc.Glacier2.Router
Keep the calling client's session with this router alive.
refreshSessionAsync(Map<String, String>) - Method in interface com.zeroc.Glacier2.RouterPrx
Keep the calling client's session with this router alive.
registerProcess - Variable in class com.zeroc.IceGrid.AdapterDescriptor
Flag to specify if the object adapter will register a process object.
registerSubMap(String, Class<S>, Field) - Method in class com.zeroc.IceMX.ObserverFactory
 
Registry - Interface in com.zeroc.IceGrid
The IceGrid registry allows clients create sessions directly with the registry.
registryDown(String) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
The nodeDown operation is called to notify an observer that a node went down.
registryDown(String, Current) - Method in interface com.zeroc.IceGrid.RegistryObserver
The nodeDown operation is called to notify an observer that a node went down.
registryDown(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
The nodeDown operation is called to notify an observer that a node went down.
registryDownAsync(String) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
The nodeDown operation is called to notify an observer that a node went down.
registryDownAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
The nodeDown operation is called to notify an observer that a node went down.
RegistryInfo - Class in com.zeroc.IceGrid
Information about an IceGrid registry replica.
RegistryInfo() - Constructor for class com.zeroc.IceGrid.RegistryInfo
 
RegistryInfo(String, String) - Constructor for class com.zeroc.IceGrid.RegistryInfo
 
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
The registryInit operation is called after registration of an observer to indicate the state of the registries.
registryInit(RegistryInfo[], Current) - Method in interface com.zeroc.IceGrid.RegistryObserver
The registryInit operation is called after registration of an observer to indicate the state of the registries.
registryInit(RegistryInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
The registryInit operation is called after registration of an observer to indicate the state of the registries.
registryInitAsync(RegistryInfo[]) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
The registryInit operation is called after registration of an observer to indicate the state of the registries.
registryInitAsync(RegistryInfo[], Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
The registryInit operation is called after registration of an observer to indicate the state of the registries.
RegistryNotExistException - Exception in com.zeroc.IceGrid
This exception is raised if a registry does not exist.
RegistryNotExistException() - Constructor for exception com.zeroc.IceGrid.RegistryNotExistException
 
RegistryNotExistException(String) - Constructor for exception com.zeroc.IceGrid.RegistryNotExistException
 
RegistryNotExistException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.RegistryNotExistException
 
RegistryNotExistException(Throwable) - Constructor for exception com.zeroc.IceGrid.RegistryNotExistException
 
RegistryObserver - Interface in com.zeroc.IceGrid
This interface allows applications to monitor changes the state of the registry.
RegistryObserverPrx - Interface in com.zeroc.IceGrid
This interface allows applications to monitor changes the state of the registry.
RegistryPluginFacade - Interface in com.zeroc.IceGrid
The RegistryPluginFacade is implemented by IceGrid and can be used by plugins and filter implementations to retrieve information from IceGrid about the well-known objects or adapters.
RegistryPrx - Interface in com.zeroc.IceGrid
The IceGrid registry allows clients create sessions directly with the registry.
RegistryUnreachableException - Exception in com.zeroc.IceGrid
This exception is raised if a registry could not be reached.
RegistryUnreachableException() - Constructor for exception com.zeroc.IceGrid.RegistryUnreachableException
 
RegistryUnreachableException(String, String) - Constructor for exception com.zeroc.IceGrid.RegistryUnreachableException
 
RegistryUnreachableException(String, String, Throwable) - Constructor for exception com.zeroc.IceGrid.RegistryUnreachableException
 
RegistryUnreachableException(Throwable) - Constructor for exception com.zeroc.IceGrid.RegistryUnreachableException
 
registryUp(RegistryInfo) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
The nodeUp operation is called to notify an observer that a node came up.
registryUp(RegistryInfo, Current) - Method in interface com.zeroc.IceGrid.RegistryObserver
The nodeUp operation is called to notify an observer that a node came up.
registryUp(RegistryInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
The nodeUp operation is called to notify an observer that a node came up.
registryUpAsync(RegistryInfo) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
The nodeUp operation is called to notify an observer that a node came up.
registryUpAsync(RegistryInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.RegistryObserverPrx
The nodeUp operation is called to notify an observer that a node came up.
release - Variable in class com.zeroc.IceGrid.NodeInfo
The operation system release level (as defined in uname()).
releaseObject(Identity) - Method in interface com.zeroc.IceGrid.SessionPrx
Release an object that was allocated using allocateObjectById or allocateObjectByType.
releaseObject(Identity, Current) - Method in interface com.zeroc.IceGrid.Session
Release an object that was allocated using allocateObjectById or allocateObjectByType.
releaseObject(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
Release an object that was allocated using allocateObjectById or allocateObjectByType.
releaseObjectAsync(Identity) - Method in interface com.zeroc.IceGrid.SessionPrx
Release an object that was allocated using allocateObjectById or allocateObjectByType.
releaseObjectAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
Release an object that was allocated using allocateObjectById or allocateObjectByType.
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
The Ice remote logger interface.
RemoteLoggerAlreadyAttachedException - Exception in com.zeroc.Ice
Thrown when the provided RemoteLogger was previously attached to a LoggerAdmin.
RemoteLoggerAlreadyAttachedException() - Constructor for exception com.zeroc.Ice.RemoteLoggerAlreadyAttachedException
 
RemoteLoggerAlreadyAttachedException(Throwable) - Constructor for exception com.zeroc.Ice.RemoteLoggerAlreadyAttachedException
 
RemoteLoggerPrx - Interface in com.zeroc.Ice
The Ice remote logger interface.
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
 
RemoteMetrics(String, long, int, long, int, long, long) - Constructor for class com.zeroc.IceMX.RemoteMetrics
 
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 interface com.zeroc.Ice.ObjectAdapter
Remove a servant (that is, the default facet) from the object adapter's Active Servant Map.
remove(Identity[]) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Remove a sequence of identities from this set of constraints.
remove(Identity[], Current) - Method in interface com.zeroc.Glacier2.IdentitySet
Remove a sequence of identities from this set of constraints.
remove(Identity[], Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Remove 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
Remove a sequence of strings from this set of constraints.
remove(String[], Current) - Method in interface com.zeroc.Glacier2.StringSet
Remove a sequence of strings from this set of constraints.
remove(String[], Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
Remove a sequence of strings from this set of constraints.
removeAdapter(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove the adapter with the given id.
removeAdapter(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Remove the adapter with the given id.
removeAdapter(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove the adapter with the given id.
removeAdapterAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove the adapter with the given id.
removeAdapterAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove the adapter with the given id.
removeAdminFacet(String) - Method in interface com.zeroc.Ice.Communicator
Remove the following facet to the Admin object.
removeAllFacets(Identity) - Method in interface com.zeroc.Ice.ObjectAdapter
Remove all facets with the given identity from the Active Servant Map.
removeApplication(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove an application from IceGrid.
removeApplication(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Remove an application from IceGrid.
removeApplication(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove an application from IceGrid.
removeApplicationAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove an application from IceGrid.
removeApplicationAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove an application from IceGrid.
removeAsync(Identity[]) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Remove a sequence of identities from this set of constraints.
removeAsync(Identity[], Map<String, String>) - Method in interface com.zeroc.Glacier2.IdentitySetPrx
Remove a sequence of identities from this set of constraints.
removeAsync(String[]) - Method in interface com.zeroc.Glacier2.StringSetPrx
Remove a sequence of strings from this set of constraints.
removeAsync(String[], Map<String, String>) - Method in interface com.zeroc.Glacier2.StringSetPrx
Remove a sequence of strings from this set of constraints.
removeDefaultServant(String) - Method in interface com.zeroc.Ice.ObjectAdapter
Remove the default servant for a specific category.
removeFacet(Identity, String) - Method in interface com.zeroc.Ice.ObjectAdapter
removeNodes - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
The nodes to remove.
removeObject(Identity) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove an object from the object registry.
removeObject(Identity, Current) - Method in interface com.zeroc.IceGrid.Admin
Remove an object from the object registry.
removeObject(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove an object from the object registry.
removeObjectAsync(Identity) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove an object from the object registry.
removeObjectAsync(Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Remove 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.
removeReplicaGroupFilter(String, ReplicaGroupFilter) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Remove a replica group filter.
removeReplicaGroups - Variable in class com.zeroc.IceGrid.ApplicationUpdateDescriptor
The replica groups to remove.
removeServantLocator(String) - Method in interface com.zeroc.Ice.ObjectAdapter
Remove a Servant Locator 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.
removeTypeFilter(String, TypeFilter) - Method in interface com.zeroc.IceGrid.RegistryPluginFacade
Remove a type filter.
removeUpdateCallback(Consumer<Map<String, String>>) - Method in interface 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
A replica group descriptor.
ReplicaGroupDescriptor() - Constructor for class com.zeroc.IceGrid.ReplicaGroupDescriptor
 
ReplicaGroupDescriptor(String, LoadBalancingPolicy, String, List<ObjectDescriptor>, String, String) - Constructor for class com.zeroc.IceGrid.ReplicaGroupDescriptor
 
ReplicaGroupDescriptorSeqHelper - Class in com.zeroc.IceGrid
Helper class for marshaling/unmarshaling ReplicaGroupDescriptorSeq.
ReplicaGroupDescriptorSeqHelper() - Constructor for class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
 
ReplicaGroupFilter - Interface in com.zeroc.IceGrid
The ReplicaGroupFilter is used by IceGrid to filter adapters returned to the client when it resolves a filtered replica group.
replicaGroupId - Variable in class com.zeroc.IceGrid.AdapterDescriptor
The replica id of this adapter.
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 dispatch reply.
Request - Interface in com.zeroc.Ice
Interface for incoming requests.
RequestFailedException - Exception in com.zeroc.Ice
This exception is raised if a request failed.
RequestFailedException() - Constructor for exception com.zeroc.Ice.RequestFailedException
 
RequestFailedException(Identity, String, String) - Constructor for exception com.zeroc.Ice.RequestFailedException
 
RequestFailedException(Identity, String, String, Throwable) - Constructor for exception com.zeroc.Ice.RequestFailedException
 
RequestFailedException(Throwable) - Constructor for exception com.zeroc.Ice.RequestFailedException
 
requestId - Variable in class com.zeroc.Ice.Current
The request id unless oneway (0).
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.InputStream
Resizes the stream to a new size.
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
 
resolve(String) - Method in class com.zeroc.IceMX.MetricsHelper
 
resource - Variable in class com.zeroc.Ice.WSEndpointInfo
The URI configured with the endpoint.
ResponseSentException - Exception in com.zeroc.Ice
Indicates that the response to a request has already been sent; re-dispatching such a request is not possible.
ResponseSentException() - Constructor for exception com.zeroc.Ice.ResponseSentException
 
ResponseSentException(Throwable) - Constructor for exception com.zeroc.Ice.ResponseSentException
 
restart() - Static method in class com.zeroc.Glacier2.Application
Called to restart the application's Glacier2 session.
RestartSessionException() - Constructor for exception com.zeroc.Glacier2.Application.RestartSessionException
 
retried() - Method in interface com.zeroc.Ice.Instrumentation.InvocationObserver
Notification of the invocation being retried.
retrieve(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Retrieve a topic by name.
retrieve(String, Current) - Method in interface com.zeroc.IceStorm.TopicManager
Retrieve a topic by name.
retrieve(String, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Retrieve a topic by name.
retrieveAll() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Retrieve all topics managed by this topic manager.
retrieveAll(Current) - Method in interface com.zeroc.IceStorm.TopicManager
Retrieve all topics managed by this topic manager.
retrieveAll(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Retrieve all topics managed by this topic manager.
retrieveAllAsync() - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Retrieve all topics managed by this topic manager.
retrieveAllAsync(Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Retrieve all topics managed by this topic manager.
retrieveAsync(String) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Retrieve a topic by name.
retrieveAsync(String, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicManagerPrx
Retrieve a topic by name.
retry - Variable in class com.zeroc.IceMX.InvocationMetrics
The number of retries for the invocation(s).
returnValue - Variable in class com.zeroc.Glacier2.PermissionsVerifier.CheckPermissionsResult
True if access is granted, or false otherwise.
returnValue - Variable in class com.zeroc.Glacier2.SSLPermissionsVerifier.AuthorizeResult
True if access is granted, or 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 name of the enabled views.
returnValue - Variable in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewResult
The metrics view data.
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
Round robin load balancing policy.
RoundRobinLoadBalancingPolicy() - Constructor for class com.zeroc.IceGrid.RoundRobinLoadBalancingPolicy
 
RoundRobinLoadBalancingPolicy(String) - Constructor for class com.zeroc.IceGrid.RoundRobinLoadBalancingPolicy
 
router() - Static method in class com.zeroc.Glacier2.Application
Returns the Glacier2 router proxy
Router - Interface in com.zeroc.Glacier2
The Glacier2 specialization of the Ice::Router interface.
Router - Interface in com.zeroc.Ice
The Ice router interface.
Router.GetClientProxyResult - Class in com.zeroc.Ice
Holds the result of operation getClientProxy.
RouterFinder - Interface in com.zeroc.Ice
This inferface should be implemented by services implementing the Ice::Router interface.
RouterFinderPrx - Interface in com.zeroc.Ice
This inferface should be implemented by services implementing the Ice::Router interface.
RouterPrx - Interface in com.zeroc.Glacier2
The Glacier2 specialization of the Ice::Router interface.
RouterPrx - Interface in com.zeroc.Ice
The Ice router interface.
routingTableSize - Variable in class com.zeroc.IceMX.SessionMetrics
The size of the routing table.
run(String[]) - Method in class com.zeroc.Glacier2.Application
Run should not be overridden for com.zeroc.Glacier2.Application.
run(String[]) - Method in class com.zeroc.Ice.Application
Called once the communicator has been initialized.
runWithSession(String[]) - Method in class com.zeroc.Glacier2.Application
Called once the communicator has been initialized and the Glacier2 session has been established.

S

secure() - Method in class com.zeroc.Ice.EndpointInfo
Returns true if this endpoint is a secure endpoint.
SecurityException - Exception in com.zeroc.Ice
This exception indicates a failure in a security subsystem, such as the IceSSL plug-in.
SecurityException() - Constructor for exception com.zeroc.Ice.SecurityException
 
SecurityException(String) - Constructor for exception com.zeroc.Ice.SecurityException
 
SecurityException(String, Throwable) - Constructor for exception com.zeroc.Ice.SecurityException
 
SecurityException(Throwable) - Constructor for exception com.zeroc.Ice.SecurityException
 
sendSignal(String, String) - Method in interface com.zeroc.IceGrid.AdminPrx
Send signal to a server.
sendSignal(String, String, Current) - Method in interface com.zeroc.IceGrid.Admin
Send signal to a server.
sendSignal(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Send signal to a server.
sendSignalAsync(String, String) - Method in interface com.zeroc.IceGrid.AdminPrx
Send signal to a server.
sendSignalAsync(String, String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Send 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.
serialVersionUID - Static variable in exception com.zeroc.Ice.Exception
 
serialVersionUID - Static variable in exception com.zeroc.Ice.LocalException
 
serialVersionUID - Static variable in exception com.zeroc.Ice.SystemException
 
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
An Ice server descriptor.
ServerDescriptor() - Constructor for class com.zeroc.IceGrid.ServerDescriptor
 
ServerDescriptor(List<AdapterDescriptor>, PropertySetDescriptor, List<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
 
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
 
ServerDynamicInfo(String, ServerState, int, boolean) - Constructor for class com.zeroc.IceGrid.ServerDynamicInfo
 
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
 
ServerInfo(String, String, int, String, ServerDescriptor, String) - Constructor for class com.zeroc.IceGrid.ServerInfo
 
ServerInstanceDescriptor - Class in com.zeroc.IceGrid
A server template instance descriptor.
ServerInstanceDescriptor() - Constructor for class com.zeroc.IceGrid.ServerInstanceDescriptor
 
ServerInstanceDescriptor(String, Map<String, String>, PropertySetDescriptor, Map<String, PropertySetDescriptor>) - Constructor for class com.zeroc.IceGrid.ServerInstanceDescriptor
 
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.
serverInstances - Variable in class com.zeroc.IceGrid.NodeUpdateDescriptor
The server instances to update.
serverLifetime - Variable in class com.zeroc.IceGrid.AdapterDescriptor
If true the lifetime of this object adapter is the same of the server lifetime.
ServerNotExistException - Exception in com.zeroc.IceGrid
This exception is raised if a server does not exist.
ServerNotExistException() - Constructor for exception com.zeroc.IceGrid.ServerNotExistException
 
ServerNotExistException(String) - Constructor for exception com.zeroc.IceGrid.ServerNotExistException
 
ServerNotExistException(String, Throwable) - Constructor for exception com.zeroc.IceGrid.ServerNotExistException
 
ServerNotExistException(Throwable) - Constructor for exception com.zeroc.IceGrid.ServerNotExistException
 
ServerNotFoundException - Exception in com.zeroc.Ice
This exception is raised if a server cannot be found.
ServerNotFoundException() - Constructor for exception com.zeroc.Ice.ServerNotFoundException
 
ServerNotFoundException(Throwable) - Constructor for exception com.zeroc.Ice.ServerNotFoundException
 
servers - Variable in class com.zeroc.IceGrid.NodeDescriptor
Servers (which 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
This exception is raised if a server failed to start.
ServerStartException() - Constructor for exception com.zeroc.IceGrid.ServerStartException
 
ServerStartException(String, String) - Constructor for exception com.zeroc.IceGrid.ServerStartException
 
ServerStartException(String, String, Throwable) - Constructor for exception com.zeroc.IceGrid.ServerStartException
 
ServerStartException(Throwable) - Constructor for exception com.zeroc.IceGrid.ServerStartException
 
ServerState - Enum Class in com.zeroc.IceGrid
An enumeration representing the state of the server.
ServerStopException - Exception in com.zeroc.IceGrid
This exception is raised if a server failed to stop.
ServerStopException() - Constructor for exception com.zeroc.IceGrid.ServerStopException
 
ServerStopException(String, String) - Constructor for exception com.zeroc.IceGrid.ServerStopException
 
ServerStopException(String, String, Throwable) - Constructor for exception com.zeroc.IceGrid.ServerStopException
 
ServerStopException(Throwable) - Constructor for exception com.zeroc.IceGrid.ServerStopException
 
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
This exception is raised if a server could not be reached.
ServerUnreachableException() - Constructor for exception com.zeroc.IceGrid.ServerUnreachableException
 
ServerUnreachableException(String, String) - Constructor for exception com.zeroc.IceGrid.ServerUnreachableException
 
ServerUnreachableException(String, String, Throwable) - Constructor for exception com.zeroc.IceGrid.ServerUnreachableException
 
ServerUnreachableException(Throwable) - Constructor for exception com.zeroc.IceGrid.ServerUnreachableException
 
Service - Interface in com.zeroc.IceBox
An application service managed by a ServiceManager.
ServiceDescriptor - Class in com.zeroc.IceGrid
An IceBox service descriptor.
ServiceDescriptor() - Constructor for class com.zeroc.IceGrid.ServiceDescriptor
 
ServiceDescriptor(List<AdapterDescriptor>, PropertySetDescriptor, List<DbEnvDescriptor>, String[], String, String, String) - Constructor for class com.zeroc.IceGrid.ServiceDescriptor
 
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
A service template instance descriptor.
ServiceInstanceDescriptor() - Constructor for class com.zeroc.IceGrid.ServiceInstanceDescriptor
 
ServiceInstanceDescriptor(String, Map<String, String>, ServiceDescriptor, PropertySetDescriptor) - Constructor for class com.zeroc.IceGrid.ServiceInstanceDescriptor
 
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 a set of Service instances.
ServiceManagerPrx - Interface in com.zeroc.IceBox
Administers a set of Service instances.
ServiceObserver - Interface in com.zeroc.IceBox
An Observer interface implemented by admin clients interested in the status of services.
ServiceObserverPrx - Interface in com.zeroc.IceBox
An Observer interface implemented by admin clients interested in the status of services.
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() - Static method in class com.zeroc.Glacier2.Application
Returns the Glacier2 session proxy
session() - Method in class com.zeroc.Glacier2.SessionHelper
Returns the Glacier2 session proxy, or null if the session hasn't been established yet or the session has already been destroyed.
Session - Interface in com.zeroc.Glacier2
A client-visible session object, which is tied to the lifecycle of a Router.
Session - Interface in com.zeroc.IceGrid
A session object is used by IceGrid clients to allocate and release objects.
SessionCallback - Interface in com.zeroc.Glacier2
A callback class to get notifications of status changes in the Glacier2 session.
SessionControl - Interface in com.zeroc.Glacier2
An administrative session control object, which is tied to the lifecycle of a Session.
SessionControlPrx - Interface in com.zeroc.Glacier2
An administrative session control object, which is tied to the lifecycle of a Session.
sessionDestroyed() - Method in class com.zeroc.Glacier2.Application
Called when the session refresh thread detects that the session has been destroyed.
SessionFactoryHelper - Class in com.zeroc.Glacier2
A helper class for using Glacier2 with GUI applications.
SessionFactoryHelper(SessionCallback) - Constructor for class com.zeroc.Glacier2.SessionFactoryHelper
Creates a SessionFactory object.
SessionFactoryHelper(InitializationData, SessionCallback) - Constructor for class com.zeroc.Glacier2.SessionFactoryHelper
Creates a SessionFactory object.
SessionFactoryHelper(Properties, SessionCallback) - Constructor for class com.zeroc.Glacier2.SessionFactoryHelper
Creates a SessionFactory object.
SessionHelper - Class in com.zeroc.Glacier2
A helper class for using Glacier2 with GUI applications.
sessionId - Variable in class com.zeroc.IceGrid.ServerInfo
The id of the session which allocated the server.
SessionManager - Interface in com.zeroc.Glacier2
The session manager for username/password authenticated users that is responsible for managing Session objects.
SessionManagerPrx - Interface in com.zeroc.Glacier2
The session manager for username/password authenticated users that is responsible for managing Session objects.
SessionMetrics - Class in com.zeroc.IceMX
Provides information on Glacier2 sessions.
SessionMetrics() - Constructor for class com.zeroc.IceMX.SessionMetrics
 
SessionMetrics(String, long, int, long, int, int, int, int, int, int, int, int) - Constructor for class com.zeroc.IceMX.SessionMetrics
 
SessionNotExistException - Exception in com.zeroc.Glacier2
This exception is raised if a client tries to destroy a session with a router, but no session exists for the client.
SessionNotExistException() - Constructor for exception com.zeroc.Glacier2.SessionNotExistException
 
SessionNotExistException(Throwable) - Constructor for exception com.zeroc.Glacier2.SessionNotExistException
 
SessionPrx - Interface in com.zeroc.Glacier2
A client-visible session object, which is tied to the lifecycle of a Router.
SessionPrx - Interface in com.zeroc.IceGrid
A session object is used by IceGrid clients to allocate and release objects.
setACM(OptionalInt, Optional<ACMClose>, Optional<ACMHeartbeat>) - Method in interface com.zeroc.Ice.Connection
Set the active connection management parameters.
setAdapter(ObjectAdapter) - Method in interface com.zeroc.Ice.Connection
Explicitly set an object adapter that dispatches requests that are received over this connection.
setAdapterDirectProxy(String, ObjectPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the adapter endpoints with the locator registry.
setAdapterDirectProxy(String, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the adapter endpoints with the locator registry.
setAdapterDirectProxyAsync(String, ObjectPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the adapter endpoints with the locator registry.
setAdapterDirectProxyAsync(String, ObjectPrx, Current) - Method in interface com.zeroc.Ice.LocatorRegistry
Set the adapter endpoints with the locator registry.
setAdapterDirectProxyAsync(String, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the adapter endpoints with the locator registry.
setAllocationTimeout(int) - Method in interface com.zeroc.IceGrid.SessionPrx
Set the allocation timeout.
setAllocationTimeout(int, Current) - Method in interface com.zeroc.IceGrid.Session
Set the allocation timeout.
setAllocationTimeout(int, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
Set the allocation timeout.
setAllocationTimeoutAsync(int) - Method in interface com.zeroc.IceGrid.SessionPrx
Set the allocation timeout.
setAllocationTimeoutAsync(int, Map<String, String>) - Method in interface com.zeroc.IceGrid.SessionPrx
Set the allocation timeout.
setBufferSize(int, int) - Method in interface com.zeroc.Ice.Connection
Set the connection buffer receive/send size.
setCertificateVerifier(CertificateVerifier) - Method in interface com.zeroc.IceSSL.Plugin
Establishes the certificate verifier.
setClassResolver(Function<String, Class<?>>) - Method in class com.zeroc.Ice.InputStream
Sets the class resolver, which the stream will use when attempting to unmarshal a value or exception.
setCloseCallback(CloseCallback) - Method in interface com.zeroc.Ice.Connection
Set a close callback on the connection.
setClosure(Object) - Method in class com.zeroc.Ice.InputStream
Associates a closure object with this stream.
setClosure(Object) - Method in class com.zeroc.Ice.OutputStream
Associates a closure object with this stream.
setCompactIdResolver(IntFunction<String>) - Method in class com.zeroc.Ice.InputStream
Sets the compact ID resolver to use when unmarshaling value and exception instances.
setConnectContext(Map<String, String>) - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Sets the request context to use while establishing a connection to the Glacier2 router.
setContext(Map<String, String>) - Method in interface com.zeroc.Ice.ImplicitContext
Set the underlying context.
setContext(SSLContext) - Method in interface com.zeroc.IceSSL.Plugin
Establishes the SSL context.
setDefaultLocator(LocatorPrx) - Method in interface com.zeroc.Ice.Communicator
Set a default Ice locator for this communicator.
setDefaultRouter(RouterPrx) - Method in interface com.zeroc.Ice.Communicator
Set a default router for this communicator.
setDelegate(O) - Method in class com.zeroc.IceMX.ObserverWithDelegate
 
setFormat(FormatType) - Method in class com.zeroc.Ice.OutputStream
Sets the encoding format for class and exception instances.
setHeartbeatCallback(HeartbeatCallback) - Method in interface com.zeroc.Ice.Connection
Set a heartbeat callback on the connection.
setInterruptHook(Runnable) - Static method in class com.zeroc.Ice.Application
Installs a custom shutdown hook.
setKeystoreStream(InputStream) - Method in interface com.zeroc.IceSSL.Plugin
Supplies an input stream for the keystore.
setLocator(LocatorPrx) - Method in interface com.zeroc.Ice.ObjectAdapter
Set an Ice locator for this object adapter.
setLogger(Logger) - Method in class com.zeroc.Ice.InputStream
Sets the logger to use when logging trace messages.
setObservers(RegistryObserverPrx, NodeObserverPrx, ApplicationObserverPrx, AdapterObserverPrx, ObjectObserverPrx) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Set 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
Set 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
Set 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
Set 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
Set 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
Set the observer identities that receive notifications the state of the registry or nodes changes.
setObserversByIdentity(Identity, Identity, Identity, Identity, Identity, Current) - Method in interface com.zeroc.IceGrid.AdminSession
Set the observer identities that receive notifications the state of the registry or nodes changes.
setObserversByIdentity(Identity, Identity, Identity, Identity, Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Set the observer identities that receive notifications the state of the registry or nodes changes.
setObserversByIdentityAsync(Identity, Identity, Identity, Identity, Identity) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Set the observer identities that receive notifications the state of the registry or nodes changes.
setObserversByIdentityAsync(Identity, Identity, Identity, Identity, Identity, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminSessionPrx
Set the observer identities that receive notifications 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.
setPasswordCallback(PasswordCallback) - Method in interface com.zeroc.IceSSL.Plugin
Establishes the password callback.
setPort(int) - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Sets the Glacier2 router port to connect to.
setProcessLogger(Logger) - Static method in class com.zeroc.Ice.Util
Changes the process-wide logger.
setProperties(Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Update the communicator's properties with the given property set.
setProperties(Map<String, String>, Current) - Method in interface com.zeroc.Ice.PropertiesAdmin
Update the communicator's properties with the given property set.
setProperties(Map<String, String>, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Update the communicator's properties with the given property set.
setPropertiesAsync(Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Update the communicator's properties with the given property set.
setPropertiesAsync(Map<String, String>, Map<String, String>) - Method in interface com.zeroc.Ice.PropertiesAdminPrx
Update the communicator's properties with the given property set.
setProperty(String, String) - Method in interface com.zeroc.Ice.Properties
Set a property.
setProtocol(String) - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Sets the protocol that will be used by the session factory to establish the connection.
setPublishedEndpoints(Endpoint[]) - Method in interface com.zeroc.Ice.ObjectAdapter
Set of the endpoints that proxies created by this object adapter will contain.
setReplicatedAdapterDirectProxy(String, String, ObjectPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the adapter endpoints with the locator registry.
setReplicatedAdapterDirectProxy(String, String, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the adapter endpoints with the locator registry.
setReplicatedAdapterDirectProxyAsync(String, String, ObjectPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the adapter endpoints with the locator registry.
setReplicatedAdapterDirectProxyAsync(String, String, ObjectPrx, Current) - Method in interface com.zeroc.Ice.LocatorRegistry
Set the adapter endpoints with the locator registry.
setReplicatedAdapterDirectProxyAsync(String, String, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the adapter endpoints with the locator registry.
setRouterHost(String) - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Sets the host on which the Glacier2 router runs.
setRouterIdentity(Identity) - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Set the router object identity.
setSecure(boolean) - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Deprecated.
deprecated, use SessionFactoryHelper.setProtocol instead
setServerProcessProxy(String, ProcessPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the process proxy for a server.
setServerProcessProxy(String, ProcessPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the process proxy for a server.
setServerProcessProxyAsync(String, ProcessPrx) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the process proxy for a server.
setServerProcessProxyAsync(String, ProcessPrx, Current) - Method in interface com.zeroc.Ice.LocatorRegistry
Set the process proxy for a server.
setServerProcessProxyAsync(String, ProcessPrx, Map<String, String>) - Method in interface com.zeroc.Ice.LocatorRegistryPrx
Set the process proxy for a server.
setSliceValues(boolean) - Method in class com.zeroc.Ice.InputStream
Determines the behavior of the stream when extracting instances of Slice classes.
setTimeout(int) - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Sets the connect and connection timeout for the Glacier2 router.
setTraceSlicing(boolean) - Method in class com.zeroc.Ice.InputStream
Determines whether the stream logs messages about slicing instances of Slice values.
setTruststoreStream(InputStream) - Method in interface com.zeroc.IceSSL.Plugin
Supplies an input stream for the truststore.
setUpdater(Runnable) - Method in class com.zeroc.IceMX.ObserverFactory
 
setUseCallbacks(boolean) - Method in class com.zeroc.Glacier2.SessionFactoryHelper
Determines whether the session should create an object adapter that the client can use for receiving callbacks.
setValueFactoryManager(ValueFactoryManager) - Method in class com.zeroc.Ice.InputStream
Sets the value factory manager to use when unmarshaling value instances.
shutdown() - Method in interface com.zeroc.Ice.Communicator
Shuts down this communicator's server functionality, which includes the deactivation of all object adapters.
shutdown() - Method in interface com.zeroc.Ice.ProcessPrx
Initiate a graceful shut-down.
shutdown() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Shut down all services.
shutdown() - Method in interface com.zeroc.IceGrid.AdminPrx
Shut down the IceGrid registry.
shutdown(Current) - Method in interface com.zeroc.Ice.Process
Initiate a graceful shut-down.
shutdown(Current) - Method in interface com.zeroc.IceBox.ServiceManager
Shut down all services.
shutdown(Current) - Method in interface com.zeroc.IceGrid.Admin
Shut down the IceGrid registry.
shutdown(Map<String, String>) - Method in interface com.zeroc.Ice.ProcessPrx
Initiate a graceful shut-down.
shutdown(Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Shut down all services.
shutdown(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Shut down the IceGrid registry.
shutdownAsync() - Method in interface com.zeroc.Ice.ProcessPrx
Initiate a graceful shut-down.
shutdownAsync() - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Shut down all services.
shutdownAsync() - Method in interface com.zeroc.IceGrid.AdminPrx
Shut down the IceGrid registry.
shutdownAsync(Map<String, String>) - Method in interface com.zeroc.Ice.ProcessPrx
Initiate a graceful shut-down.
shutdownAsync(Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Shut down all services.
shutdownAsync(Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Shut down the IceGrid registry.
shutdownNode(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Shutdown an IceGrid node.
shutdownNode(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Shutdown an IceGrid node.
shutdownNode(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Shutdown an IceGrid node.
shutdownNodeAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Shutdown an IceGrid node.
shutdownNodeAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Shutdown an IceGrid node.
shutdownOnInterrupt() - Static method in class com.zeroc.Ice.Application
Instructs Application to call Communicator.shutdown() on receipt of a signal.
shutdownRegistry(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Shutdown an IceGrid registry.
shutdownRegistry(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Shutdown an IceGrid registry.
shutdownRegistry(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Shutdown an IceGrid registry.
shutdownRegistryAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Shutdown an IceGrid registry.
shutdownRegistryAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Shutdown an IceGrid registry.
SignalPolicy - Enum Class in com.zeroc.Ice
The signal policy for Ice.Application signal handling.
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 dispatch.
size - Variable in class com.zeroc.IcePatch2.FileInfo
The size of the compressed file in number of bytes.
size - Variable in class com.zeroc.IcePatch2.LargeFileInfo
The size of the compressed file in number of bytes.
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
 
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
SlicedData holds the slices of unknown class or exception types.
SlicedData(SliceInfo[]) - Constructor for class com.zeroc.Ice.SlicedData
 
SlicedFormat - Enum constant in enum class com.zeroc.Ice.FormatType
Allow slicing and preserve slices for unknown types.
SliceInfo - Class in com.zeroc.Ice
SliceInfo encapsulates the details of a slice for an unknown class or exception type.
SliceInfo() - Constructor for class com.zeroc.Ice.SliceInfo
 
slices - Variable in class com.zeroc.Ice.SlicedData
The details of each slice, in order of most-derived to least-derived.
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
 
SocketException(int) - Constructor for exception com.zeroc.Ice.SocketException
 
SocketException(int, Throwable) - Constructor for exception com.zeroc.Ice.SocketException
 
SocketException(Throwable) - Constructor for exception com.zeroc.Ice.SocketException
 
sourceAddress - Variable in class com.zeroc.Ice.IPEndpointInfo
The source IP address.
SSLEndpointType - Interface in com.zeroc.Ice
Uniquely identifies SSL endpoints.
SSLInfo - Class in com.zeroc.Glacier2
Information taken from an SSL connection used for permissions verification.
SSLInfo() - Constructor for class com.zeroc.Glacier2.SSLInfo
 
SSLInfo(String, int, String, int, String, String[]) - Constructor for class com.zeroc.Glacier2.SSLInfo
 
SSLPermissionsVerifier - Interface in com.zeroc.Glacier2
The SSL Glacier2 permissions verifier.
SSLPermissionsVerifier.AuthorizeResult - Class in com.zeroc.Glacier2
Holds the result of operation authorize.
SSLPermissionsVerifierPrx - Interface in com.zeroc.Glacier2
The SSL Glacier2 permissions verifier.
SSLSessionManager - Interface in com.zeroc.Glacier2
The session manager for SSL authenticated users that is responsible for managing Session objects.
SSLSessionManagerPrx - Interface in com.zeroc.Glacier2
The session manager for SSL authenticated users that is responsible for managing Session objects.
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(SlicedData) - Method in class com.zeroc.Ice.OutputStream
Marks the start of a user exception.
startServer(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Start a server and wait for its activation.
startServer(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Start a server and wait for its activation.
startServerAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Start a server and wait for its activation.
startServerAsync(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Start a server and wait for its activation.
startServerAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Start a server and wait for its activation.
startService(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Start an individual service.
startService(String, Current) - Method in interface com.zeroc.IceBox.ServiceManager
Start an individual service.
startService(String, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Start an individual service.
startServiceAsync(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Start an individual service.
startServiceAsync(String, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Start an individual 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.
stopServer(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Stop a server.
stopServer(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Stop a server.
stopServerAsync(String) - Method in interface com.zeroc.IceGrid.AdminPrx
Stop a server.
stopServerAsync(String, Current) - Method in interface com.zeroc.IceGrid.Admin
Stop a server.
stopServerAsync(String, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Stop a server.
stopService(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Stop an individual service.
stopService(String, Current) - Method in interface com.zeroc.IceBox.ServiceManager
Stop an individual service.
stopService(String, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Stop an individual service.
stopServiceAsync(String) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Stop an individual service.
stopServiceAsync(String, Map<String, String>) - Method in interface com.zeroc.IceBox.ServiceManagerPrx
Stop an individual service.
str - Variable in exception com.zeroc.Ice.EndpointParseException
Describes the failure and includes the string that could not be parsed.
str - Variable in exception com.zeroc.Ice.EndpointSelectionTypeParseException
Describes the failure and includes the string that could not be parsed.
str - Variable in exception com.zeroc.Ice.IdentityParseException
Describes the failure and includes the string that could not be parsed.
str - Variable in exception com.zeroc.Ice.ProxyParseException
Describes the failure and includes the string that could not be parsed.
str - Variable in exception com.zeroc.Ice.VersionParseException
Describes the failure and includes the string that could not be parsed.
StringConversionException - Exception in com.zeroc.Ice
This exception is raised when a string conversion to or from UTF-8 fails during marshaling or unmarshaling.
StringConversionException() - Constructor for exception com.zeroc.Ice.StringConversionException
 
StringConversionException(String) - Constructor for exception com.zeroc.Ice.StringConversionException
 
StringConversionException(String, Throwable) - Constructor for exception com.zeroc.Ice.StringConversionException
 
StringConversionException(Throwable) - Constructor for exception com.zeroc.Ice.StringConversionException
 
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
An object for managing the set of identity constraints for specific parts of object identity on a Session.
StringSetPrx - Interface in com.zeroc.Glacier2
An object for managing the set of identity constraints for specific parts of object identity on a Session.
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) - Method in interface com.zeroc.Ice.Communicator
Deprecated.
stringToIdentity() is deprecated, use the static stringToIdentity() method instead.
stringToIdentity(String) - Static method in class com.zeroc.Ice.Util
Converts a string to an object identity.
stringToProtocolVersion(String) - Static method in class com.zeroc.Ice.Util
Converts a string to a protocol version.
stringToProxy(String) - Method in interface com.zeroc.Ice.Communicator
Convert 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, where A indicates the major version, B indicates the minor version, and C indicates the patch level.
subscribeAndGetPublisher(Map<String, String>, ObjectPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
Subscribe with the given qos to this topic.
subscribeAndGetPublisher(Map<String, String>, ObjectPrx, Current) - Method in interface com.zeroc.IceStorm.Topic
Subscribe with the given qos to this topic.
subscribeAndGetPublisher(Map<String, String>, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Subscribe with the given qos to this topic.
subscribeAndGetPublisherAsync(Map<String, String>, ObjectPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
Subscribe with the given qos to this topic.
subscribeAndGetPublisherAsync(Map<String, String>, ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Subscribe with the given qos to this topic.
SubscriberMetrics - Class in com.zeroc.IceMX
Provides information on IceStorm subscribers.
SubscriberMetrics() - Constructor for class com.zeroc.IceMX.SubscriberMetrics
 
SubscriberMetrics(String, long, int, long, int, int, int, long) - Constructor for class com.zeroc.IceMX.SubscriberMetrics
 
supported - Variable in exception com.zeroc.Ice.UnsupportedEncodingException
The version of the encoding that is supported.
supported - Variable in exception com.zeroc.Ice.UnsupportedProtocolException
The version of the protocol that is supported.
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
Synchronize a deployed application with the given application descriptor.
syncApplication(ApplicationDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
Synchronize a deployed application with the given application descriptor.
syncApplication(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Synchronize a deployed application with the given application descriptor.
syncApplicationAsync(ApplicationDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
Synchronize a deployed application with the given application descriptor.
syncApplicationAsync(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Synchronize a deployed application with the given application descriptor.
syncApplicationWithoutRestart(ApplicationDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
Synchronize a deployed application with the given application descriptor.
syncApplicationWithoutRestart(ApplicationDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
Synchronize a deployed application with the given application descriptor.
syncApplicationWithoutRestart(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Synchronize a deployed application with the given application descriptor.
syncApplicationWithoutRestartAsync(ApplicationDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
Synchronize a deployed application with the given application descriptor.
syncApplicationWithoutRestartAsync(ApplicationDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Synchronize a deployed application with the given application descriptor.
SyscallException - Exception in com.zeroc.Ice
This exception is raised if a system error occurred in the server or client process.
SyscallException() - Constructor for exception com.zeroc.Ice.SyscallException
 
SyscallException(int) - Constructor for exception com.zeroc.Ice.SyscallException
 
SyscallException(int, Throwable) - Constructor for exception com.zeroc.Ice.SyscallException
 
SyscallException(Throwable) - Constructor for exception com.zeroc.Ice.SyscallException
 
SystemException - Exception in com.zeroc.Ice
Base class for all Ice system exceptions.
SystemException() - Constructor for exception com.zeroc.Ice.SystemException
 
SystemException(Throwable) - Constructor for exception com.zeroc.Ice.SystemException
 

T

TCPConnectionInfo - Class in com.zeroc.Ice
Provides access to the connection details of a TCP connection
TCPConnectionInfo() - Constructor for class com.zeroc.Ice.TCPConnectionInfo
 
TCPConnectionInfo(ConnectionInfo, boolean, String, String, String, int, String, int, int, int) - Constructor for class com.zeroc.Ice.TCPConnectionInfo
 
TCPEndpointInfo - Class in com.zeroc.Ice
Provides access to a TCP endpoint information.
TCPEndpointInfo() - Constructor for class com.zeroc.Ice.TCPEndpointInfo
 
TCPEndpointInfo(EndpointInfo, int, boolean, String, int, String) - Constructor for class com.zeroc.Ice.TCPEndpointInfo
 
TCPEndpointType - Interface in com.zeroc.Ice
Uniquely 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
A template descriptor for server or service templates.
TemplateDescriptor() - Constructor for class com.zeroc.IceGrid.TemplateDescriptor
 
TemplateDescriptor(CommunicatorDescriptor, List<String>, Map<String, String>) - Constructor for class com.zeroc.IceGrid.TemplateDescriptor
 
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.
ThreadHookPlugin - Class in com.zeroc.Ice
Class to support thread notification hooks.
ThreadHookPlugin(Communicator, Runnable, Runnable) - Constructor for class com.zeroc.Ice.ThreadHookPlugin
Installs thread notification hooks for a communicator.
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
 
ThreadMetrics(String, long, int, long, int, int, int, int) - Constructor for class com.zeroc.IceMX.ThreadMetrics
 
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
Throw an exception indicating the reason for connection closure.
throwException() - Method in class com.zeroc.Ice.InputStream
Extracts a user exception from the stream and throws it.
throwException(UserExceptionFactory) - Method in class com.zeroc.Ice.InputStream
Extracts a user exception from the stream and throws it.
timeout - Variable in class com.zeroc.Ice.ACM
A timeout value in seconds.
timeout - Variable in class com.zeroc.Ice.EndpointInfo
The timeout for the endpoint in milliseconds.
timeout() - Method in interface com.zeroc.Ice.Connection
Get the timeout for the connection.
TimeoutException - Exception in com.zeroc.Ice
This exception indicates a timeout condition.
TimeoutException() - Constructor for exception com.zeroc.Ice.TimeoutException
 
TimeoutException(Throwable) - Constructor for exception com.zeroc.Ice.TimeoutException
 
timestamp - Variable in class com.zeroc.Ice.LogMessage
The date and time when the Logger 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 object were retrieved.
Topic - Interface in com.zeroc.IceStorm
Publishers publish information on a particular 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
This exception indicates that an attempt was made to create a topic that already exists.
TopicExists() - Constructor for exception com.zeroc.IceStorm.TopicExists
 
TopicExists(String) - Constructor for exception com.zeroc.IceStorm.TopicExists
 
TopicExists(String, Throwable) - Constructor for exception com.zeroc.IceStorm.TopicExists
 
TopicExists(Throwable) - Constructor for exception com.zeroc.IceStorm.TopicExists
 
TopicManager - Interface in com.zeroc.IceStorm
A topic manager manages topics, and subscribers to topics.
TopicManagerPrx - Interface in com.zeroc.IceStorm
A topic manager manages topics, and subscribers to topics.
TopicMetrics - Class in com.zeroc.IceMX
Provides information on IceStorm topics.
TopicMetrics() - Constructor for class com.zeroc.IceMX.TopicMetrics
 
TopicMetrics(String, long, int, long, int, long, long) - Constructor for class com.zeroc.IceMX.TopicMetrics
 
TopicPrx - Interface in com.zeroc.IceStorm
Publishers publish information on a particular topic.
toString() - Method in exception com.zeroc.Ice.Exception
Returns a string representation of this exception.
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 method 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 Logger received a trace message.
TwowayOnlyException - Exception in com.zeroc.Ice
The operation can only be invoked with a twoway request.
TwowayOnlyException() - Constructor for exception com.zeroc.Ice.TwowayOnlyException
 
TwowayOnlyException(String) - Constructor for exception com.zeroc.Ice.TwowayOnlyException
 
TwowayOnlyException(String, Throwable) - Constructor for exception com.zeroc.Ice.TwowayOnlyException
 
TwowayOnlyException(Throwable) - Constructor for exception com.zeroc.Ice.TwowayOnlyException
 
type - Variable in class com.zeroc.Ice.LogMessage
The type of message sent to the Logger.
type - Variable in exception com.zeroc.Ice.NoValueFactoryException
The Slice type ID of the class instance for which no no factory could be found.
type - Variable in exception com.zeroc.Ice.UnexpectedObjectException
The Slice type ID of the class instance that was unmarshaled.
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
Return the connection type.
type() - Method in class com.zeroc.Ice.EndpointInfo
Returns the type of the endpoint.
TypeFilter - Interface in com.zeroc.IceGrid
The TypeFilter is used by IceGrid to filter well-known proxies returned to the client when it searches a well-known object by type.
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
UDPConnectionInfo() - Constructor for class com.zeroc.Ice.UDPConnectionInfo
 
UDPConnectionInfo(ConnectionInfo, boolean, String, String, String, int, String, int, String, int, int, int) - Constructor for class com.zeroc.Ice.UDPConnectionInfo
 
UDPEndpointInfo - Class in com.zeroc.Ice
Provides access to an UDP endpoint information.
UDPEndpointInfo() - Constructor for class com.zeroc.Ice.UDPEndpointInfo
 
UDPEndpointInfo(EndpointInfo, int, boolean, String, int, String, String, int) - Constructor for class com.zeroc.Ice.UDPEndpointInfo
 
UDPEndpointType - Interface in com.zeroc.Ice
Uniquely identifies UDP endpoints.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.RouterPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SessionPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Glacier2.StringSetPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.ObjectPrx
Casts a proxy to ObjectPrx.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.ProcessPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RouterFinderPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.Ice.RouterPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdminPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.FileParserPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.LocatorPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.QueryPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.RegistryPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.SessionPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IcePatch2.FileServerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.FinderPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx) - Static method in interface com.zeroc.IceStorm.TopicPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.IdentitySetPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.PermissionsVerifierPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.RouterPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionControlPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionManagerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SessionPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SSLPermissionsVerifierPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.SSLSessionManagerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Glacier2.StringSetPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorFinderPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LocatorRegistryPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.LoggerAdminPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.ObjectPrx
Creates a new proxy that is identical to the passed proxy, except for its facet.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.ProcessPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.PropertiesAdminPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RemoteLoggerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RouterFinderPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.Ice.RouterPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceBox.ServiceManagerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceBox.ServiceObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdapterObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdminPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.AdminSessionPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.ApplicationObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.FileIteratorPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.FileParserPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.LocatorPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.NodeObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.ObjectObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.QueryPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.RegistryObserverPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.RegistryPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.SessionPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceGrid.UserAccountMapperPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceMX.MetricsAdminPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IcePatch2.FileServerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.FinderPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.TopicManagerPrx
Downcasts the given proxy to this type without contacting the remote server.
uncheckedCast(ObjectPrx, String) - Static method in interface com.zeroc.IceStorm.TopicPrx
Downcasts the given proxy to this type without contacting the remote server.
underlying - Variable in class com.zeroc.Ice.ConnectionInfo
The information of the underyling transport or null if there's no underlying transport.
underlying - Variable in class com.zeroc.Ice.EndpointInfo
The information of the underyling endpoint of null if there's no underlying endpoint.
UnexpectedObjectException - Exception in com.zeroc.Ice
This exception is raised if the type of an unmarshaled Slice class instance does not match its expected type.
UnexpectedObjectException() - Constructor for exception com.zeroc.Ice.UnexpectedObjectException
 
UnexpectedObjectException(String, String, String) - Constructor for exception com.zeroc.Ice.UnexpectedObjectException
 
UnexpectedObjectException(String, String, String, Throwable) - Constructor for exception com.zeroc.Ice.UnexpectedObjectException
 
UnexpectedObjectException(Throwable) - Constructor for exception com.zeroc.Ice.UnexpectedObjectException
 
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.
unknown - Variable in exception com.zeroc.Ice.UnknownException
This field is set to the textual representation of the unknown exception if available.
UnknownException - Exception in com.zeroc.Ice
This exception is raised if an operation call on a server raises an unknown exception.
UnknownException() - Constructor for exception com.zeroc.Ice.UnknownException
 
UnknownException(String) - Constructor for exception com.zeroc.Ice.UnknownException
 
UnknownException(String, Throwable) - Constructor for exception com.zeroc.Ice.UnknownException
 
UnknownException(Throwable) - Constructor for exception com.zeroc.Ice.UnknownException
 
UnknownLocalException - Exception in com.zeroc.Ice
This exception is raised if an operation call on a server raises a local exception.
UnknownLocalException() - Constructor for exception com.zeroc.Ice.UnknownLocalException
 
UnknownLocalException(String) - Constructor for exception com.zeroc.Ice.UnknownLocalException
 
UnknownLocalException(String, Throwable) - Constructor for exception com.zeroc.Ice.UnknownLocalException
 
UnknownLocalException(Throwable) - Constructor for exception com.zeroc.Ice.UnknownLocalException
 
UnknownMessageException - Exception in com.zeroc.Ice
This exception indicates that an unknown protocol message has been received.
UnknownMessageException() - Constructor for exception com.zeroc.Ice.UnknownMessageException
 
UnknownMessageException(String) - Constructor for exception com.zeroc.Ice.UnknownMessageException
 
UnknownMessageException(String, Throwable) - Constructor for exception com.zeroc.Ice.UnknownMessageException
 
UnknownMessageException(Throwable) - Constructor for exception com.zeroc.Ice.UnknownMessageException
 
UnknownMetricsView - Exception in com.zeroc.IceMX
Raised if a metrics view cannot be found.
UnknownMetricsView() - Constructor for exception com.zeroc.IceMX.UnknownMetricsView
 
UnknownMetricsView(Throwable) - Constructor for exception com.zeroc.IceMX.UnknownMetricsView
 
UnknownReplyStatusException - Exception in com.zeroc.Ice
This exception indicates that an unknown reply status has been received.
UnknownReplyStatusException() - Constructor for exception com.zeroc.Ice.UnknownReplyStatusException
 
UnknownReplyStatusException(String) - Constructor for exception com.zeroc.Ice.UnknownReplyStatusException
 
UnknownReplyStatusException(String, Throwable) - Constructor for exception com.zeroc.Ice.UnknownReplyStatusException
 
UnknownReplyStatusException(Throwable) - Constructor for exception com.zeroc.Ice.UnknownReplyStatusException
 
UnknownRequestIdException - Exception in com.zeroc.Ice
This exception indicates that a response for an unknown request ID has been received.
UnknownRequestIdException() - Constructor for exception com.zeroc.Ice.UnknownRequestIdException
 
UnknownRequestIdException(String) - Constructor for exception com.zeroc.Ice.UnknownRequestIdException
 
UnknownRequestIdException(String, Throwable) - Constructor for exception com.zeroc.Ice.UnknownRequestIdException
 
UnknownRequestIdException(Throwable) - Constructor for exception com.zeroc.Ice.UnknownRequestIdException
 
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
An operation raised an incorrect user exception.
UnknownUserException() - Constructor for exception com.zeroc.Ice.UnknownUserException
 
UnknownUserException(String) - Constructor for exception com.zeroc.Ice.UnknownUserException
 
UnknownUserException(String, Throwable) - Constructor for exception com.zeroc.Ice.UnknownUserException
 
UnknownUserException(Throwable) - Constructor for exception com.zeroc.Ice.UnknownUserException
 
unlink(TopicPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
Destroy the link from this topic to the given topic linkTo.
unlink(TopicPrx, Current) - Method in interface com.zeroc.IceStorm.Topic
Destroy the link from this topic to the given topic linkTo.
unlink(TopicPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Destroy the link from this topic to the given topic linkTo.
unlinkAsync(TopicPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
Destroy the link from this topic to the given topic linkTo.
unlinkAsync(TopicPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Destroy the link from this topic to the given topic linkTo.
UnmarshalOutOfBoundsException - Exception in com.zeroc.Ice
This exception is raised if an out-of-bounds condition occurs during unmarshaling.
UnmarshalOutOfBoundsException() - Constructor for exception com.zeroc.Ice.UnmarshalOutOfBoundsException
 
UnmarshalOutOfBoundsException(String) - Constructor for exception com.zeroc.Ice.UnmarshalOutOfBoundsException
 
UnmarshalOutOfBoundsException(String, Throwable) - Constructor for exception com.zeroc.Ice.UnmarshalOutOfBoundsException
 
UnmarshalOutOfBoundsException(Throwable) - Constructor for exception com.zeroc.Ice.UnmarshalOutOfBoundsException
 
unsubscribe(ObjectPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
Unsubscribe the given subscriber.
unsubscribe(ObjectPrx, Current) - Method in interface com.zeroc.IceStorm.Topic
Unsubscribe the given subscriber.
unsubscribe(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Unsubscribe the given subscriber.
unsubscribeAsync(ObjectPrx) - Method in interface com.zeroc.IceStorm.TopicPrx
Unsubscribe the given subscriber.
unsubscribeAsync(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceStorm.TopicPrx
Unsubscribe the given subscriber.
UnsupportedEncodingException - Exception in com.zeroc.Ice
This exception indicates an unsupported data encoding version.
UnsupportedEncodingException() - Constructor for exception com.zeroc.Ice.UnsupportedEncodingException
 
UnsupportedEncodingException(String, EncodingVersion, EncodingVersion) - Constructor for exception com.zeroc.Ice.UnsupportedEncodingException
 
UnsupportedEncodingException(String, EncodingVersion, EncodingVersion, Throwable) - Constructor for exception com.zeroc.Ice.UnsupportedEncodingException
 
UnsupportedEncodingException(Throwable) - Constructor for exception com.zeroc.Ice.UnsupportedEncodingException
 
unsupportedFeature - Variable in exception com.zeroc.Ice.FeatureNotSupportedException
The name of the unsupported feature.
UnsupportedProtocolException - Exception in com.zeroc.Ice
This exception indicates an unsupported protocol version.
UnsupportedProtocolException() - Constructor for exception com.zeroc.Ice.UnsupportedProtocolException
 
UnsupportedProtocolException(String, ProtocolVersion, ProtocolVersion) - Constructor for exception com.zeroc.Ice.UnsupportedProtocolException
 
UnsupportedProtocolException(String, ProtocolVersion, ProtocolVersion, Throwable) - Constructor for exception com.zeroc.Ice.UnsupportedProtocolException
 
UnsupportedProtocolException(Throwable) - Constructor for exception com.zeroc.Ice.UnsupportedProtocolException
 
update() - Method in class com.zeroc.IceMX.ObserverFactory
 
update(T) - Method in interface com.zeroc.IceMX.Observer.MetricsUpdate
 
updateAdapter(String, AdapterDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
updateAdapter(String, AdapterDynamicInfo, Current) - Method in interface com.zeroc.IceGrid.NodeObserver
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
updateAdapter(String, AdapterDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
updateAdapterAsync(String, AdapterDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
updateAdapterAsync(String, AdapterDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
updateApplication(ApplicationUpdateDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
Update a deployed application with the given update application descriptor.
updateApplication(ApplicationUpdateDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
Update a deployed application with the given update application descriptor.
updateApplication(ApplicationUpdateDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Update a deployed application with the given update application descriptor.
updateApplicationAsync(ApplicationUpdateDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
Update a deployed application with the given update application descriptor.
updateApplicationAsync(ApplicationUpdateDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Update a deployed application with the given update application descriptor.
updateApplicationWithoutRestart(ApplicationUpdateDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
Update a deployed application with the given update application descriptor only if no server restarts are necessary for the update of the application.
updateApplicationWithoutRestart(ApplicationUpdateDescriptor, Current) - Method in interface com.zeroc.IceGrid.Admin
Update a deployed application with the given update application descriptor only if no server restarts are necessary for the update of the application.
updateApplicationWithoutRestart(ApplicationUpdateDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Update a deployed application with the given update application descriptor only if no server restarts are necessary for the update of the application.
updateApplicationWithoutRestartAsync(ApplicationUpdateDescriptor) - Method in interface com.zeroc.IceGrid.AdminPrx
Update a deployed application with the given update application descriptor only if no server restarts are necessary for the update of the application.
updateApplicationWithoutRestartAsync(ApplicationUpdateDescriptor, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Update a deployed application with the given update application descriptor only if no server restarts are necessary for the update of the 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.
updateObject(ObjectPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
Update an object in the object registry.
updateObject(ObjectPrx, Current) - Method in interface com.zeroc.IceGrid.Admin
Update an object in the object registry.
updateObject(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Update an object in the object registry.
updateObjectAsync(ObjectPrx) - Method in interface com.zeroc.IceGrid.AdminPrx
Update an object in the object registry.
updateObjectAsync(ObjectPrx, Map<String, String>) - Method in interface com.zeroc.IceGrid.AdminPrx
Update an object in the object registry.
updateServer(String, ServerDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The updateServer operation is called to notify an observer that the state of a server changed.
updateServer(String, ServerDynamicInfo, Current) - Method in interface com.zeroc.IceGrid.NodeObserver
The updateServer operation is called to notify an observer that the state of a server changed.
updateServer(String, ServerDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The updateServer operation is called to notify an observer that the state of a server changed.
updateServerAsync(String, ServerDynamicInfo) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The updateServer operation is called to notify an observer that the state of a server changed.
updateServerAsync(String, ServerDynamicInfo, Map<String, String>) - Method in interface com.zeroc.IceGrid.NodeObserverPrx
The updateServer operation is called to notify an 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.
updateTime - Variable in class com.zeroc.IceGrid.ApplicationInfo
The 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.
user - Variable in class com.zeroc.IceGrid.ServerDescriptor
The user account used to run the server.
UserAccountMapper - Interface in com.zeroc.IceGrid
A user account mapper object is used by IceGrid nodes to map session identifiers to user accounts.
UserAccountMapperPrx - Interface in com.zeroc.IceGrid
A user account mapper object is used by IceGrid nodes to map session identifiers to user accounts.
UserAccountNotFoundException - Exception in com.zeroc.IceGrid
This exception is raised if a user account for a given session identifier can't be found.
UserAccountNotFoundException() - Constructor for exception com.zeroc.IceGrid.UserAccountNotFoundException
 
UserAccountNotFoundException(Throwable) - Constructor for exception com.zeroc.IceGrid.UserAccountNotFoundException
 
userException - Variable in class com.zeroc.IceMX.DispatchMetrics
The number of dispatch 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 Slice user exceptions.
UserException() - Constructor for exception com.zeroc.Ice.UserException
 
UserException(Throwable) - Constructor for exception com.zeroc.Ice.UserException
 
UserExceptionFactory - Interface in com.zeroc.Ice
Instantiates user exceptions.
Util - Class in com.zeroc.Ice
Utility methods for the Ice run time.
Util() - Constructor for class com.zeroc.Ice.Util
 
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
 
value - Static variable in interface com.zeroc.Ice.BTSEndpointType
 
value - Static variable in interface com.zeroc.Ice.iAPEndpointType
 
value - Static variable in interface com.zeroc.Ice.iAPSEndpointType
 
value - Static variable in interface com.zeroc.Ice.SSLEndpointType
 
value - Static variable in interface com.zeroc.Ice.TCPEndpointType
 
value - Static variable in interface com.zeroc.Ice.UDPEndpointType
 
value - Static variable in interface com.zeroc.Ice.WSEndpointType
 
value - Static variable in interface com.zeroc.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() - Method in enum class com.zeroc.Ice.ACMClose
 
value() - Method in enum class com.zeroc.Ice.ACMHeartbeat
 
value() - Method in enum class com.zeroc.Ice.CompressBatch
 
value() - Method in enum class com.zeroc.Ice.ConnectionClose
 
value() - Method in enum class com.zeroc.Ice.EndpointSelectionType
 
value() - Method in enum class com.zeroc.Ice.Instrumentation.ConnectionState
 
value() - Method in enum class com.zeroc.Ice.Instrumentation.ThreadState
 
value() - Method in enum class com.zeroc.Ice.LogMessageType
 
value() - Method in enum class com.zeroc.Ice.OperationMode
 
value() - Method in enum class com.zeroc.Ice.OptionalFormat
 
value() - Method in enum class com.zeroc.Ice.ToStringMode
 
value() - Method in enum class com.zeroc.IceGrid.LoadSample
 
value() - Method in enum class com.zeroc.IceGrid.ServerState
 
Value - Class in com.zeroc.Ice
The base class for instances of Slice classes.
Value() - Constructor for class com.zeroc.Ice.Value
 
ValueFactory - Interface in com.zeroc.Ice
A factory for values.
valueFactoryManager - Variable in class com.zeroc.Ice.InitializationData
The value factory manager.
ValueFactoryManager - Interface in com.zeroc.Ice
A value factory manager maintains a collection of value factories.
valueOf(int) - Static method in enum class com.zeroc.Ice.ACMClose
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.Ice.ACMHeartbeat
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.Ice.CompressBatch
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.Ice.ConnectionClose
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.Ice.EndpointSelectionType
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.Ice.Instrumentation.ConnectionState
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.Ice.Instrumentation.ThreadState
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.Ice.LogMessageType
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.Ice.OperationMode
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.Ice.OptionalFormat
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.Ice.ToStringMode
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.IceGrid.LoadSample
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.zeroc.IceGrid.ServerState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.zeroc.Ice.ACMClose
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.zeroc.Ice.ACMHeartbeat
Returns the enum constant of this class with the specified name.
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.ConnectionClose
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.SignalPolicy
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.
ValueReader - Class in com.zeroc.Ice
Base class for extracting a Slice class instance from an input stream.
ValueReader() - Constructor for class com.zeroc.Ice.ValueReader
 
values() - Static method in enum class com.zeroc.Ice.ACMClose
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.ACMHeartbeat
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.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.ConnectionClose
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.SignalPolicy
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.
ValueWriter - Class in com.zeroc.Ice
Base class for writing a Slice class instance to an output stream.
ValueWriter() - Constructor for class com.zeroc.Ice.ValueWriter
 
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.IceSSL.ConnectionInfo
The certificate chain verification status.
verify(ConnectionInfo) - Method in interface com.zeroc.IceSSL.CertificateVerifier
Determines whether a connection should be accepted or rejected.
version - Variable in class com.zeroc.IceGrid.NodeInfo
The operation system version (as defined in uname()).
VersionMismatchException - Exception in com.zeroc.Ice
This exception is raised if the Ice library version does not match the version in the Ice header files.
VersionMismatchException() - Constructor for exception com.zeroc.Ice.VersionMismatchException
 
VersionMismatchException(Throwable) - Constructor for exception com.zeroc.Ice.VersionMismatchException
 
VersionParseException - Exception in com.zeroc.Ice
This exception is raised if there was an error while parsing a version.
VersionParseException() - Constructor for exception com.zeroc.Ice.VersionParseException
 
VersionParseException(String) - Constructor for exception com.zeroc.Ice.VersionParseException
 
VersionParseException(String, Throwable) - Constructor for exception com.zeroc.Ice.VersionParseException
 
VersionParseException(Throwable) - Constructor for exception com.zeroc.Ice.VersionParseException
 
VSize - Enum constant in enum class com.zeroc.Ice.OptionalFormat
 

W

waitForCompleted() - Method in class com.zeroc.Ice.InvocationFuture
Blocks the caller until the result of the invocation is available.
waitForDeactivate() - Method in interface com.zeroc.Ice.ObjectAdapter
Wait until the object adapter has deactivated.
waitForHold() - Method in interface com.zeroc.Ice.ObjectAdapter
Wait until the object adapter holds requests.
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 interface com.zeroc.Ice.Communicator
Wait until the application has called Communicator.shutdown() (or Communicator.destroy()).
warning(String) - Method in interface com.zeroc.Ice.Logger
Log a warning message.
WarningMessage - Enum constant in enum class com.zeroc.Ice.LogMessageType
The Logger 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
 
write(OutputStream) - Method in class com.zeroc.Glacier2.SSLPermissionsVerifier.AuthorizeResult
 
write(OutputStream) - Method in class com.zeroc.Ice.LoggerAdmin.GetLogResult
 
write(OutputStream) - Method in class com.zeroc.Ice.Router.GetClientProxyResult
 
write(OutputStream) - Method in class com.zeroc.Ice.ValueWriter
Writes the state of this Slice class to an output stream.
write(OutputStream) - Method in class com.zeroc.IceGrid.FileIterator.ReadResult
 
write(OutputStream) - Method in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewNamesResult
 
write(OutputStream) - Method in class com.zeroc.IceMX.MetricsAdmin.GetMetricsViewResult
 
write(OutputStream, byte[][]) - Static method in class com.zeroc.IcePatch2.ByteSeqSeqHelper
 
write(OutputStream, int, byte[][]) - Static method in class com.zeroc.IcePatch2.ByteSeqSeqHelper
 
write(OutputStream, int, Identity[]) - Static method in class com.zeroc.Ice.IdentitySeqHelper
 
write(OutputStream, int, LogMessage[]) - Static method in class com.zeroc.Ice.LogMessageSeqHelper
 
write(OutputStream, int, LogMessageType[]) - Static method in class com.zeroc.Ice.LogMessageTypeSeqHelper
 
write(OutputStream, int, ObjectPrx[]) - Static method in class com.zeroc.Ice.ObjectProxySeqHelper
 
write(OutputStream, int, Value[]) - Static method in class com.zeroc.Ice.ObjectSeqHelper
 
write(OutputStream, int, AdapterInfo[]) - Static method in class com.zeroc.IceGrid.AdapterInfoSeqHelper
 
write(OutputStream, int, NodeDynamicInfo[]) - Static method in class com.zeroc.IceGrid.NodeDynamicInfoSeqHelper
 
write(OutputStream, int, ObjectInfo[]) - Static method in class com.zeroc.IceGrid.ObjectInfoSeqHelper
 
write(OutputStream, int, RegistryInfo[]) - Static method in class com.zeroc.IceGrid.RegistryInfoSeqHelper
 
write(OutputStream, int, Metrics[]) - Static method in class com.zeroc.IceMX.MetricsMapHelper
 
write(OutputStream, int, MetricsFailures[]) - Static method in class com.zeroc.IceMX.MetricsFailuresSeqHelper
 
write(OutputStream, int, FileInfo[]) - Static method in class com.zeroc.IcePatch2.FileInfoSeqHelper
 
write(OutputStream, int, LargeFileInfo[]) - Static method in class com.zeroc.IcePatch2.LargeFileInfoSeqHelper
 
write(OutputStream, int, LinkInfo[]) - Static method in class com.zeroc.IceStorm.LinkInfoSeqHelper
 
write(OutputStream, int, List<AdapterDescriptor>) - Static method in class com.zeroc.IceGrid.AdapterDescriptorSeqHelper
 
write(OutputStream, int, List<AdapterDynamicInfo>) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfoSeqHelper
 
write(OutputStream, int, List<ApplicationDescriptor>) - Static method in class com.zeroc.IceGrid.ApplicationDescriptorSeqHelper
 
write(OutputStream, int, List<ApplicationInfo>) - Static method in class com.zeroc.IceGrid.ApplicationInfoSeqHelper
 
write(OutputStream, int, List<DbEnvDescriptor>) - Static method in class com.zeroc.IceGrid.DbEnvDescriptorSeqHelper
 
write(OutputStream, int, List<NodeUpdateDescriptor>) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
 
write(OutputStream, int, List<ObjectDescriptor>) - Static method in class com.zeroc.IceGrid.ObjectDescriptorSeqHelper
 
write(OutputStream, int, List<PropertyDescriptor>) - Static method in class com.zeroc.IceGrid.PropertyDescriptorSeqHelper
 
write(OutputStream, int, List<ReplicaGroupDescriptor>) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
 
write(OutputStream, int, List<ServerDescriptor>) - Static method in class com.zeroc.IceGrid.ServerDescriptorSeqHelper
 
write(OutputStream, int, List<ServerDynamicInfo>) - Static method in class com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
 
write(OutputStream, int, List<ServerInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
 
write(OutputStream, int, List<ServiceDescriptor>) - Static method in class com.zeroc.IceGrid.ServiceDescriptorSeqHelper
 
write(OutputStream, int, List<ServiceInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptorSeqHelper
 
write(OutputStream, int, Map<String, ObjectPrx>) - Static method in class com.zeroc.IceGrid.StringObjectProxyDictHelper
 
write(OutputStream, int, Map<String, NodeDescriptor>) - Static method in class com.zeroc.IceGrid.NodeDescriptorDictHelper
 
write(OutputStream, int, Map<String, PropertySetDescriptor>) - Static method in class com.zeroc.IceGrid.PropertySetDescriptorDictHelper
 
write(OutputStream, int, Map<String, TemplateDescriptor>) - Static method in class com.zeroc.IceGrid.TemplateDescriptorDictHelper
 
write(OutputStream, int, Map<String, Metrics[]>) - Static method in class com.zeroc.IceMX.MetricsViewHelper
 
write(OutputStream, int, Map<String, TopicPrx>) - Static method in class com.zeroc.IceStorm.TopicDictHelper
 
write(OutputStream, int, Map<String, Integer>) - Static method in class com.zeroc.IceMX.StringIntDictHelper
 
write(OutputStream, int, Map<String, String>) - Static method in class com.zeroc.Ice.ContextHelper
 
write(OutputStream, int, Map<String, String>) - Static method in class com.zeroc.Ice.HeaderDictHelper
 
write(OutputStream, int, Map<String, String>) - Static method in class com.zeroc.Ice.PropertyDictHelper
 
write(OutputStream, int, Map<String, String>) - Static method in class com.zeroc.Ice.SliceChecksumDictHelper
 
write(OutputStream, int, Map<String, String>) - Static method in class com.zeroc.IceGrid.StringStringDictHelper
 
write(OutputStream, int, Map<String, String>) - Static method in class com.zeroc.IceStorm.QoSHelper
 
write(OutputStream, int, Optional<byte[][]>) - Static method in class com.zeroc.IcePatch2.ByteSeqSeqHelper
 
write(OutputStream, int, Optional<Identity[]>) - Static method in class com.zeroc.Ice.IdentitySeqHelper
 
write(OutputStream, int, Optional<LogMessage[]>) - Static method in class com.zeroc.Ice.LogMessageSeqHelper
 
write(OutputStream, int, Optional<LogMessageType[]>) - Static method in class com.zeroc.Ice.LogMessageTypeSeqHelper
 
write(OutputStream, int, Optional<ObjectPrx[]>) - Static method in class com.zeroc.Ice.ObjectProxySeqHelper
 
write(OutputStream, int, Optional<Value[]>) - Static method in class com.zeroc.Ice.ObjectSeqHelper
 
write(OutputStream, int, Optional<AdapterInfo[]>) - Static method in class com.zeroc.IceGrid.AdapterInfoSeqHelper
 
write(OutputStream, int, Optional<NodeDynamicInfo[]>) - Static method in class com.zeroc.IceGrid.NodeDynamicInfoSeqHelper
 
write(OutputStream, int, Optional<ObjectInfo[]>) - Static method in class com.zeroc.IceGrid.ObjectInfoSeqHelper
 
write(OutputStream, int, Optional<RegistryInfo[]>) - Static method in class com.zeroc.IceGrid.RegistryInfoSeqHelper
 
write(OutputStream, int, Optional<Metrics[]>) - Static method in class com.zeroc.IceMX.MetricsMapHelper
 
write(OutputStream, int, Optional<MetricsFailures[]>) - Static method in class com.zeroc.IceMX.MetricsFailuresSeqHelper
 
write(OutputStream, int, Optional<FileInfo[]>) - Static method in class com.zeroc.IcePatch2.FileInfoSeqHelper
 
write(OutputStream, int, Optional<LargeFileInfo[]>) - Static method in class com.zeroc.IcePatch2.LargeFileInfoSeqHelper
 
write(OutputStream, int, Optional<LinkInfo[]>) - Static method in class com.zeroc.IceStorm.LinkInfoSeqHelper
 
write(OutputStream, int, Optional<List<AdapterDescriptor>>) - Static method in class com.zeroc.IceGrid.AdapterDescriptorSeqHelper
 
write(OutputStream, int, Optional<List<AdapterDynamicInfo>>) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfoSeqHelper
 
write(OutputStream, int, Optional<List<ApplicationDescriptor>>) - Static method in class com.zeroc.IceGrid.ApplicationDescriptorSeqHelper
 
write(OutputStream, int, Optional<List<ApplicationInfo>>) - Static method in class com.zeroc.IceGrid.ApplicationInfoSeqHelper
 
write(OutputStream, int, Optional<List<DbEnvDescriptor>>) - Static method in class com.zeroc.IceGrid.DbEnvDescriptorSeqHelper
 
write(OutputStream, int, Optional<List<NodeUpdateDescriptor>>) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
 
write(OutputStream, int, Optional<List<ObjectDescriptor>>) - Static method in class com.zeroc.IceGrid.ObjectDescriptorSeqHelper
 
write(OutputStream, int, Optional<List<PropertyDescriptor>>) - Static method in class com.zeroc.IceGrid.PropertyDescriptorSeqHelper
 
write(OutputStream, int, Optional<List<ReplicaGroupDescriptor>>) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
 
write(OutputStream, int, Optional<List<ServerDescriptor>>) - Static method in class com.zeroc.IceGrid.ServerDescriptorSeqHelper
 
write(OutputStream, int, Optional<List<ServerDynamicInfo>>) - Static method in class com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
 
write(OutputStream, int, Optional<List<ServerInstanceDescriptor>>) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
 
write(OutputStream, int, Optional<List<ServiceDescriptor>>) - Static method in class com.zeroc.IceGrid.ServiceDescriptorSeqHelper
 
write(OutputStream, int, Optional<List<ServiceInstanceDescriptor>>) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptorSeqHelper
 
write(OutputStream, int, Optional<Map<String, ObjectPrx>>) - Static method in class com.zeroc.IceGrid.StringObjectProxyDictHelper
 
write(OutputStream, int, Optional<Map<String, NodeDescriptor>>) - Static method in class com.zeroc.IceGrid.NodeDescriptorDictHelper
 
write(OutputStream, int, Optional<Map<String, PropertySetDescriptor>>) - Static method in class com.zeroc.IceGrid.PropertySetDescriptorDictHelper
 
write(OutputStream, int, Optional<Map<String, TemplateDescriptor>>) - Static method in class com.zeroc.IceGrid.TemplateDescriptorDictHelper
 
write(OutputStream, int, Optional<Map<String, Metrics[]>>) - Static method in class com.zeroc.IceMX.MetricsViewHelper
 
write(OutputStream, int, Optional<Map<String, TopicPrx>>) - Static method in class com.zeroc.IceStorm.TopicDictHelper
 
write(OutputStream, int, Optional<Map<String, Integer>>) - Static method in class com.zeroc.IceMX.StringIntDictHelper
 
write(OutputStream, int, Optional<Map<String, String>>) - Static method in class com.zeroc.Ice.ContextHelper
 
write(OutputStream, int, Optional<Map<String, String>>) - Static method in class com.zeroc.Ice.HeaderDictHelper
 
write(OutputStream, int, Optional<Map<String, String>>) - Static method in class com.zeroc.Ice.PropertyDictHelper
 
write(OutputStream, int, Optional<Map<String, String>>) - Static method in class com.zeroc.Ice.SliceChecksumDictHelper
 
write(OutputStream, int, Optional<Map<String, String>>) - Static method in class com.zeroc.IceGrid.StringStringDictHelper
 
write(OutputStream, int, Optional<Map<String, String>>) - Static method in class com.zeroc.IceStorm.QoSHelper
 
write(OutputStream, Identity[]) - Static method in class com.zeroc.Ice.IdentitySeqHelper
 
write(OutputStream, LogMessage[]) - Static method in class com.zeroc.Ice.LogMessageSeqHelper
 
write(OutputStream, LogMessageType[]) - Static method in class com.zeroc.Ice.LogMessageTypeSeqHelper
 
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
 
write(OutputStream, Value[]) - Static method in class com.zeroc.Ice.ObjectSeqHelper
 
write(OutputStream, AdapterInfo[]) - Static method in class com.zeroc.IceGrid.AdapterInfoSeqHelper
 
write(OutputStream, NodeDynamicInfo[]) - Static method in class com.zeroc.IceGrid.NodeDynamicInfoSeqHelper
 
write(OutputStream, ObjectInfo[]) - Static method in class com.zeroc.IceGrid.ObjectInfoSeqHelper
 
write(OutputStream, RegistryInfo[]) - Static method in class com.zeroc.IceGrid.RegistryInfoSeqHelper
 
write(OutputStream, Metrics[]) - Static method in class com.zeroc.IceMX.MetricsMapHelper
 
write(OutputStream, MetricsFailures[]) - Static method in class com.zeroc.IceMX.MetricsFailuresSeqHelper
 
write(OutputStream, FileInfo[]) - Static method in class com.zeroc.IcePatch2.FileInfoSeqHelper
 
write(OutputStream, LargeFileInfo[]) - Static method in class com.zeroc.IcePatch2.LargeFileInfoSeqHelper
 
write(OutputStream, LinkInfo[]) - Static method in class com.zeroc.IceStorm.LinkInfoSeqHelper
 
write(OutputStream, List<AdapterDescriptor>) - Static method in class com.zeroc.IceGrid.AdapterDescriptorSeqHelper
 
write(OutputStream, List<AdapterDynamicInfo>) - Static method in class com.zeroc.IceGrid.AdapterDynamicInfoSeqHelper
 
write(OutputStream, List<ApplicationDescriptor>) - Static method in class com.zeroc.IceGrid.ApplicationDescriptorSeqHelper
 
write(OutputStream, List<ApplicationInfo>) - Static method in class com.zeroc.IceGrid.ApplicationInfoSeqHelper
 
write(OutputStream, List<DbEnvDescriptor>) - Static method in class com.zeroc.IceGrid.DbEnvDescriptorSeqHelper
 
write(OutputStream, List<NodeUpdateDescriptor>) - Static method in class com.zeroc.IceGrid.NodeUpdateDescriptorSeqHelper
 
write(OutputStream, List<ObjectDescriptor>) - Static method in class com.zeroc.IceGrid.ObjectDescriptorSeqHelper
 
write(OutputStream, List<PropertyDescriptor>) - Static method in class com.zeroc.IceGrid.PropertyDescriptorSeqHelper
 
write(OutputStream, List<ReplicaGroupDescriptor>) - Static method in class com.zeroc.IceGrid.ReplicaGroupDescriptorSeqHelper
 
write(OutputStream, List<ServerDescriptor>) - Static method in class com.zeroc.IceGrid.ServerDescriptorSeqHelper
 
write(OutputStream, List<ServerDynamicInfo>) - Static method in class com.zeroc.IceGrid.ServerDynamicInfoSeqHelper
 
write(OutputStream, List<ServerInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServerInstanceDescriptorSeqHelper
 
write(OutputStream, List<ServiceDescriptor>) - Static method in class com.zeroc.IceGrid.ServiceDescriptorSeqHelper
 
write(OutputStream, List<ServiceInstanceDescriptor>) - Static method in class com.zeroc.IceGrid.ServiceInstanceDescriptorSeqHelper
 
write(OutputStream, Map<String, ObjectPrx>) - Static method in class com.zeroc.IceGrid.StringObjectProxyDictHelper
 
write(OutputStream, Map<String, NodeDescriptor>) - Static method in class com.zeroc.IceGrid.NodeDescriptorDictHelper
 
write(OutputStream, Map<String, PropertySetDescriptor>) - Static method in class com.zeroc.IceGrid.PropertySetDescriptorDictHelper
 
write(OutputStream, Map<String, TemplateDescriptor>) - Static method in class com.zeroc.IceGrid.TemplateDescriptorDictHelper
 
write(OutputStream, Map<String, Metrics[]>) - Static method in class com.zeroc.IceMX.MetricsViewHelper
 
write(OutputStream, Map<String, TopicPrx>) - Static method in class com.zeroc.IceStorm.TopicDictHelper
 
write(OutputStream, Map<String, Integer>) - Static method in class com.zeroc.IceMX.StringIntDictHelper
 
write(OutputStream, Map<String, String>) - Static method in class com.zeroc.Ice.ContextHelper
 
write(OutputStream, Map<String, String>) - Static method in class com.zeroc.Ice.HeaderDictHelper
 
write(OutputStream, Map<String, String>) - Static method in class com.zeroc.Ice.PropertyDictHelper
 
write(OutputStream, Map<String, String>) - Static method in class com.zeroc.Ice.SliceChecksumDictHelper
 
write(OutputStream, Map<String, String>) - Static method in class com.zeroc.IceGrid.StringStringDictHelper
 
write(OutputStream, Map<String, String>) - Static method in class com.zeroc.IceStorm.QoSHelper
 
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
Write a message on the process' stdout or stderr.
writeMessage(String, int, Current) - Method in interface com.zeroc.Ice.Process
Write a message on the process' stdout or stderr.
writeMessage(String, int, Map<String, String>) - Method in interface com.zeroc.Ice.ProcessPrx
Write a message on the process' stdout or stderr.
writeMessageAsync(String, int) - Method in interface com.zeroc.Ice.ProcessPrx
Write a message on the process' stdout or stderr.
writeMessageAsync(String, int, Map<String, String>) - Method in interface com.zeroc.Ice.ProcessPrx
Write a message on the process' 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<ObjectPrx>) - 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(int, Value) - Method in class com.zeroc.Ice.OutputStream
Writes an optional value to the stream.
writeValue(int, Optional<T>) - Method in class com.zeroc.Ice.OutputStream
Writes an optional value 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
WSConnectionInfo() - Constructor for class com.zeroc.Ice.WSConnectionInfo
 
WSConnectionInfo(ConnectionInfo, boolean, String, String, Map<String, String>) - Constructor for class com.zeroc.Ice.WSConnectionInfo
 
WSEndpointInfo - Class in com.zeroc.Ice
Provides access to a WebSocket endpoint information.
WSEndpointInfo() - Constructor for class com.zeroc.Ice.WSEndpointInfo
 
WSEndpointInfo(EndpointInfo, int, boolean, String) - Constructor for class com.zeroc.Ice.WSEndpointInfo
 
WSEndpointType - Interface in com.zeroc.Ice
Uniquely identifies TCP-based WebSocket endpoints.
WSSEndpointType - Interface in com.zeroc.Ice
Uniquely identifies SSL-based WebSocket endpoints.

Y

Yes - Enum constant in enum class com.zeroc.Ice.CompressBatch
Compress the batch requests.

_

_clone() - Method in interface com.zeroc.Ice.Properties
Create a copy of this property set.
_delegate - Variable in class com.zeroc.IceMX.ObserverWithDelegate
 
_toString() - Method in interface com.zeroc.Ice.Connection
Return 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.
A B C D E F G H I K L M N O P Q R S T U V W Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form