Package | Description |
---|---|
com.sun.corba.se.spi.PortableActivationIDL |
Modifier and Type | Class and Description |
---|---|
class |
_ServerProxyStub
Server callback interface, passed to Activator in registerServer method.
|
Modifier and Type | Field and Description |
---|---|
ServerProxy |
ServerProxyHolder.value |
Modifier and Type | Method and Description |
---|---|
ServerProxy |
ServerProxyPOA._this() |
ServerProxy |
ServerProxyPOA._this(ORB orb) |
static ServerProxy |
ServerProxyHelper.extract(Any a) |
static ServerProxy |
ServerProxyHelper.narrow(Object obj) |
static ServerProxy |
ServerProxyHelper.read(InputStream istream) |
static ServerProxy |
ServerProxyHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
ServerProxyHelper.insert(Any a,
ServerProxy that) |
void |
_ServerManagerStub.registerServer(String serverId,
ServerProxy serverObj)
A new ORB started server registers itself with the Activator
|
void |
_ActivatorStub.registerServer(String serverId,
ServerProxy serverObj)
A new ORB started server registers itself with the Activator
|
void |
ServerManagerPOATie.registerServer(String serverId,
ServerProxy serverObj)
A new ORB started server registers itself with the Activator
|
void |
ActivatorPOATie.registerServer(String serverId,
ServerProxy serverObj)
A new ORB started server registers itself with the Activator
|
void |
ActivatorOperations.registerServer(String serverId,
ServerProxy serverObj)
A new ORB started server registers itself with the Activator
|
static void |
ServerProxyHelper.write(OutputStream ostream,
ServerProxy value) |
Constructor and Description |
---|
ServerProxyHolder(ServerProxy initialValue) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.