public class MdexResource extends Object
| Constructor and Description |
|---|
MdexResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
String |
getRecordSpecName() |
com.endeca.navigation.ENEConnection |
makeConnection() |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setRecordSpecName(String recordSpecName) |
public String getHost()
public void setHost(String host)
host - the hostname of the MDEX server.getHost()public int getPort()
public void setPort(int port)
port - the port of the MDEX server.getPort()public String getRecordSpecName()
public void setRecordSpecName(String recordSpecName)
recordSpecName - the name of the record spec property.getRecordSpecName()public com.endeca.navigation.ENEConnection makeConnection()
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.