com.parsec.ejbs.config
Interface ParsecConfig

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

public interface ParsecConfig
extends javax.ejb.EJBObject


Method Summary
 java.lang.String getPropName()
           
 java.lang.String getPropValue()
           
 void setPropName(java.lang.String a)
           
 void setPropValue(java.lang.String a)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getPropName

public java.lang.String getPropName()
                             throws java.rmi.RemoteException

getPropValue

public java.lang.String getPropValue()
                              throws java.rmi.RemoteException

setPropName

public void setPropName(java.lang.String a)
                 throws java.rmi.RemoteException

setPropValue

public void setPropValue(java.lang.String a)
                  throws java.rmi.RemoteException