alma::bulkdata::Connection Class Reference

Collaboration diagram for alma::bulkdata::Connection:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int value ()
String toString ()

Static Public Member Functions

static Connection from_int (int value)

Static Public Attributes

static final int _READY = 0
static final Connection READY = new Connection(_READY)
static final int _OPENED = 1
static final Connection OPENED = new Connection(_OPENED)
static final int _CONNECTED = 2
static final Connection CONNECTED = new Connection(_CONNECTED)

Protected Member Functions

 Connection (int i)

Package Functions

java.lang.Object readResolve () throws java.io.ObjectStreamException

Private Attributes

int value = -1

Detailed Description

Generated from IDL definition of enum "Connection"

Author:
JacORB IDL compiler

Constructor & Destructor Documentation

alma::bulkdata::Connection::Connection ( int  i  )  [inline, protected]

References value().


Member Function Documentation

static Connection alma::bulkdata::Connection::from_int ( int  value  )  [inline, static]
java.lang.Object alma::bulkdata::Connection::readResolve (  )  throws java.io.ObjectStreamException [inline, package]

References from_int(), and value().

String alma::bulkdata::Connection::toString (  )  [inline]

References _CONNECTED, _OPENED, _READY, and value().

int alma::bulkdata::Connection::value (  )  [inline]

Referenced by Connection(), readResolve(), and toString().


Member Data Documentation

Referenced by from_int(), and toString().

final int alma::bulkdata::Connection::_OPENED = 1 [static]

Referenced by from_int(), and toString().

final int alma::bulkdata::Connection::_READY = 0 [static]

Referenced by from_int(), and toString().

Referenced by from_int().

Referenced by from_int().

Referenced by from_int().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2