org.jacorb.ir.gui.remoteobject

Class RemoteObject

public class RemoteObject extends ObjectRepresentant implements AbstractContainer

This class was generated by a SmartGuide.
Constructor Summary
protected RemoteObject(Object counterPart, TypeSystemNode type, String name)
This method was created by a SmartGuide.
Method Summary
ModelParticipant[]contents()
FC
ObjectinvokeOperation(IROperation op, String[] params)
This method was created by a SmartGuide.

Constructor Detail

RemoteObject

protected RemoteObject(Object counterPart, TypeSystemNode type, String name)
This method was created by a SmartGuide.

Parameters: counterPart java.lang.Object

Method Detail

contents

public ModelParticipant[] contents()
FCReturns: ModelParticipant[]

invokeOperation

public Object invokeOperation(IROperation op, String[] params)
This method was created by a SmartGuide.

Parameters: op org.jacorb.ir;.gui.typesystem.remote.IROperation params java.lang.String[]

Returns: java.lang.Object