org.apache.hivemind.lib.impl
Class ServicePropertyFactoryParameter
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
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
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 |
ServicePropertyFactoryParameter
public ServicePropertyFactoryParameter()
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.