public class ServiceIiop<T extends ServiceIiop> extends Object
| Constructor and Description |
|---|
ServiceIiop() |
| 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
|
T |
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.
|
T |
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 T enableByDefault(Boolean value)
public Boolean useQualifiedName()
Copyright © 2015 JBoss by Red Hat. All rights reserved.