Esri Geoportal Server
1.2.9

com.esri.gpt.catalog.harvest.protocols
Class HostContextPair

java.lang.Object
  extended by com.esri.gpt.catalog.harvest.protocols.HostContextPair

public class HostContextPair
extends Object

host/context pair.


Constructor Summary
HostContextPair(String host)
           
HostContextPair(String host, String context)
           
 
Method Summary
 String getContext()
           
 String getHost()
           
static HostContextPair makeHostContextPair(String host)
          Makes host/context pair.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostContextPair

public HostContextPair(String host)

HostContextPair

public HostContextPair(String host,
                       String context)
Method Detail

makeHostContextPair

public static HostContextPair makeHostContextPair(String host)
Makes host/context pair.

Parameters:
host - host name
Returns:
host/context pair

getHost

public String getHost()

getContext

public String getContext()

toString

public String toString()
Overrides:
toString in class Object

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.