public class CorbaServiceUtil extends Object
Utility class used by the CORBA related services.
Modifier and Type | Method and Description |
---|---|
static void |
bindObject(org.jboss.msc.service.ServiceTarget target,
String contextName,
Object value)
Adds a
BinderService to the specified target. |
public static void bindObject(org.jboss.msc.service.ServiceTarget target, String contextName, Object value)
Adds a BinderService
to the specified target. The service binds the specified value to JNDI under the
java:/jboss/contextName
context.
target
- the ServiceTarget
where the service will be added.contextName
- the JNDI context name where the value will be bound.value
- the value to be bound.Copyright © 2016 JBoss by Red Hat. All rights reserved.