1
// **********************************************************************
3
// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
5
// This copy of Ice-E is licensed to you under the terms described in the
6
// ICEE_LICENSE file included in this distribution.
8
// **********************************************************************
10
public class CollocatedWrapper
11
extends TestApplication
16
throws javax.microedition.midlet.MIDletStateChangeException
19
new Thread(this).start();
27
if(_communicator != null)
29
Collocated.run(new String[0], _communicator, _out);
35
_out.println(ex.toString());