public class IIOPService<T extends IIOPService<T>> extends Object
Constructor and Description |
---|
IIOPService() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
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() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean enableByDefault()
public T enableByDefault(Boolean value)
public Boolean useQualifiedName()
Copyright © 2019 JBoss by Red Hat. All rights reserved.