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.

Version:
$Revision: 566 $
Author:
Jeff Haynie

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

static final java.lang.String SELF
See Also:
Constant Field Values

JMX

static final java.lang.String JMX
See Also:
Constant Field Values

JMS

static final java.lang.String JMS
See Also:
Constant Field Values

EJB

static final java.lang.String EJB
See Also:
Constant Field Values

RMI

static final java.lang.String RMI
See Also:
Constant Field Values


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.