org.jacorb.ir.gui.remoteobject

Class ObjectRepresentantFactory

public class ObjectRepresentantFactory extends Object

This class was generated by a SmartGuide.
Method Summary
static ObjectRepresentantcreate(Object counterPart, TypeSystemNode type, TypeAssociator referencedBy)
This method was created by a SmartGuide.
static ObjectRepresentantcreate(Object counterPart)
This method was created by a SmartGuide.
static ObjectRepresentantcreateFromIOR(String ior)
This method was created by a SmartGuide.
protected static voidinsertFromString(Any result, String value, TCKind kind)
This method was created by a SmartGuide.
static voidmain(String[] args)
This method was created by a SmartGuide.
static ObjectobjectFromAny(Any any)
This method was created by a SmartGuide.

Method Detail

create

public static ObjectRepresentant create(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 enthC$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.

main

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

Parameters: args java.lang.String[]

objectFromAny

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

Parameters: any org.omg.CORBA.Any

Returns: java.lang.Object