org.gcube.common.core.resources.runninginstance
Class AccessPoint

java.lang.Object
  extended by org.gcube.common.core.resources.runninginstance.AccessPoint

public class AccessPoint
extends Object

Author:
Andrea Manzi (CNR)

Field Summary
protected  String factoryURI
           
protected  RunningInstanceInterfaces runningInstanceInterfaces
           
 
Constructor Summary
AccessPoint()
           
 
Method Summary
 boolean equals(Object obj)
           
 org.apache.axis.message.addressing.EndpointReferenceType getEndpoint(String entryName)
          Returns the asbsolute endpoint of a port-type from its relative endpoint.
 String getFactoryURI()
          Deprecated. 
 RunningInstanceInterfaces getRunningInstanceInterfaces()
          Gets the value of the runningInstanceInterfaces property.
 void setFactoryURI(String value)
          Deprecated. 
 void setRunningInstanceInterfaces(RunningInstanceInterfaces value)
          Sets the value of the runningInstanceInterfaces property.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runningInstanceInterfaces

protected RunningInstanceInterfaces runningInstanceInterfaces

factoryURI

protected String factoryURI
Constructor Detail

AccessPoint

public AccessPoint()
Method Detail

getRunningInstanceInterfaces

public RunningInstanceInterfaces getRunningInstanceInterfaces()
Gets the value of the runningInstanceInterfaces property.

Returns:
possible object is RunningInstanceInterfaces

setRunningInstanceInterfaces

public void setRunningInstanceInterfaces(RunningInstanceInterfaces value)
Sets the value of the runningInstanceInterfaces property.

Parameters:
value - allowed object is RunningInstanceInterfaces

getFactoryURI

@Deprecated
public String getFactoryURI()
Deprecated. 

Gets the value of the factoryURI property.

Returns:
possible object is String

setFactoryURI

@Deprecated
public void setFactoryURI(String value)
Deprecated. 

Sets the value of the factoryURI property.

Parameters:
value - allowed object is String

getEndpoint

public org.apache.axis.message.addressing.EndpointReferenceType getEndpoint(String entryName)
Returns the asbsolute endpoint of a port-type from its relative endpoint.

Parameters:
entryName - the relative endpoint.
Returns:
the absolute endpoint.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.