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: 42 $ $Date: 2004-04-18 19:07:24 +0200 (Sun, 18 Apr 2004) $

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 © -2006 The Codehaus. All Rights Reserved.