Atavism Version 2018.1AGIS API

atavism.server.plugins
Class ObjectManagerClient.ObjectStatus

java.lang.Object
  extended by atavism.server.plugins.ObjectManagerClient.ObjectStatus
Enclosing class:
ObjectManagerClient

public static class ObjectManagerClient.ObjectStatus
extends java.lang.Object

Object status information.


Field Summary
 java.util.List<Namespace> loadedNamespaces
          Loaded sub-object namespaces.
 java.lang.String name
          Object name, if it has one.
 java.util.List<Namespace> namespaces
          Sub-object namespaces.
 OID oid
          Object oid.
 boolean persistent
          True if the object is persistent.
 ObjectType type
          Object type.
 
Constructor Summary
ObjectManagerClient.ObjectStatus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oid

public OID oid
Object oid.


name

public java.lang.String name
Object name, if it has one. Set to null if the object does not have a name or does not exist.


type

public ObjectType type
Object type.


persistent

public boolean persistent
True if the object is persistent.


namespaces

public java.util.List<Namespace> namespaces
Sub-object namespaces. Set to null if the object is not loaded or does not exist.


loadedNamespaces

public java.util.List<Namespace> loadedNamespaces
Loaded sub-object namespaces.

Constructor Detail

ObjectManagerClient.ObjectStatus

public ObjectManagerClient.ObjectStatus()


Copyright © 2018 Dragonsan Studios Sp. z o.o.