public class IiopService extends Object
| Constructor and Description |
|---|
IiopService() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enableByDefault()
If this is true EJB's will be exposed over IIOP by default, otherwise it needs to be explicitly enabled in the deployment descriptor
|
IiopService |
enableByDefault(Boolean value)
If this is true EJB's will be exposed over IIOP by default, otherwise it needs to be explicitly enabled in the deployment descriptor
|
String |
getKey() |
Boolean |
useQualifiedName()
If true EJB names will be bound into the naming service with the application and module name prepended to the name (e.g.
|
IiopService |
useQualifiedName(Boolean value)
If true EJB names will be bound into the naming service with the application and module name prepended to the name (e.g.
|
public String getKey()
public Boolean enableByDefault()
public IiopService enableByDefault(Boolean value)
public Boolean useQualifiedName()
public IiopService useQualifiedName(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.