Uses of Class
tp.impl.CSEP545Service.Type

Packages that use CSEP545Service.Type
tp.impl Please place your own code under this package. 
 

Uses of CSEP545Service.Type in tp.impl
 

Fields in tp.impl declared as CSEP545Service.Type
protected  CSEP545Service.Type ServiceID.type
           
 

Methods in tp.impl that return CSEP545Service.Type
static CSEP545Service.Type CSEP545Service.Type.getInstance(String s)
           
 CSEP545Service.Type ServiceID.getType()
          get type of service id
static CSEP545Service.Type CSEP545Service.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CSEP545Service.Type[] CSEP545Service.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in tp.impl with parameters of type CSEP545Service.Type
protected
<T extends Remote>
Map<String,T>
CSEP545ServiceObject.lookupRemote(CSEP545Service.Type type)
           
protected
<T extends Remote>
T
CSEP545ServiceObject.lookupRemote(CSEP545Service.Type type, String name)
          utility method to resolve remote object
 

Constructors in tp.impl with parameters of type CSEP545Service.Type
ServiceID(CSEP545Service.Type type)
           
ServiceID(CSEP545Service.Type type, String name)