Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/OutputStateBase.java @ 493:cef17cc90fd0
Changed some method signatures of the State interface. Use CallContext objects instead of CallMeta objects which are a subset of CallContext.
gnv-artifacts/trunk@570 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 19 Jan 2010 10:58:46 +0000 |
parents | 211cad2fb5ba |
children | 6484464d2059 |
comparison
equal
deleted
inserted
replaced
492:79e80c289018 | 493:cef17cc90fd0 |
---|---|
131 | 131 |
132 /** | 132 /** |
133 * @see de.intevation.gnv.state.StateBase#advance() | 133 * @see de.intevation.gnv.state.StateBase#advance() |
134 */ | 134 */ |
135 @Override | 135 @Override |
136 public void advance(String uuid, CallMeta callMeta) | 136 public void advance(String uuid, CallContext context) |
137 throws StateException { | 137 throws StateException |
138 } | 138 { |
139 | 139 } |
140 @Override | 140 |
141 public void initialize(String uuid, CallMeta callMeta) | 141 @Override |
142 throws StateException { | 142 public void initialize(String uuid, CallContext context) |
143 throws StateException | |
144 { | |
143 } | 145 } |
144 | 146 |
145 public void out( | 147 public void out( |
146 Document format, | 148 Document format, |
147 Collection<InputData> inputData, | 149 Collection<InputData> inputData, |