Package org.wildfly.iiop.openjdk.service
Class CorbaServiceUtil
java.lang.Object
org.wildfly.iiop.openjdk.service.CorbaServiceUtil
Utility class used by the CORBA related services.
- Author:
- Stefan Guilhen
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidbindObject(org.jboss.msc.service.ServiceTarget target, String contextName, Object value) Adds aBinderServiceto the specified target.
-
Method Details
-
bindObject
public static void bindObject(org.jboss.msc.service.ServiceTarget target, String contextName, Object value) Adds a
BinderServiceto the specified target. The service binds the specified value to JNDI under thejava:/jboss/contextNamecontext.- Parameters:
target- theServiceTargetwhere the service will be added.contextName- the JNDI context name where the value will be bound.value- the value to be bound.
-