1
// **********************************************************************
3
// Copyright (c) 2003-2007 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 ServerMIDlet extends ServerBase
13
updateProperties(Ice.Properties properties)
15
properties.setProperty("TestAdapter.Endpoints",
16
"default -p " + _port.getString() + " -t " + _timeout.getString());