org.objectweb.jonas_ws.wsgen.axis
Class VcBean

java.lang.Object
  extended byorg.objectweb.jonas_ws.wsgen.axis.VcBean

public class VcBean
extends java.lang.Object


Constructor Summary
VcBean(BeanDesc bd)
           
 
Method Summary
 java.lang.String getHomeInterface()
          the bean home interface name
 java.lang.String getJndiName()
          The bean jndi name
 java.lang.String getLocalHomeInterface()
          the local home interface name
 java.lang.String getLocalInterface()
          the local interface name
 java.lang.String getRemoteInterface()
          the bean remote interface name
 boolean isLocal()
          true if the bean is local
 boolean isRemote()
          true if the bean is remote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VcBean

public VcBean(BeanDesc bd)
Method Detail

getJndiName

public java.lang.String getJndiName()
The bean jndi name

Returns:
The bean jndi name

isLocal

public boolean isLocal()
true if the bean is local

Returns:
true if the bean is local

getLocalHomeInterface

public java.lang.String getLocalHomeInterface()
the local home interface name

Returns:
the local home interface name or null if the bean is not local

getLocalInterface

public java.lang.String getLocalInterface()
the local interface name

Returns:
the local interface name or null if the bean is not local

isRemote

public boolean isRemote()
true if the bean is remote

Returns:
true if the bean is remote

getHomeInterface

public java.lang.String getHomeInterface()
the bean home interface name

Returns:
the bean home interface name or null if the bean is not remote

getRemoteInterface

public java.lang.String getRemoteInterface()
the bean remote interface name

Returns:
the bean remote interface name or null if the bean is not remote