Interface ObjectId

All Superinterfaces:
Writeable
All Known Implementing Classes:
ObjectIdImpl

@ManagedData @Description("The ObjectId field within an ObjectKey in an IOR") public interface ObjectId extends Writeable
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
     

    Methods inherited from interface com.sun.corba.ee.spi.ior.Writeable

    write
  • Method Details

    • getIdString

      @ManagedAttribute(id="Id") @Description("The actual bytes in the ObjectKey") String getIdString()
    • getId

      byte[] getId()