Calypso Gateway v1.0

codec.build
Class CompletionStatusHelper

java.lang.Object
  |
  +--codec.build.CompletionStatusHelper

public final class CompletionStatusHelper
extends java.lang.Object

Helper class for body of "CompletionStatus". Introduced in order to adapt system exceptions to representation identical to user exceptions. System exceptions are viewed as a special case of user exceptions.


Constructor Summary
CompletionStatusHelper()
           
 
Method Summary
static java.lang.String id()
           
static org.omg.CORBA.TypeCode type()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

CompletionStatusHelper

public CompletionStatusHelper()
Method Detail

type

public static org.omg.CORBA.TypeCode type()

id

public static java.lang.String id()

Calypso Gateway v1.0