Package org.wildfly.iiop.openjdk.service
Class CorbaServiceUtil
- java.lang.Object
-
- org.wildfly.iiop.openjdk.service.CorbaServiceUtil
-
public class CorbaServiceUtil extends Object
Utility class used by the CORBA related services.
- Author:
- Stefan Guilhen
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidbindObject(org.jboss.msc.service.ServiceTarget target, String contextName, Object value)Adds aBinderServiceto the specified target.
-
-
-
Method Detail
-
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.
-
-