All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.interceptor.HandlerExistsHolder

java.lang.Object
   |
   +----com.visigenic.vbroker.interceptor.HandlerExistsHolder

public final class HandlerExistsHolder
extends Object
implements Streamable

IDL definition:
exception HandlerExists {
};


Variable Index

 o value

Constructor Index

 o HandlerExistsHolder()
 o HandlerExistsHolder(HandlerExists)

Method Index

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

Variables

 o value
 public HandlerExists value

Constructors

 o HandlerExistsHolder
 public HandlerExistsHolder()
 o HandlerExistsHolder
 public HandlerExistsHolder(HandlerExists 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