com.intel.gpe.clients.api.cache
Interface ClientId


public interface ClientId

The interface to get the id of some cached entity. Generally the descendants of WSRFClient should implement this interface.

Version:
$Id: ClientId.java,v 1.1 2006/04/11 08:51:52 lukichev Exp $
Author:
Alexander Lukichev

Method Summary
 IdChain getId()
          Get the id of the entity.
 

Method Detail

getId

IdChain getId()
Get the id of the entity.

Returns:
The id of the entity


Copyright © 2008. All Rights Reserved.