public abstract String getName()
public abstract void init()
public boolean initMetaInfo( OrderedHash metaData) throws SQLException
metaData. An OrderedHash of NTV properties. The RowSet will be initialized with these properties.
public abstract void setName( String newName)
newName. The name you want to call this RowSet.
public abstract void setRequest( HttpServletRequest request)
request. The HttpServletRequest object.
public abstract void setResponse( HttpServletResponse response)
response. The HttpServletResponse object.