org.apache.hivemind.lib.impl
Class ServicePropertyFactoryParameter

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.hivemind.lib.impl.ServicePropertyFactoryParameter
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class ServicePropertyFactoryParameter
extends org.apache.hivemind.impl.BaseLocatable

Parameter object used with ServicePropertyFactory.

Author:
Howard Lewis Ship

Constructor Summary
ServicePropertyFactoryParameter()
           
 
Method Summary
 java.lang.String getPropertyName()
           
 org.apache.hivemind.internal.ServicePoint getServicePoint()
           
 void setPropertyName(java.lang.String string)
           
 void setServicePoint(org.apache.hivemind.internal.ServicePoint servicePoint)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicePropertyFactoryParameter

public ServicePropertyFactoryParameter()
Method Detail

getPropertyName

public java.lang.String getPropertyName()

getServicePoint

public org.apache.hivemind.internal.ServicePoint getServicePoint()

setPropertyName

public void setPropertyName(java.lang.String string)

setServicePoint

public void setServicePoint(org.apache.hivemind.internal.ServicePoint servicePoint)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.