com.ibm.websphere.wim.ejb

Interface WIMService

  • All Superinterfaces:
    ConfigConstants, ConfigService, DynamicConfigConstants, DynamicConfigService, ProfileService, SchemaConstants, SchemaService, Service


    public interface WIMService
    extends Service
    Remote interface for vmm service EJB.

    LocalServiceProvider can be used to connect to this remote interface. Following is a sample code:

            String providerURL = "corbaloc:iiop:localhost:2809";
            Hashtable environment = new Hashtable();
            environment.put(LocalServiceProvider.PROVIDER_URL, providerURL);
            Service service = new LocalServiceProvider(environment);
     
    Where "localhost" is the host name of the machine with vmm service EJB and "2809" is the RMI port.