|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnifiedInvokerMBean
| Field Summary |
|---|
| Fields inherited from interface org.jboss.system.ServiceMBean |
|---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
| Method Summary | |
|---|---|
String |
getInvokerLocator()
|
boolean |
getStrictRMIException()
A return of true means that the UnifiedInvokerProxy (on the client side) will wrap all RemoteExceptions within a new ServerException. |
String |
getSubSystem()
Gets the subsystem that the invoker will be registered under within remoting connector |
void |
setConnector(org.jboss.remoting.transport.ConnectorMBean connector)
This may be called if set depends in config with optional-attribute-name. |
void |
setStrictRMIException(boolean isStrict)
If set to true, this will cause the UnifiedInvokerProxy (on the client side) to wrap all RemoteExceptions thrown from the server in a new ServerException. |
void |
setSubSystem(String subsystem)
Sets the subsystem that the invoker will be registered under within remoting connector. |
| Methods inherited from interface org.jboss.system.ServiceMBean |
|---|
getName, getState, getStateString, jbossInternalLifecycle |
| Methods inherited from interface org.jboss.system.Service |
|---|
create, destroy, start, stop |
| Methods inherited from interface org.jboss.remoting.ServerInvocationHandler |
|---|
addListener, invoke, removeListener, setInvoker, setMBeanServer |
| Method Detail |
|---|
String getInvokerLocator()
void setStrictRMIException(boolean isStrict)
isStrict - boolean getStrictRMIException()
void setConnector(org.jboss.remoting.transport.ConnectorMBean connector)
connector - String getSubSystem()
void setSubSystem(String subsystem)
subsystem -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||