org.openorb.ins.callback

Class CallbackPOA

public abstract class CallbackPOA extends Servant implements CallbackOperations, InvokeHandler

This interface must be implemented by the NS listener which would like to receive NS events.
Method Summary
String[]_all_interfaces(POA poa, byte[] objectId)
OutputStream_invoke(String opName, InputStream _is, ResponseHandler handler)
Callback_this()
Callback_this(ORB orb)

Method Detail

_all_interfaces

public String[] _all_interfaces(POA poa, byte[] objectId)

_invoke

public final OutputStream _invoke(String opName, InputStream _is, ResponseHandler handler)

_this

public Callback _this()

_this

public Callback _this(ORB orb)