public abstract class StubAdapter extends Object
Modifier and Type | Method and Description |
---|---|
static Object |
activateServant(Servant servant)
Use implicit activation to get an object reference for the servant.
|
static Object |
activateTie(Tie tie)
Given any Tie, return the corresponding object refernce, activating
the Servant if necessary.
|
static void |
connect(Object stub,
ORB orb) |
static Delegate |
getDelegate(Object stub)
This also gets the delegate from a Servant by
using Servant._this_object()
|
static ORB |
getORB(Object stub) |
static String[] |
getTypeIds(Object stub) |
static boolean |
isLocal(Object stub) |
static boolean |
isStub(Object stub) |
static boolean |
isStubClass(Class cls) |
static OutputStream |
request(Object stub,
String operation,
boolean responseExpected) |
static void |
setDelegate(Object stub,
Delegate delegate) |
public static boolean isStubClass(Class cls)
public static boolean isStub(Object stub)
public static Object activateServant(Servant servant)
public static Object activateTie(Tie tie)
public static Delegate getDelegate(Object stub)
public static void connect(Object stub, ORB orb) throws RemoteException
RemoteException
public static boolean isLocal(Object stub)
public static OutputStream request(Object stub, String operation, boolean responseExpected)
Copyright © 2019 JBoss by Red Hat. All rights reserved.