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
// **********************************************************************
12
public final class InitializationData
14
public InitializationData()
18
public java.lang.Object
21
InitializationData clone = new InitializationData();
22
clone.properties = properties;
23
clone.logger = logger;
28
public Properties properties;