Holger's
Java API

com.antelmann.mgmt
Interface Resource

All Superinterfaces:
Serializable
All Known Subinterfaces:
Entity, User
All Known Implementing Classes:
EntityImpl, ImageHolder, RowItem, TimeUser, UserImpl

public interface Resource
extends Serializable

represents a managable resource that can be persisted through database services and accessed by its ID, which remains unique after serialization within other JVMs.

Author:
Holger Antelmann

Method Summary
 Object getID()
          returns a immutable and unique, persistent capable identifier for this resource.
 

Method Detail

getID

Object getID()
returns a immutable and unique, persistent capable identifier for this resource. The returned value is unique not throughout all resources of this class.



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads