All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class VierGewinnt.Partie4gewinntHelper

java.lang.Object
    |
    +----VierGewinnt.Partie4gewinntHelper

public abstract class Partie4gewinntHelper
extends java.lang.Object

Constructor Index

 o Partie4gewinntHelper()
 

Method Index

 o bind(ORB)
 
 o bind(ORB, String)
 
 o bind(ORB, String, String, BindOptions)
 
 o extract(Any)
 
 o id()
 
 o insert(Any, Partie4gewinnt)
 
 o narrow(Object)
 
 o read(InputStream)
 
 o type()
 
 o write(OutputStream, Partie4gewinnt)
 

Constructor Detail

 o Partie4gewinntHelper
public Partie4gewinntHelper()

Method Detail

 o narrow
public static Partie4gewinnt narrow(org.omg.CORBA.Object object)
 o bind
public static Partie4gewinnt bind(org.omg.CORBA.ORB orb)
 o bind
public static Partie4gewinnt bind(org.omg.CORBA.ORB orb,
                                  java.lang.String name)
 o bind
public static Partie4gewinnt bind(org.omg.CORBA.ORB orb,
                                  java.lang.String name,
                                  java.lang.String host,
                                  org.omg.CORBA.BindOptions options)
 o read
public static Partie4gewinnt read(org.omg.CORBA.portable.InputStream _input)
 o write
public static void write(org.omg.CORBA.portable.OutputStream _output,
                         Partie4gewinnt value)
 o insert
public static void insert(org.omg.CORBA.Any any,
                          Partie4gewinnt value)
 o extract
public static Partie4gewinnt extract(org.omg.CORBA.Any any)
 o type
public static org.omg.CORBA.TypeCode type()
 o id
public static java.lang.String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index