All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.ObjLocation.FailReasonHelper

java.lang.Object
   |
   +----com.visigenic.vbroker.ObjLocation.FailReasonHelper

public abstract class FailReasonHelper
extends Object

IDL definition:
enum FailReason {
NO_AGENT_AVAILABLE,
INVALID_REPOSITORY_ID,
INVALID_OBJECT_NAME,
NO_SUCH_TRIGGER,
AGENT_ERROR
};


Constructor Index

 o FailReasonHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, FailReason)
 o read(InputStream)
 o type()
 o write(OutputStream, FailReason)

Constructors

 o FailReasonHelper
 public FailReasonHelper()

Methods

 o read
 public static FailReason read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          FailReason value)
 o insert
 public static void insert(Any any,
                           FailReason value)
 o extract
 public static FailReason extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index