org.jboss.ejb3.annotation.impl
Class RemoteBindingImpl

java.lang.Object
  extended by 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

Constructor Summary
RemoteBindingImpl()
           
RemoteBindingImpl(String jndi, String stack, String bindUrl, String proxyFactory)
           
RemoteBindingImpl(String jndi, String stack, String bindUrl, String invokerName, String proxyFactory)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 String clientBindUrl()
           
 String factory()
           
 String interceptorStack()
           
 String invokerName()
           
 String jndiBinding()
           
 void merge(org.jboss.ejb3.annotation.RemoteBinding annotation)
           
 void setBindUrl(String bindUrl)
           
 void setFactory(String factory)
           
 void setInvokerName(String invokerName)
           
 void setJndiBinding(String jndi)
           
 void setStack(String stack)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
 

Constructor Detail

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)
Method Detail

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.