org.jboss.ejb3.annotation.impl
Class RemoteBindingImpl
java.lang.Object
org.jboss.ejb3.annotation.impl.RemoteBindingImpl
- All Implemented Interfaces:
- Annotation, org.jboss.ejb3.annotation.RemoteBinding
public class RemoteBindingImpl
- extends Object
- implements org.jboss.ejb3.annotation.RemoteBinding
Comment
- Version:
- $Revision: 69968 $
- Author:
- Bill Burke
RemoteBindingImpl
public RemoteBindingImpl()
RemoteBindingImpl
public RemoteBindingImpl(String jndi,
String stack,
String bindUrl,
String proxyFactory)
RemoteBindingImpl
public RemoteBindingImpl(String jndi,
String stack,
String bindUrl,
String invokerName,
String proxyFactory)
setStack
public void setStack(String stack)
setFactory
public void setFactory(String factory)
setJndiBinding
public void setJndiBinding(String jndi)
setInvokerName
public void setInvokerName(String invokerName)
setBindUrl
public void setBindUrl(String bindUrl)
jndiBinding
public String jndiBinding()
interceptorStack
public String interceptorStack()
clientBindUrl
public String clientBindUrl()
invokerName
public String invokerName()
factory
public String factory()
merge
public void merge(org.jboss.ejb3.annotation.RemoteBinding annotation)
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interface Annotation
toString
public String toString()
- Specified by:
toString
in interface Annotation
- Overrides:
toString
in class Object
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.