com.ail.insurance.subrogation
Interface Subrogation

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface Subrogation
extends javax.ejb.EJBObject


Method Summary
 Configuration getConfiguration()
           
 java.lang.String getConfigurationNamespace()
           
 Version getVersion()
           
 VersionEffectiveDate getVersionEffectiveDate()
           
 MakeARecoveryArg makeARecovery(MakeARecoveryArg arg)
           
 void resetConfiguration()
           
 void setConfiguration(Configuration config)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getVersionEffectiveDate

VersionEffectiveDate getVersionEffectiveDate()
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setConfiguration

void setConfiguration(Configuration config)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfiguration

Configuration getConfiguration()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfigurationNamespace

java.lang.String getConfigurationNamespace()
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

resetConfiguration

void resetConfiguration()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

makeARecovery

MakeARecoveryArg makeARecovery(MakeARecoveryArg arg)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getVersion

Version getVersion()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException