FileDocCategorySizeDatePackage
USLPort.javaAPI DocJava SE 5 API565Fri Aug 26 14:54:26 BST 2005com.sun.corba.se.impl.legacy.connection

USLPort

public class USLPort extends Object

Fields Summary
private String
type
private int
port
Constructors Summary
public USLPort(String type, int port)

	this.type = type;
	this.port = port;
    
Methods Summary
public intgetPort()

 return port; 
public java.lang.StringgetType()

 return type; 
public java.lang.StringtoString()

 return type + ":" + port;