net.sf.crispy.impl
Class StaticLocalObjectProxy

java.lang.Object
  extended bynet.sf.crispy.proxy.Proxy
      extended bynet.sf.crispy.proxy.StaticProxy
          extended bynet.sf.crispy.impl.StaticLocalObjectProxy

public class StaticLocalObjectProxy
extends StaticProxy

Local call from Java object.

Author:
Linke

Field Summary
 
Fields inherited from class net.sf.crispy.proxy.StaticProxy
PROPERTY_CURRENT_INTERFACE_CLASS
 
Fields inherited from class net.sf.crispy.proxy.Proxy
log
 
Constructor Summary
StaticLocalObjectProxy()
           
StaticLocalObjectProxy(java.util.Properties pvProperties)
           
 
Method Summary
 java.lang.String getDefaultUrlAndPort()
          Get default url and port.
 java.lang.Object newInstance(java.lang.Class pvClass)
           
 
Methods inherited from class net.sf.crispy.proxy.StaticProxy
getDefaultInvocationStrategy, getInvocationStrategy, getUrlAndPort, setInvocationStrategy
 
Methods inherited from class net.sf.crispy.proxy.Proxy
createInvocationStrategy, getProperties, getProxyClass, getProxyObject, setProperties, setProxyClass, setProxyObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticLocalObjectProxy

public StaticLocalObjectProxy()

StaticLocalObjectProxy

public StaticLocalObjectProxy(java.util.Properties pvProperties)
Method Detail

getDefaultUrlAndPort

public java.lang.String getDefaultUrlAndPort()
Get default url and port. If no url and port is in properties.

Specified by:
getDefaultUrlAndPort in class StaticProxy
Returns:
Default url and port.

newInstance

public java.lang.Object newInstance(java.lang.Class pvClass)
Specified by:
newInstance in class Proxy
See Also:
Proxy.newInstance(java.lang.Class)


Copyright © 2005-2006 Crispy. All Rights Reserved.