All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.IOP.ProfileIdHolder

java.lang.Object
    |
    +----com.visigenic.vbroker.IOP.ProfileIdHolder

public final class ProfileIdHolder
extends Object
implements Streamable

IDL definition:
#pragma prefix "visigenic.com/IOP"
typedef unsigned long ProfileId;


Variable Index

 o value

Constructor Index

 o ProfileIdHolder()
 o ProfileIdHolder(int)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
public int value

Constructors

 o ProfileIdHolder
public ProfileIdHolder()
 o ProfileIdHolder
public ProfileIdHolder(int value)

Methods

 o _read
public void _read(InputStream input)
 o _write
public void _write(OutputStream output)
 o _type
public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index