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 Details

    • bindObject

      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.

      Parameters:
      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.