|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.aggregator.impl.ServiceGroupEntryAggregatorSink
The ServiceGroupEntryAggregatorSink stores aggregate data as ServiceGroupEntry content.
| Field Summary | |
private boolean |
initialized
|
private static org.apache.commons.logging.Log |
logger
|
private AggregatorSource |
source
|
| Constructor Summary | |
ServiceGroupEntryAggregatorSink()
Creates a new instance of ServiceGroupEntryAggregatorSink |
|
| Method Summary | |
void |
deliver(org.apache.axis.encoding.AnyContentType message,
AggregatorServiceGroupEntryResource entry)
Should be called by an AggregatorSource to deliver a message with the assumption that the message data will be aggregated as its native type and into whatever data storage format is used by the underlying AggregatorSink class. |
AggregatorSource |
getSource()
Gets the AggregatorSource connected to this sink |
void |
initialize(java.lang.Object parameters)
Called to initialize any necessary state. |
void |
setSource(AggregatorSource source)
Sets the AggregatorSource connected to this sink |
void |
terminate()
Called to free resources used by the sink. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private AggregatorSource source
private boolean initialized
private static org.apache.commons.logging.Log logger
| Constructor Detail |
public ServiceGroupEntryAggregatorSink()
| Method Detail |
public void initialize(java.lang.Object parameters)
throws AggregatorException,
java.lang.Exception
AggregatorSink
initialize in interface AggregatorSinkAggregatorException
java.lang.Exceptionpublic AggregatorSource getSource()
AggregatorSink
getSource in interface AggregatorSinkpublic void setSource(AggregatorSource source)
AggregatorSink
setSource in interface AggregatorSink
public void deliver(org.apache.axis.encoding.AnyContentType message,
AggregatorServiceGroupEntryResource entry)
throws AggregatorException,
java.lang.Exception
AggregatorSink
deliver in interface AggregatorSinkAggregatorException
java.lang.Exceptionpublic void terminate()
AggregatorSink
terminate in interface AggregatorSink
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||