com.jrockit.memleak
Interface IObjectSpecifier

All Known Subinterfaces:
IArrayInfo, IClassObjectInfo, IObjectInfo
All Known Implementing Classes:
AbstractObjectInfo, ArrayInfo, ClassInfo, ClassObjectInfo, DummyObjectInfo, NameMappingCacheFactory.ClassInfoR26, ObjectInfo

public interface IObjectSpecifier

Minimal encapsulation of an object identifier.

Author:
mpersson

Field Summary
static IObjectSpecifier[] EMPTY_ARRAY
          An empty IObjectSpecifier array.
 
Method Summary
 int getObjectId()
           
 

Field Detail

EMPTY_ARRAY

static final IObjectSpecifier[] EMPTY_ARRAY
An empty IObjectSpecifier array.

Method Detail

getObjectId

int getObjectId()
Returns:
the ID of this object.


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.