All Packages Class Hierarchy This Package Previous Next Index
Class com.visigenic.vbroker.URLNaming.AlreadyExistsHolder
java.lang.Object
|
+----com.visigenic.vbroker.URLNaming.AlreadyExistsHolder
- public final class AlreadyExistsHolder
- extends Object
- implements Streamable
- Java Class com.visigenic.vbroker.URLNaming.AlreadyExistsHolder
- Source File com/visigenic/vbroker/URLNaming/AlreadyExistsHolder.java
- IDL Source File urlnaming.idl
- IDL Absolute Name ::URLNaming::AlreadyExists
- Repository Identifier IDL:visigenic.com/URLNaming/AlreadyExists:1.0
IDL definition:
exception AlreadyExists {
};
-
value
-
-
AlreadyExistsHolder()
-
-
AlreadyExistsHolder(AlreadyExists)
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public AlreadyExists value
AlreadyExistsHolder
public AlreadyExistsHolder()
AlreadyExistsHolder
public AlreadyExistsHolder(AlreadyExists value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index