001: /**
002: * All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright
003: * notice. All rights reserved.
004: */package com.tc.config.schema.setup;
005:
006: import com.tc.exception.ImplementMe;
007: import com.terracottatech.config.Authentication;
008: import com.terracottatech.config.DsoServerData;
009: import com.terracottatech.config.Ha;
010: import com.terracottatech.config.Host;
011: import com.terracottatech.config.NonBlankToken;
012: import com.terracottatech.config.Path;
013: import com.terracottatech.config.Port;
014: import com.terracottatech.config.Server;
015:
016: public class TestL2 extends TestXmlObject implements Server {
017:
018: public TestL2() {
019: super ();
020: }
021:
022: public DsoServerData addNewDso() {
023: throw new ImplementMe();
024: }
025:
026: public String getData() {
027: throw new ImplementMe();
028: }
029:
030: public DsoServerData getDso() {
031: throw new ImplementMe();
032: }
033:
034: public int getDsoPort() {
035: throw new ImplementMe();
036: }
037:
038: public int getJdbcPort() {
039: throw new ImplementMe();
040: }
041:
042: public String getName() {
043: throw new ImplementMe();
044: }
045:
046: public void setName(String arg0) {
047: throw new ImplementMe();
048: }
049:
050: public boolean isSetName() {
051: throw new ImplementMe();
052: }
053:
054: public void unsetName() {
055: throw new ImplementMe();
056: }
057:
058: public NonBlankToken xgetName() {
059: throw new ImplementMe();
060: }
061:
062: public void xsetName(NonBlankToken arg0) {
063: throw new ImplementMe();
064: }
065:
066: public String getHost() {
067: throw new ImplementMe();
068: }
069:
070: public int getJmxPort() {
071: throw new ImplementMe();
072: }
073:
074: public String getLogs() {
075: throw new ImplementMe();
076: }
077:
078: public boolean isSetData() {
079: throw new ImplementMe();
080: }
081:
082: public boolean isSetDso() {
083: throw new ImplementMe();
084: }
085:
086: public boolean isSetDsoPort() {
087: throw new ImplementMe();
088: }
089:
090: public boolean isSetJdbcPort() {
091: throw new ImplementMe();
092: }
093:
094: public boolean isSetHttpPort() {
095: throw new ImplementMe();
096: }
097:
098: public boolean isSetJmxHttpPort() {
099: throw new ImplementMe();
100: }
101:
102: public boolean isSetJmxPort() {
103: throw new ImplementMe();
104: }
105:
106: public boolean isSetLogs() {
107: throw new ImplementMe();
108: }
109:
110: public void setData(String arg0) {
111: throw new ImplementMe();
112: }
113:
114: public void setDso(DsoServerData arg0) {
115: throw new ImplementMe();
116: }
117:
118: public void setJdbcPort(int arg0) {
119: throw new ImplementMe();
120: }
121:
122: public void setDsoPort(int arg0) {
123: throw new ImplementMe();
124: }
125:
126: public void setHost(String arg0) {
127: throw new ImplementMe();
128: }
129:
130: public void setHttpPort(int arg0) {
131: throw new ImplementMe();
132: }
133:
134: public void setJmxHttpPort(int arg0) {
135: throw new ImplementMe();
136: }
137:
138: public void setJmxPort(int arg0) {
139: throw new ImplementMe();
140: }
141:
142: public void setLogs(String arg0) {
143: throw new ImplementMe();
144: }
145:
146: public void unsetData() {
147: throw new ImplementMe();
148: }
149:
150: public void unsetDso() {
151: throw new ImplementMe();
152: }
153:
154: public void unsetJdbcPort() {
155: throw new ImplementMe();
156: }
157:
158: public void unsetDsoPort() {
159: throw new ImplementMe();
160: }
161:
162: public void unsetHttpPort() {
163: throw new ImplementMe();
164: }
165:
166: public void unsetJmxHttpPort() {
167: throw new ImplementMe();
168: }
169:
170: public void unsetJmxPort() {
171: throw new ImplementMe();
172: }
173:
174: public void unsetLogs() {
175: throw new ImplementMe();
176: }
177:
178: public Path xgetData() {
179: throw new ImplementMe();
180: }
181:
182: public Port xgetJdbcPort() {
183: throw new ImplementMe();
184: }
185:
186: public Port xgetDsoPort() {
187: throw new ImplementMe();
188: }
189:
190: public Host xgetHost() {
191: throw new ImplementMe();
192: }
193:
194: public Port xgetJmxPort() {
195: throw new ImplementMe();
196: }
197:
198: public Path xgetLogs() {
199: throw new ImplementMe();
200: }
201:
202: public void xsetData(Path arg0) {
203: throw new ImplementMe();
204: }
205:
206: public void xsetJdbcPort(Port arg0) {
207: throw new ImplementMe();
208: }
209:
210: public void xsetDsoPort(Port arg0) {
211: throw new ImplementMe();
212: }
213:
214: public void xsetHost(Host arg0) {
215: throw new ImplementMe();
216: }
217:
218: public void xsetHttpPort(Port arg0) {
219: throw new ImplementMe();
220: }
221:
222: public void xsetJmxHttpPort(Port arg0) {
223: throw new ImplementMe();
224: }
225:
226: public void xsetJmxPort(Port arg0) {
227: throw new ImplementMe();
228: }
229:
230: public void xsetLogs(Path arg0) {
231: throw new ImplementMe();
232: }
233:
234: public Authentication addNewAuthentication() {
235: throw new ImplementMe();
236: }
237:
238: public Authentication getAuthentication() {
239: throw new ImplementMe();
240: }
241:
242: public boolean isSetAuthentication() {
243: throw new ImplementMe();
244: }
245:
246: public void setAuthentication(Authentication arg0) {
247: throw new ImplementMe();
248: }
249:
250: public void unsetAuthentication() {
251: throw new ImplementMe();
252: }
253:
254: public boolean isSetHost() {
255: throw new ImplementMe();
256: }
257:
258: public void unsetHost() {
259: throw new ImplementMe();
260: }
261:
262: public Ha addNewHa() {
263: throw new ImplementMe();
264: }
265:
266: public Ha getHa() {
267: throw new ImplementMe();
268: }
269:
270: public int getL2GroupPort() {
271: throw new ImplementMe();
272: }
273:
274: public boolean isSetHa() {
275: throw new ImplementMe();
276: }
277:
278: public boolean isSetL2GroupPort() {
279: throw new ImplementMe();
280: }
281:
282: public void setHa(Ha arg0) {
283: throw new ImplementMe();
284:
285: }
286:
287: public void setL2GroupPort(int arg0) {
288: throw new ImplementMe();
289:
290: }
291:
292: public void unsetHa() {
293: throw new ImplementMe();
294:
295: }
296:
297: public void unsetL2GroupPort() {
298: throw new ImplementMe();
299:
300: }
301:
302: public Port xgetL2GroupPort() {
303: throw new ImplementMe();
304: }
305:
306: public void xsetL2GroupPort(Port arg0) {
307: throw new ImplementMe();
308:
309: }
310:
311: }
|