All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.URLNaming.AlreadyExistsHelper

java.lang.Object
    |
    +----com.visigenic.vbroker.URLNaming.AlreadyExistsHelper

public abstract class AlreadyExistsHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/URLNaming"
exception AlreadyExists {
};


Constructor Index

 o AlreadyExistsHelper()

Method Index

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

Constructors

 o AlreadyExistsHelper
public AlreadyExistsHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index