it.imolinfo.jbi4corba.utils
Class DescInfo
java.lang.Object
it.imolinfo.jbi4corba.utils.DescInfo
- All Implemented Interfaces:
- Serializable
public class DescInfo
- extends Object
- implements Serializable
This Class is used as Holder for data used by the
WSDLDescriptor creation
- Author:
- lacquaviva
- See Also:
- Serialized Form
Field Summary |
static int |
CORB
|
static int |
GORB
|
static int |
SORB
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GORB
public static final int GORB
- See Also:
- Constant Field Values
SORB
public static final int SORB
- See Also:
- Constant Field Values
CORB
public static final int CORB
- See Also:
- Constant Field Values
DescInfo
public DescInfo()
isValid
public boolean isValid()
getORBType
public int getORBType()
setORBType
public void setORBType(int ORBType)
getAddress
public String getAddress()
setAddress
public void setAddress(String address)
getLocalizationType
public String getLocalizationType()
- Returns:
- String localization Tyep
setLocalizationType
public void setLocalizationType(String localizationType)
getDataSource
public Vector<Object[]> getDataSource()
getProperties
public Properties getProperties()
setProperties
public void setProperties(Vector<Object[]> properties)
isStateless
public boolean isStateless()
isPersistent
public boolean isPersistent()
setPersistent
public void setPersistent(boolean flag)
Copyright © 2005-2010 Imola Informatica. All Rights Reserved.