NDService
Class NDBindingImpl

java.lang.Object
  extended byNDService.NDBindingImpl
All Implemented Interfaces:
NDPortType, java.rmi.Remote

public class NDBindingImpl
extends java.lang.Object
implements NDPortType


Constructor Summary
NDBindingImpl()
           
 
Method Summary
 GetServiceData[] getAllService(java.lang.String WAU)
           
 GetServiceData[] getService_ByInstanceURL(java.lang.String instanceURL)
           
 GetServiceData[] getService(java.lang.String WAU)
           
 void initialization()
           
 void invalidate(java.lang.String serviceEP)
           
 RemoteServices queryService_ByInstanceURL(java.lang.String instanceURLquery)
           
 RemoteServices queryService(java.lang.String WAUquery)
           
 void register(java.lang.String name, java.lang.String WAU, java.lang.String WSU, java.lang.String WCU)
           
 void stop()
           
 java.lang.String unRegister(java.lang.String WAU)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NDBindingImpl

public NDBindingImpl()
Method Detail

initialization

public void initialization()
                    throws java.rmi.RemoteException
Specified by:
initialization in interface NDPortType
Throws:
java.rmi.RemoteException

stop

public void stop()
          throws java.rmi.RemoteException
Specified by:
stop in interface NDPortType
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
Specified by:
register in interface NDPortType
Throws:
java.rmi.RemoteException

unRegister

public java.lang.String unRegister(java.lang.String WAU)
                            throws java.rmi.RemoteException
Specified by:
unRegister in interface NDPortType
Throws:
java.rmi.RemoteException

getService

public GetServiceData[] getService(java.lang.String WAU)
                            throws java.rmi.RemoteException
Specified by:
getService in interface NDPortType
Throws:
java.rmi.RemoteException

getAllService

public GetServiceData[] getAllService(java.lang.String WAU)
                               throws java.rmi.RemoteException
Specified by:
getAllService in interface NDPortType
Throws:
java.rmi.RemoteException

getService_ByInstanceURL

public GetServiceData[] getService_ByInstanceURL(java.lang.String instanceURL)
                                          throws java.rmi.RemoteException
Specified by:
getService_ByInstanceURL in interface NDPortType
Throws:
java.rmi.RemoteException

queryService

public RemoteServices queryService(java.lang.String WAUquery)
                            throws java.rmi.RemoteException
Specified by:
queryService in interface NDPortType
Throws:
java.rmi.RemoteException

queryService_ByInstanceURL

public RemoteServices queryService_ByInstanceURL(java.lang.String instanceURLquery)
                                          throws java.rmi.RemoteException
Specified by:
queryService_ByInstanceURL in interface NDPortType
Throws:
java.rmi.RemoteException

invalidate

public void invalidate(java.lang.String serviceEP)
                throws java.rmi.RemoteException
Specified by:
invalidate in interface NDPortType
Throws:
java.rmi.RemoteException