org.jacorb.ir.gui.remoteobject

Class ObjectRepresentantFactory


public class ObjectRepresentantFactory
extends java.lang.Object

This class was generated by a SmartGuide.

Method Summary

static ObjectRepresentant
create(java.lang.Object counterPart, TypeSystemNode type, TypeAssociator referencedBy)
This method was created by a SmartGuide.
static ObjectRepresentant
create(Object counterPart)
This method was created by a SmartGuide.
static ObjectRepresentant
createFromIOR(String ior)
This method was created by a SmartGuide.
protected static void
insertFromString(Any result, String value, TCKind kind)
This method was created by a SmartGuide.
static void
main(args[] )
This method was created by a SmartGuide.
static java.lang.Object
objectFromAny(Any any)
This method was created by a SmartGuide.

Method Details

create

public static ObjectRepresentant create(java.lang.Object counterPart,
                                        TypeSystemNode type,
                                        TypeAssociator referencedBy)
This method was created by a SmartGuide.

Parameters:
counterPart - java.lang.Object
type - TypeSystemNode
referencedBy - TypeAssociator: das Attribut, das das Objekt enth?lt (darf null sein)

Returns:
org.jacorb.ir;.gui.remoteobject.ObjectRepresentant


create

public static ObjectRepresentant create(Object counterPart)
This method was created by a SmartGuide.

Parameters:
counterPart - org.omg.CORBA.Object


createFromIOR

public static ObjectRepresentant createFromIOR(String ior)
This method was created by a SmartGuide.

Parameters:
ior - java.lang.String


insertFromString

protected static void insertFromString(Any result,
                                       String value,
                                       TCKind kind)
This method was created by a SmartGuide.

Parameters:


main

public static void main(args[] )
This method was created by a SmartGuide.

Parameters:


objectFromAny

public static java.lang.Object objectFromAny(Any any)
This method was created by a SmartGuide.

Parameters:
any - org.omg.CORBA.Any

Returns:
java.lang.Object