com.endeca.infront.navigation.model
Class MdexResource
java.lang.Object
   com.endeca.infront.navigation.model.MdexResource
com.endeca.infront.navigation.model.MdexResource
- public class MdexResource 
- extends Object
Allows a connection to an MDEX server to be created.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MdexResource
public MdexResource()
getHost
public String getHost()
- 
- Returns:
- the hostname of the MDEX server.
 
setHost
public void setHost(String host)
- 
- Parameters:
- host- the hostname of the MDEX server.
- See Also:
- getHost()
 
getPort
public int getPort()
- 
- Returns:
- the port of the MDEX server.
 
setPort
public void setPort(int port)
- 
- Parameters:
- port- the port of the MDEX server.
- See Also:
- getPort()
 
getRecordSpecName
public String getRecordSpecName()
- 
- Returns:
- the name of the record spec property.
 
setRecordSpecName
public void setRecordSpecName(String recordSpecName)
- 
- Parameters:
- recordSpecName- the name of the record spec property.
- See Also:
- getRecordSpecName()
 
makeConnection
public com.endeca.navigation.ENEConnection makeConnection()
- 
- Returns:
- an ENEConnection object for the MDEX server represented by
 this MdexResource.
 
Copyright © 2012, Oracle and/or its affiliates. All rights reserved.