com.webify.wsf.engine.mediation
Class EndpointComputation

java.lang.Object
  extended by com.webify.wsf.engine.mediation.EndpointComputation

public final class EndpointComputation
extends java.lang.Object

Holds information about how a endpoint was selected. Includes data that is useful for debugging and performance testing/debugging.

Version:
$Revision: $
Author:
msanchez

Constructor Summary
EndpointComputation()
           
 
Method Summary
 void addCandidateEndpoint(java.lang.String endpointId)
           
 void addMatchingEndpoint(EndpointScore match)
           
 java.util.Set getCandidateEndpoints()
           
 java.util.Set getMatchingEndpoints()
           
 PolicyComputation getPolicyComputation()
           
 EndpointScore getSelectedScore()
           
 long getSelectionTime()
           
 void setPolicyComputation(PolicyComputation policyComputation)
           
 void setSelectedScore(EndpointScore selectedScore)
           
 void setSelectionTime(long selectionTime)
           
 java.lang.String toString()
           
 EndpointComputationDocument toXmlObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointComputation

public EndpointComputation()
Method Detail

getPolicyComputation

public PolicyComputation getPolicyComputation()

setPolicyComputation

public void setPolicyComputation(PolicyComputation policyComputation)

getSelectedScore

public EndpointScore getSelectedScore()

setSelectedScore

public void setSelectedScore(EndpointScore selectedScore)

getSelectionTime

public long getSelectionTime()

setSelectionTime

public void setSelectionTime(long selectionTime)

addMatchingEndpoint

public void addMatchingEndpoint(EndpointScore match)

getMatchingEndpoints

public java.util.Set getMatchingEndpoints()
Returns:
non-null set of EndpointScore instances.

addCandidateEndpoint

public void addCandidateEndpoint(java.lang.String endpointId)

getCandidateEndpoints

public java.util.Set getCandidateEndpoints()
Returns:
non-null set of endpointId strings.

toXmlObject

public EndpointComputationDocument toXmlObject()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2009 IBM. All Rights Reserved.