public class ResourceManagerContact extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_PORT |
static String |
DEFAULT_SERVICE |
protected String |
globusDN |
protected String |
hostName |
protected int |
portNumber |
protected String |
serviceName |
Modifier | Constructor and Description |
---|---|
protected |
ResourceManagerContact() |
|
ResourceManagerContact(String contact) |
Modifier and Type | Method and Description |
---|---|
static String |
convertDN(String globusDN) |
String |
getDN() |
String |
getGlobusDN() |
String |
getHostName() |
int |
getPortNumber() |
String |
getServiceName() |
String |
getSubject() |
protected void |
parse(String contact) |
String |
toString() |
public static final String DEFAULT_SERVICE
public static final int DEFAULT_PORT
protected String hostName
protected int portNumber
protected String serviceName
protected String globusDN
protected ResourceManagerContact()
public ResourceManagerContact(String contact)
Copyright © 2016. All rights reserved.