Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar31.RemoteType

Packages that use RemoteType
org.eclipse.modisco.jee.ejbjar.EjbJar31   
 

Uses of RemoteType in org.eclipse.modisco.jee.ejbjar.EjbJar31
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return RemoteType
 RemoteType EjbJar31Factory.createRemoteType()
          Returns a new object of class 'Remote Type'.
 RemoteType EjbRefType.getRemote()
          Returns the value of the 'Remote' containment reference.
 RemoteType EntityBeanType.getRemote()
          Returns the value of the 'Remote' containment reference.
 RemoteType SessionBeanType.getRemote()
          Returns the value of the 'Remote' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 with parameters of type RemoteType
 void EjbRefType.setRemote(RemoteType value)
          Sets the value of the 'Remote' containment reference.
 void EntityBeanType.setRemote(RemoteType value)
          Sets the value of the 'Remote' containment reference.
 void SessionBeanType.setRemote(RemoteType value)
          Sets the value of the 'Remote' containment reference.