edu.internet2.middleware.grouper.instrumentation
Class TierDiscovery

java.lang.Object
  extended by edu.internet2.middleware.grouper.instrumentation.TierDiscovery

public class TierDiscovery
extends Object

Author:
shilen

Constructor Summary
TierDiscovery()
           
 
Method Summary
 Map<String,String>[] getEndpoints()
           
 boolean isServiceEnabled()
           
 void setEndpoints(Map<String,String>[] endpoints)
           
 void setServiceEnabled(boolean serviceEnabled)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TierDiscovery

public TierDiscovery()
Method Detail

isServiceEnabled

public boolean isServiceEnabled()
Returns:
the serviceEnabled

setServiceEnabled

public void setServiceEnabled(boolean serviceEnabled)
Parameters:
serviceEnabled - the serviceEnabled to set

getEndpoints

public Map<String,String>[] getEndpoints()
Returns:
the endpoints

setEndpoints

public void setEndpoints(Map<String,String>[] endpoints)
Parameters:
endpoints - the endpoints to set