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: 1.1 $
Author:
Jeff Haynie

Field Summary
static String EJB
           
static String JMS
           
static String JMX
           
static String RMI
           
static String SELF
           
 

Field Detail

SELF

public static final String SELF
See Also:
Constant Field Values

JMX

public static final String JMX
See Also:
Constant Field Values

JMS

public static final String JMS
See Also:
Constant Field Values

EJB

public static final String EJB
See Also:
Constant Field Values

RMI

public static final String RMI
See Also:
Constant Field Values


Copyright © 2004 JBoss Inc. All Rights Reserved.