Searched defs:getAddress (Results 1 - 25 of 53) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXAddressable.java40 * {@link #getAddress()}.</p>
51 public JMXServiceURL getAddress(); method in interface:JMXAddressable
H A DJMXConnectorServerMBean.java170 public JMXServiceURL getAddress(); method in interface:JMXConnectorServerMBean
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/iiop/
H A DAlternateIIOPAddressComponent.java36 public IIOPAddress getAddress() ; method in interface:AlternateIIOPAddressComponent
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DAddressException.java39 public long getAddress() { method in class:AddressException
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DGlobalSym.java39 public Address getAddress(); method in interface:GlobalSym
H A DBlockSym.java40 public Address getAddress(); method in interface:BlockSym
H A DField.java39 public Address getAddress(); method in interface:Field
H A DDebugEvent.java78 public Address getAddress(); method in interface:DebugEvent
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DNotificationTarget.java33 public InetAddress getAddress(); method in interface:NotificationTarget
H A DNotificationTargetImpl.java119 public InetAddress getAddress() { method in class:NotificationTargetImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DAlternateIIOPAddressComponentImpl.java71 public IIOPAddress getAddress() method in class:AlternateIIOPAddressComponentImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DStub.java55 public Address getAddress() { return addr; } method in class:Stub
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVMObject.java69 public Address getAddress() { method in class:VMObject
/openjdk7/jdk/src/share/classes/java/net/
H A DInterfaceAddress.java54 public InetAddress getAddress() { method in class:InterfaceAddress
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLPort.java57 EndpointAddress getAddress(); method in interface:WSDLPort
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DBoundEndpoint.java60 @NotNull URI getAddress(); method in interface:BoundEndpoint
76 @NotNull URI getAddress(String baseAddress); method in interface:BoundEndpoint
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicGlobalSym.java45 public Address getAddress() { return addr; } method in class:BasicGlobalSym
H A DLazyBlockSym.java45 public Address getAddress() { return null; } method in class:LazyBlockSym
H A DBasicBlockSym.java51 public Address getAddress() { return addr; } method in class:BasicBlockSym
H A DBasicField.java76 public Address getAddress() { method in class:BasicField
90 address = sym.getAddress();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DCPPExpressions.java51 public String getAddress() { method in class:CPPExpressions.CastExpr
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DPrincipalImpl.java104 if(add[i].equals (((PrincipalImpl) a).getAddress()))
136 public InetAddress getAddress(){ method in class:PrincipalImpl
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DNMethod.java45 public long getAddress() { method in class:NMethod
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerAdapter.java79 public URI getAddress() { method in class:ServerAdapter
85 return getAddress(webModule.getContextPath());
88 public @NotNull URI getAddress(String baseAddress) { method in class:ServerAdapter
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DHttpServerImpl.java89 public InetSocketAddress getAddress() { method in class:HttpServerImpl
90 return server.getAddress();

Completed in 99 milliseconds

123