Class AdapterDescriptor

java.lang.Object
com.zeroc.IceGrid.AdapterDescriptor
All Implemented Interfaces:
Serializable, Cloneable

public class AdapterDescriptor extends Object implements Cloneable, Serializable
An Ice object adapter descriptor.
See Also:
  • Field Details

    • name

      public String name
      The object adapter name.
    • description

      public String description
      The description of this object adapter.
    • id

      public String id
      The object adapter id.
    • replicaGroupId

      public String replicaGroupId
      The replica id of this adapter.
    • priority

      public String priority
      The adapter priority. This is eventually used when the adapter is member of a replica group to sort the adapter endpoints by priority.
    • registerProcess

      public boolean registerProcess
      Flag to specify if the object adapter will register a process object.
    • serverLifetime

      public boolean serverLifetime
      If true the lifetime of this object adapter is the same of the server lifetime. This information is used by the IceGrid node to figure out the server state: the server is active only if all its "server lifetime" adapters are active.
    • objects

      public List<ObjectDescriptor> objects
      The well-known object descriptors associated with this object adapter.
    • allocatables

      public List<ObjectDescriptor> allocatables
      The allocatable object descriptors associated with this object adapter.
  • Constructor Details

  • Method Details