public abstract class WindGatePortInfo extends Object
Modifier | Constructor and Description |
---|---|
protected |
WindGatePortInfo(String name,
String descriptionClass,
String profileName,
String resourceName,
Map<String,String> configuration)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Map<String,String> |
getConfiguration()
Returns the driver configuration.
|
String |
getDescriptionClass()
Returns the description class name.
|
String |
getName()
Returns the port name.
|
String |
getProfileName()
Returns the profile name.
|
String |
getResourceName()
Returns the resource name.
|
int |
hashCode() |
protected WindGatePortInfo(String name, String descriptionClass, String profileName, String resourceName, Map<String,String> configuration)
name
- the port namedescriptionClass
- the description classprofileName
- the profile nameresourceName
- the resource nameconfiguration
- the driver configurationpublic String getName()
public String getDescriptionClass()
public String getProfileName()
public String getResourceName()
public Map<String,String> getConfiguration()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.