
Ice.ObjectPrxHolder Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
package Ice;
/**
* Holder class for proxies that are out- or inout-parameters.
**/
public final class ObjectPrxHolder extends Holder
{
/**
* Instantiates the class with a null
proxy.
**/
public
ObjectPrxHolder()
{
}
/**
* Instantiates the class with the passed proxy.
*
* @param value The proxy value for this holder.
**/
public
ObjectPrxHolder(ObjectPrx value)
{
super(value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy