net.sf.crispy.impl
Class StaticEjbProxy

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

public class StaticEjbProxy
extends StaticProxy

Remote call with EJB's (JNDI lookup).

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
StaticEjbProxy()
           
 
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

StaticEjbProxy

public StaticEjbProxy()
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


Copyright © 2005-2006 Crispy. All Rights Reserved.