Table Of Contents
package com.cisco.vnm.common.api
public interface ServiceManagerHome extends Remote
Public Data Structures and Types
static final String registryName
Service Manager Home API
package com.cisco.vnm.common.api
public interface ServiceManagerHome extends Remote
This interface is a home interface for ServiceManager.
Public Data Structures and Types
static final String registryName
Usage:
static final String registryName;Public Methods
create()
Create a ServiceManager object.
Usage:
public ServiceManager create(String service_mgr,Properties prop) throws RemoteException;Parameters:
service_mgr—a string which is the name of the ServiceManager object.
prop—properties that specify the user name and password.
Returns:
ServiceManager object.