Classes | Static Public Member Functions

alma.acs.util.IorParser Class Reference

List of all members.

Classes

class  CDR
class  IOR

Static Public Member Functions

static void main (String[] args)
static String[] parse (String hexIOR) throws IllegalArgumentException

Detailed Description

Code provided by msekoran, mschilli added method parse(String).


Member Function Documentation

static void alma.acs.util.IorParser.main ( String[]  args  )  [static]

Prints info on the specified IOR. If no IOR is given, a demo IOR will be used.

References alma.acs.util.IorParser.parse().

static String [] alma.acs.util.IorParser.parse ( String  hexIOR  )  throws IllegalArgumentException [static]

Parses the specified hex-IOR and returns info about it. If parsing fails for any reason (be it even an algorithmic bug), an IllegalArgumentException will be thrown.

Returns:
a string array (host, port)
Exceptions:
IllegalArgumentException If parsing fails

Referenced by alma.acs.util.IorParser.main().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties