org.jboss.remoting
Interface Subsystem


public interface Subsystem

Predefined subsystem types. These are strings since you could support a proprietary subsystem or new specification by just adding the new subsystem string name on the server/client.


Field Summary
static java.lang.String EJB
           
static java.lang.String JMS
           
static java.lang.String JMX
           
static java.lang.String RMI
           
static java.lang.String SELF
           
 

Field Detail

SELF

public static final java.lang.String SELF
See Also:
Constant Field Values (src)

JMX

public static final java.lang.String JMX
See Also:
Constant Field Values (src)

JMS

public static final java.lang.String JMS
See Also:
Constant Field Values (src)

EJB

public static final java.lang.String EJB
See Also:
Constant Field Values (src)

RMI

public static final java.lang.String RMI
See Also:
Constant Field Values (src)