NDService
Interface NDPortType
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- NDBindingImpl, NDBindingStub, NDImpl
- public interface NDPortType
- extends java.rmi.Remote
initialization
public void initialization()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
stop
public void stop()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
register
public void register(java.lang.String name,
java.lang.String WAU,
java.lang.String WSU,
java.lang.String WCU)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unRegister
public java.lang.String unRegister(java.lang.String WAU)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getService
public GetServiceData[] getService(java.lang.String WAU)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getService_ByInstanceURL
public GetServiceData[] getService_ByInstanceURL(java.lang.String instanceURL)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getAllService
public GetServiceData[] getAllService(java.lang.String WAU)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
queryService
public RemoteServices queryService(java.lang.String WAUquery)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
queryService_ByInstanceURL
public RemoteServices queryService_ByInstanceURL(java.lang.String instanceURLquery)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
invalidate
public void invalidate(java.lang.String serviceEP)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException