|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dbxml.xml.dtsm.Producer
Producer
Constructor Summary | |
Producer()
|
Method Summary | |
DocumentTable |
getDocumentTable()
getDocumentTable returns the DocumentTable that this Producer will use to generate an alternative representation. |
java.lang.Object |
getProperty(java.lang.String name)
getProperty returns a named property value for this Producer. |
void |
process()
process effectively kicks off the process that will produce the alternative representation of the associated DocumentTable. |
void |
process(Consumer consumer)
process effectively kicks off the process that will produce the alternative representation of the associated DocumentTable. |
void |
setDocumentTable(DocumentTable table)
setDocumentTable sets the DocumentTable that this Producer will use to generate an alternative representation. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
setProperty sets a named property value for this Producer. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Producer()
Method Detail |
public void setProperty(java.lang.String name, java.lang.Object value)
name
- the property namevalue
- the property valuepublic java.lang.Object getProperty(java.lang.String name)
name
- the property name
public DocumentTable getDocumentTable()
public void setDocumentTable(DocumentTable table)
table
- the DocumentTablepublic final void process() throws java.lang.Exception
java.lang.Exception
public void process(Consumer consumer) throws java.lang.Exception
consumer
- The Consumer to target for this processing
java.lang.Exception
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |