| extends |
text |
|
Declares which interface the generated home
interface extends. The default value is
|
false |
| local-extends |
text |
Session and Entity beans, EJB 2.0 |
Declares which interface the generated local
home interface extends. The default value is
. |
false |
| generate |
Boolean |
|
Declares which home interfaces to generate.
You must specify one of the following attributes:
The default value is
|
false |
| remote-class |
text |
|
The fully qualified name of the remote
home interface. |
false |
| local-class |
text |
Session and Entity beans, EJB 2.0 |
The fully qualified name of the local home interface. |
false |
| remote-pattern |
text |
|
The pattern to be used in determining the unqualified
name of the remote home interface. Use this only
if remote-class is not present. |
false |
| local-pattern |
text |
Session and Entity beans, EJB 2.0 |
The pattern to be used in determining the unqualified
name of the local home interface. Use this only
if local-class is not present. |
false |
| pattern |
text |
|
The pattern to be used
in determining the unqualified name of either local or remote
home interfaces. Used where -class and -pattern tags
for the bean are absent. |
false |
| remote-package |
text |
|
The package that the remote home interface should
be in. Use this only where remote-class is not
present. Use <packageSubstitution/> to specify
the package where the interface resides. |
false |
| local-package |
text |
|
The package that the local home interface
should be in. Use this only where local-class is not present. Use <packageSubstitution/> to
specify the package where the interface resides. |
false |
| package |
text |
|
The package that the home
interfaces are to be placed in. Use this only where -class and -pattern is
not present. Use <packageSubstitution/> to specify
the package where the interface resides. |
false |