Main Page
|
Namespace List
|
Class Hierarchy
|
Alphabetical List
|
Class List
|
File List
|
Namespace Members
|
Class Members
|
File Members
|
Related Pages
alma::ACS::ComponentStates Class Reference
Collaboration diagram for alma::ACS::ComponentStates:
[
legend
]
List of all members.
Public Member Functions
int
value
()
String
toString
()
Static Public Member Functions
ComponentStates
from_int
(int
value
)
Static Public Attributes
final int
_COMPSTATE_NEW
= 0
final
ComponentStates
COMPSTATE_NEW
= new
ComponentStates
(
_COMPSTATE_NEW
)
final int
_COMPSTATE_INITIALIZING
= 1
final
ComponentStates
COMPSTATE_INITIALIZING
= new
ComponentStates
(
_COMPSTATE_INITIALIZING
)
final int
_COMPSTATE_INITIALIZED
= 2
final
ComponentStates
COMPSTATE_INITIALIZED
= new
ComponentStates
(
_COMPSTATE_INITIALIZED
)
final int
_COMPSTATE_OPERATIONAL
= 3
final
ComponentStates
COMPSTATE_OPERATIONAL
= new
ComponentStates
(
_COMPSTATE_OPERATIONAL
)
final int
_COMPSTATE_ERROR
= 4
final
ComponentStates
COMPSTATE_ERROR
= new
ComponentStates
(
_COMPSTATE_ERROR
)
final int
_COMPSTATE_DESTROYING
= 5
final
ComponentStates
COMPSTATE_DESTROYING
= new
ComponentStates
(
_COMPSTATE_DESTROYING
)
final int
_COMPSTATE_ABORTING
= 6
final
ComponentStates
COMPSTATE_ABORTING
= new
ComponentStates
(
_COMPSTATE_ABORTING
)
final int
_COMPSTATE_DEFUNCT
= 7
final
ComponentStates
COMPSTATE_DEFUNCT
= new
ComponentStates
(
_COMPSTATE_DEFUNCT
)
final int
_COMPSTATE_UNKNOWN
= 8
final
ComponentStates
COMPSTATE_UNKNOWN
= new
ComponentStates
(
_COMPSTATE_UNKNOWN
)
Protected Member Functions
ComponentStates
(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 "ComponentStates"
Author:
JacORB IDL compiler
Constructor & Destructor Documentation
alma::ACS::ComponentStates::ComponentStates
(
int
i
)
[inline, protected]
Member Function Documentation
ComponentStates
alma::ACS::ComponentStates::from_int
(
int
value
)
[inline, static]
java.lang.Object alma::ACS::ComponentStates::readResolve
(
)
throws java.io.ObjectStreamException
[inline, package]
String alma::ACS::ComponentStates::toString
(
)
[inline]
int
alma::ACS::ComponentStates::value
(
)
[inline]
Member Data Documentation
final int
alma::ACS::ComponentStates::_COMPSTATE_ABORTING
= 6
[static]
final int
alma::ACS::ComponentStates::_COMPSTATE_DEFUNCT
= 7
[static]
final int
alma::ACS::ComponentStates::_COMPSTATE_DESTROYING
= 5
[static]
final int
alma::ACS::ComponentStates::_COMPSTATE_ERROR
= 4
[static]
final int
alma::ACS::ComponentStates::_COMPSTATE_INITIALIZED
= 2
[static]
final int
alma::ACS::ComponentStates::_COMPSTATE_INITIALIZING
= 1
[static]
final int
alma::ACS::ComponentStates::_COMPSTATE_NEW
= 0
[static]
final int
alma::ACS::ComponentStates::_COMPSTATE_OPERATIONAL
= 3
[static]
final int
alma::ACS::ComponentStates::_COMPSTATE_UNKNOWN
= 8
[static]
final
ComponentStates
alma::ACS::ComponentStates::COMPSTATE_ABORTING
= new
ComponentStates
(
_COMPSTATE_ABORTING
)
[static]
final
ComponentStates
alma::ACS::ComponentStates::COMPSTATE_DEFUNCT
= new
ComponentStates
(
_COMPSTATE_DEFUNCT
)
[static]
final
ComponentStates
alma::ACS::ComponentStates::COMPSTATE_DESTROYING
= new
ComponentStates
(
_COMPSTATE_DESTROYING
)
[static]
final
ComponentStates
alma::ACS::ComponentStates::COMPSTATE_ERROR
= new
ComponentStates
(
_COMPSTATE_ERROR
)
[static]
final
ComponentStates
alma::ACS::ComponentStates::COMPSTATE_INITIALIZED
= new
ComponentStates
(
_COMPSTATE_INITIALIZED
)
[static]
final
ComponentStates
alma::ACS::ComponentStates::COMPSTATE_INITIALIZING
= new
ComponentStates
(
_COMPSTATE_INITIALIZING
)
[static]
final
ComponentStates
alma::ACS::ComponentStates::COMPSTATE_NEW
= new
ComponentStates
(
_COMPSTATE_NEW
)
[static]
final
ComponentStates
alma::ACS::ComponentStates::COMPSTATE_OPERATIONAL
= new
ComponentStates
(
_COMPSTATE_OPERATIONAL
)
[static]
final
ComponentStates
alma::ACS::ComponentStates::COMPSTATE_UNKNOWN
= new
ComponentStates
(
_COMPSTATE_UNKNOWN
)
[static]
int
alma::ACS::ComponentStates::value
= -1
[private]
The documentation for this class was generated from the following file:
ComponentStates.java
Generated on Thu Apr 30 02:48:10 2009 for ACS Java API by
1.3.8