public class RemoteToCorba extends Object implements StateFactory
Constructor and Description |
---|
RemoteToCorba() |
public Object getStateToBind(Object orig, Name name, Context ctx, Hashtable<?,?> env) throws NamingException
getStateToBind
in interface StateFactory
orig
- The object to turn into a CORBA object. If not Remote,
or if is a JRMP stub or impl, return null.name
- Ignoredctx
- The non-null CNCtx whose ORB to use.env
- IgnoredConfigurationException
- If the CORBA object cannot be obtained
due to configuration problems, for instance, if RMI-IIOP not available.NamingException
- If some other problem prevented a CORBA
object from being obtained from the Remote object.Copyright © 2013 JBoss by Red Hat. All rights reserved.