org.tranql.identity
Interface IdentityTransform

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CompoundPKTransform, LocalProxyTransform, RemoteProxyTransform, SimplePKTransform

public interface IdentityTransform
extends java.io.Serializable

Transform that converts between representations of an object's identity.

Version:
$Revision: 1.2 $ $Date: 2004/04/18 17:07:24 $

Method Summary
 java.lang.Object getDomainIdentity(GlobalIdentity globalId)
           
 GlobalIdentity getGlobalIdentity(java.lang.Object domainId)
           
 

Method Detail

getGlobalIdentity

public GlobalIdentity getGlobalIdentity(java.lang.Object domainId)
                                 throws IdentityTransformException
Throws:
IdentityTransformException

getDomainIdentity

public java.lang.Object getDomainIdentity(GlobalIdentity globalId)
                                   throws IdentityTransformException
Throws:
IdentityTransformException


Copyright © -2005 The Codehaus. All Rights Reserved.