org.apache.james.rrt.jpa.model
Class JPARecipientRewrite

java.lang.Object
  extended by org.apache.james.rrt.jpa.model.JPARecipientRewrite

@Entity(name="JamesRecipientRewrite")
public class JPARecipientRewrite
extends Object

RecipientRewriteTable class for the James Virtual User Table to be used for JPA persistence.


Nested Class Summary
static class JPARecipientRewrite.RecipientRewriteTableId
           
 
Constructor Summary
JPARecipientRewrite(String user, String domain, String targetAddress)
          Use this simple constructor to create a new RecipientRewriteTable.
 
Method Summary
 String getDomain()
           
 String getTargetAddress()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPARecipientRewrite

public JPARecipientRewrite(String user,
                           String domain,
                           String targetAddress)
Use this simple constructor to create a new RecipientRewriteTable.

Parameters:
user - , domain and their associated targetAddress
Method Detail

getUser

public String getUser()

getDomain

public String getDomain()

getTargetAddress

public String getTargetAddress()


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.