com.ibm.commerce.rules
Class JustInTimeServiceManager.Entry

java.lang.Object
  |
  +--com.ibm.commerce.rules.JustInTimeServiceManager.Entry
Enclosing class:
JustInTimeServiceManager

public static class JustInTimeServiceManager.Entry
extends java.lang.Object

A convenience object representing an entry in the just-in-time service manager.


Constructor Summary
JustInTimeServiceManager.Entry(java.lang.String aServerName, java.lang.String aServiceName, int aStoreId)
          Creates a just-in-time service manager entry from the specified server name, service name and store ID.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getServerName()
           
 java.lang.String getServiceName()
           
 int getStoreId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JustInTimeServiceManager.Entry

public JustInTimeServiceManager.Entry(java.lang.String aServerName,
                                      java.lang.String aServiceName,
                                      int aStoreId)
Creates a just-in-time service manager entry from the specified server name, service name and store ID.
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

getServerName

public java.lang.String getServerName()

getServiceName

public java.lang.String getServiceName()

getStoreId

public int getStoreId()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

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