com.pixelmed.network
Class ProbeCapability.AETGenerator

java.lang.Object
  extended by com.pixelmed.network.ProbeCapability.AETGenerator
Enclosing class:
ProbeCapability

protected class ProbeCapability.AETGenerator
extends Object


Field Summary
protected  String hostname
           
protected  int port
           
protected  ProbeCapability.StringPermutationGenerator upperCaseNumericUnderscorePermutationGenerator
           
protected  boolean usedAllUpperCaseNumericUnderscore
           
protected  boolean usedHostnameAsAllUpperCase
           
protected  boolean usedHostnameAsSupplied
           
 
Constructor Summary
ProbeCapability.AETGenerator(String hostname, int port)
           
 
Method Summary
 String next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usedHostnameAsSupplied

protected boolean usedHostnameAsSupplied

usedHostnameAsAllUpperCase

protected boolean usedHostnameAsAllUpperCase

usedAllUpperCaseNumericUnderscore

protected boolean usedAllUpperCaseNumericUnderscore

upperCaseNumericUnderscorePermutationGenerator

protected ProbeCapability.StringPermutationGenerator upperCaseNumericUnderscorePermutationGenerator

hostname

protected final String hostname

port

protected final int port
Constructor Detail

ProbeCapability.AETGenerator

public ProbeCapability.AETGenerator(String hostname,
                                    int port)
Method Detail

next

public String next()