jSyncManager Simple Java Server

Uses of Class
org.jSyncManager.SJS.ConnectionManagerNotFoundException

Packages that use ConnectionManagerNotFoundException
org.jSyncManager.SJS   
 

Uses of ConnectionManagerNotFoundException in org.jSyncManager.SJS
 

Methods in org.jSyncManager.SJS that throw ConnectionManagerNotFoundException
 void ServerRemoteInterface.acceptIncomingRequests(java.net.SocketAddress address)
          A method to accept incoming requests to the specified service.
 void Server.acceptIncomingRequests(java.net.SocketAddress address)
          A method to accept incoming requests to the specified service.
 void ServerRemoteInterface.acceptIncomingRequests(java.lang.String serviceName)
          A method to accept incoming requests to the specified service.
 void Server.acceptIncomingRequests(java.lang.String serviceName)
          A method to accept incoming requests to the specified service.
 void ServerRemoteInterface.acceptIncomingRequests(java.lang.String address, int port)
          A method to accept incoming requests to the specified service.
 void Server.acceptIncomingRequests(java.lang.String address, int port)
          A method to accept incoming requests to the specified service.
 void ServerRemoteInterface.denyIncomingRequests(java.net.SocketAddress address)
          A method to deny incoming requests to the specified service.
 void Server.denyIncomingRequests(java.net.SocketAddress address)
          A method to deny incoming requests to the specified service.
 void ServerRemoteInterface.denyIncomingRequests(java.lang.String serviceName)
          A method to deny incoming requests to the specified service.
 void Server.denyIncomingRequests(java.lang.String serviceName)
          A method to deny incoming requests to the specified service.
 void ServerRemoteInterface.denyIncomingRequests(java.lang.String address, int port)
          A method to deny incoming requests to the specified service.
 void Server.denyIncomingRequests(java.lang.String address, int port)
          A method to deny incoming requests to the specified service.
 java.lang.String ServerRemoteInterface.describeService(java.net.SocketAddress address)
          A method to describe the specified service.
 java.lang.String Server.describeService(java.net.SocketAddress address)
          A method to describe the specified service.
 java.lang.String ServerRemoteInterface.describeService(java.lang.String serviceName)
          A method to describe the specified service.
 java.lang.String Server.describeService(java.lang.String serviceName)
          A method to describe the specified service.
 java.lang.String ServerRemoteInterface.describeService(java.lang.String address, int port)
          A method to describe the specified service.
 java.lang.String Server.describeService(java.lang.String address, int port)
          A method to describe the specified service.
 java.lang.String ServerRemoteInterface.describeServiceParameter(java.net.SocketAddress address, java.lang.String param)
          A method to describe the specified service parameter.
 java.lang.String Server.describeServiceParameter(java.net.SocketAddress address, java.lang.String param)
          A method to describe the specified service parameter.
 java.lang.String ServerRemoteInterface.describeServiceParameter(java.lang.String address, int port, java.lang.String param)
          A method to describe the specified service parameter.
 java.lang.String Server.describeServiceParameter(java.lang.String address, int port, java.lang.String param)
          A method to describe the specified service parameter.
 java.lang.String ServerRemoteInterface.describeServiceParameter(java.lang.String serviceName, java.lang.String param)
          A method to describe the specified service parameter.
 java.lang.String Server.describeServiceParameter(java.lang.String serviceName, java.lang.String param)
          A method to describe the specified service parameter.
 java.lang.String ServerRemoteInterface.getStatus(java.net.SocketAddress address)
          A method to query the status of the specified service.
 java.lang.String Server.getStatus(java.net.SocketAddress address)
          A method to query the status of the specified service.
 java.lang.String ServerRemoteInterface.getStatus(java.lang.String serviceName)
          A method to query the status of the specified service.
 java.lang.String Server.getStatus(java.lang.String serviceName)
          A method to query the status of the specified service.
 java.lang.String ServerRemoteInterface.getStatus(java.lang.String address, int port)
          A method to query the status of the specified service.
 java.lang.String Server.getStatus(java.lang.String address, int port)
          A method to query the status of the specified service.
 void ServerRemoteInterface.removeService(java.net.SocketAddress address)
          A method to remove the specified service.
 void Server.removeService(java.net.SocketAddress address)
          A method to remove the specified service.
 void ServerRemoteInterface.removeService(java.lang.String serviceName)
          A method to remove the specified service.
 void Server.removeService(java.lang.String serviceName)
          A method to remove the specified service.
 void ServerRemoteInterface.removeService(java.lang.String address, int port)
          A method to remove the specified service.
 void Server.removeService(java.lang.String address, int port)
          A method to remove the specified service.
 void ServerRemoteInterface.removeServiceParameter(java.net.SocketAddress address, java.lang.String param)
          A method to remove the specified service.
 void Server.removeServiceParameter(java.net.SocketAddress address, java.lang.String param)
          A method to remove the specified service.
 void ServerRemoteInterface.removeServiceParameter(java.lang.String address, int port, java.lang.String param)
          A method to remove the specified service parameter.
 void Server.removeServiceParameter(java.lang.String address, int port, java.lang.String param)
          A method to remove the specified service parameter.
 void ServerRemoteInterface.removeServiceParameter(java.lang.String serviceName, java.lang.String param)
          A method to remove the specified service parameter.
 void Server.removeServiceParameter(java.lang.String serviceName, java.lang.String param)
          A method to remove the specified service parameter.
 void ServerRemoteInterface.setServiceParameter(java.net.SocketAddress address, java.lang.String param, java.lang.String value)
          A method to set the specified service parameter.
 void Server.setServiceParameter(java.net.SocketAddress address, java.lang.String param, java.lang.String value)
          A method to set the specified service parameter.
 void ServerRemoteInterface.setServiceParameter(java.lang.String address, int port, java.lang.String param, java.lang.String value)
          A method to set the specified service parameter.
 void Server.setServiceParameter(java.lang.String address, int port, java.lang.String param, java.lang.String value)
          A method to set the specified service parameter.
 void ServerRemoteInterface.setServiceParameter(java.lang.String serviceName, java.lang.String param, java.lang.String value)
          A method to set the specified service parameter.
 void Server.setServiceParameter(java.lang.String serviceName, java.lang.String param, java.lang.String value)
          A method to set the specified service parameter.
 


jSyncManager Simple Java Server

Copyright (c) 2004 Brad BARCLAY. All Rights Reserved.