1 23 24 29 30 package com.sun.enterprise.admin.jmx.remote.comm; 31 32 34 public interface GenericHttpConnectorAddress extends ConnectorAddress { 35 40 String getHost(); 41 45 void setHost(String host); 46 49 int getPort(); 50 53 void setPort(int port); 54 55 59 AuthenticationInfo getAuthenticationInfo(); 60 63 void setAuthenticationInfo(AuthenticationInfo authInfo); 64 } | Popular Tags |