org.jacorb.ir.gui.remoteobject
Class ObjectRepresentantFactory

java.lang.Object
  extended byorg.jacorb.ir.gui.remoteobject.ObjectRepresentantFactory

public class ObjectRepresentantFactory
extends java.lang.Object

This class was generated by a SmartGuide.


Constructor Summary
ObjectRepresentantFactory()
           
 
Method Summary
static ObjectRepresentant create(Object counterPart)
          This method was created by a SmartGuide.
static ObjectRepresentant create(java.lang.Object counterPart, TypeSystemNode type, TypeAssociator referencedBy)
          This method was created by a SmartGuide.
static ObjectRepresentant createFromIOR(java.lang.String ior)
          This method was created by a SmartGuide.
protected static void insertFromString(Any result, java.lang.String value, TCKind kind)
          This method was created by a SmartGuide.
static void main(java.lang.String[] args)
          This method was created by a SmartGuide.
static java.lang.Object objectFromAny(Any any)
          This method was created by a SmartGuide.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectRepresentantFactory

public ObjectRepresentantFactory()
Method Detail

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(java.lang.String ior)
This method was created by a SmartGuide.

Parameters:
ior - java.lang.String

insertFromString

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

Returns:
java.lang.Object

main

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

Parameters:
args - java.lang.String[]

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