org.astrogrid.community.client.database.manager
Class DatabaseManagerSoapDelegate

java.lang.Object
  extended byorg.astrogrid.community.client.service.CommunityServiceCoreDelegate
      extended byorg.astrogrid.community.client.database.manager.DatabaseManagerCoreDelegate
          extended byorg.astrogrid.community.client.database.manager.DatabaseManagerSoapDelegate
All Implemented Interfaces:
org.astrogrid.community.common.service.CommunityService, CommunityServiceDelegate, org.astrogrid.community.common.database.manager.DatabaseManager, DatabaseManagerDelegate, java.rmi.Remote

public class DatabaseManagerSoapDelegate
extends DatabaseManagerCoreDelegate
implements DatabaseManagerDelegate

Soap delegate for our DatabaseManager service.


Constructor Summary
DatabaseManagerSoapDelegate()
          Public constructor.
DatabaseManagerSoapDelegate(java.lang.String endpoint)
          Public constructor, for a specific endpoint URL.
DatabaseManagerSoapDelegate(java.net.URL endpoint)
          Public constructor, for a specific endpoint URL.
 
Method Summary
 java.net.URL getEndpoint()
          Get our endpoint address.
 void setEndpoint(java.net.URL endpoint)
          Set our endpoint address.
 
Methods inherited from class org.astrogrid.community.client.database.manager.DatabaseManagerCoreDelegate
checkDatabaseTables, getDatabaseConfigResource, getDatabaseConfigUrl, getDatabaseDescription, getDatabaseManager, getDatabaseName, getDatabaseScriptResource, resetDatabaseTables, setDatabaseManager
 
Methods inherited from class org.astrogrid.community.client.service.CommunityServiceCoreDelegate
getCommunityService, getServiceStatus, identifierException, policyException, resourceException, securityException, serviceException, setCommunityService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.astrogrid.community.client.database.manager.DatabaseManagerDelegate
checkDatabaseTables, getDatabaseConfigResource, getDatabaseConfigUrl, getDatabaseDescription, getDatabaseName, getDatabaseScriptResource, getServiceStatus, resetDatabaseTables
 

Constructor Detail

DatabaseManagerSoapDelegate

public DatabaseManagerSoapDelegate()
Public constructor.


DatabaseManagerSoapDelegate

public DatabaseManagerSoapDelegate(java.lang.String endpoint)
                            throws java.net.MalformedURLException
Public constructor, for a specific endpoint URL.

Parameters:
endpoint - The service endpoint URL.

DatabaseManagerSoapDelegate

public DatabaseManagerSoapDelegate(java.net.URL endpoint)
Public constructor, for a specific endpoint URL.

Parameters:
endpoint - - The service endpoint URL.
Method Detail

getEndpoint

public java.net.URL getEndpoint()
Get our endpoint address.


setEndpoint

public void setEndpoint(java.net.URL endpoint)
Set our endpoint address.

To Do:
Empty catch throws away Exceptions. Need better Exception handling.


Copyright © 2002-2007 AstroGrid. All Rights Reserved.