com.endeca.infront.navigation.model
Class MdexResource

java.lang.Object
  extended by com.endeca.infront.navigation.model.MdexResource

public class MdexResource
extends Object

Allows a connection to an MDEX server to be created.


Constructor Summary
MdexResource()
           
 
Method Summary
 String getHost()
           
 int getPort()
           
 String getRecordSpecName()
           
 com.endeca.navigation.ENEConnection makeConnection()
           
 void setHost(String host)
           
 void setPort(int port)
           
 void setRecordSpecName(String recordSpecName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MdexResource

public MdexResource()
Method Detail

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.