org.deegree.remoteows.wms
Class RemoteWMS

java.lang.Object
  extended by org.deegree.remoteows.wms.RemoteWMS
All Implemented Interfaces:
Resource, RemoteOWS

public class RemoteWMS
extends Object
implements RemoteOWS

Version:
$Revision: 31451 $, $Date: 2011-08-08 08:13:46 +0200 (Mon, 08 Aug 2011) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Constructor Summary
RemoteWMS(WMSClient client)
           
 
Method Summary
 void destroy()
          Usually called by the ResourceManager upon workspace shutdown.
 WMSClient getClient()
           
 void init(DeegreeWorkspace workspace)
          Usually called by the ResourceManager upon workspace startup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteWMS

public RemoteWMS(WMSClient client)
Parameters:
client -
Method Detail

getClient

public WMSClient getClient()

destroy

public void destroy()
Description copied from interface: Resource
Usually called by the ResourceManager upon workspace shutdown.

Specified by:
destroy in interface Resource

init

public void init(DeegreeWorkspace workspace)
          throws ResourceInitException
Description copied from interface: Resource
Usually called by the ResourceManager upon workspace startup.

Specified by:
init in interface Resource
Parameters:
workspace - the workspace the resource belongs to, may be null
Throws:
ResourceInitException


Copyright © 2011. All Rights Reserved.