KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableServer > POAManagerPackage > State

org.omg.PortableServer.POAManagerPackage
Class State

java.lang.Object
  extended by org.omg.PortableServer.POAManagerPackage.State
All Implemented Interfaces:
Serializable, IDLEntity
See Also:
Top Examples, Source Code

public static final State ACTIVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final State DISCARDING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static State from_int(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final State HOLDING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final State INACTIVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected State(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int value()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _ACTIVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _DISCARDING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _HOLDING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _INACTIVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags