package obix.contracts; import obix.Abstime; import obix.IObj; import obix.Str; import obix.Uri; public interface About extends IObj { Str obixVersion(); Str productName(); Uri productUrl(); Str productVersion(); Abstime serverBootTime(); Str serverName(); Abstime serverTime(); Str vendorName(); Uri vendorUrl(); }