- main(String[]) - Static method in class no.g9.support.jetty.JettyStart
-
Main function, starts the Jetty server.
- makeAttributeNode(Object, Document, OSConvertContext) - Method in class no.g9.support.xml.AbstractXmlConverter
-
Helper function that creates a document node from an atribute
- makeConfig() - Method in class no.g9.support.jetty.JettyStart
-
Create a configuration.
- makeCopy() - Method in class no.g9.support.Numeric
-
- marshal(Object, Result) - Method in class no.g9.support.transport.DomainTransportMarshaller
-
Steps performed:
Converts the object graph to the configured
transportType
Delegates marshal to the supplied unmarshaller
- marshalSendAndReceive(Object) - Method in class no.g9.support.ws.AbstractWSClient
-
Sends a web service message that contains the given payload, marshalled
by the configured Marshaller.
- MASK - Variable in enum no.g9.support.HookType
-
The bit-mask value.
- Message - Class in no.g9.message
-
A Message represents all the data in a message.
- Message() - Constructor for class no.g9.message.Message
-
Default constructor for Message.
- Message(String) - Constructor for class no.g9.message.Message
-
Constructor with message id.
- Message(String, Object...) - Constructor for class no.g9.message.Message
-
Constructor with message id and arguments.
- Message(String, MessageType, Object...) - Constructor for class no.g9.message.Message
-
Constructor with message number and type.
- MessageAdmin - Class in no.g9.message
-
The default implementation of the IMessageAdmin interface.
- MessageAdmin() - Constructor for class no.g9.message.MessageAdmin
-
Setup with default providers, loggers and interactor.
- MessageConfigurator - Interface in no.g9.message
-
This interface is used by the message system to configure messages with data from different sources.
- MessageContext - Interface in no.g9.message
-
This interface represents the context for a message.
- MessageDispatcher - Interface in no.g9.message
-
This interface lets the client dispatch messages to the message system.
- MessageDispatcherImpl - Class in no.g9.message
-
Standard implementation of the MessageDispatcher
- MessageDispatcherImpl() - Constructor for class no.g9.message.MessageDispatcherImpl
-
- MessageDispatcherSetup - Interface in no.g9.message
-
This interface is used to set up message dispatchers for the message system.
- MessageEnums - Class in no.g9.message
-
Enumeration type for message constants.
- MessageFactory - Class in no.g9.message
-
This class is a singleton used to create messages.
- MessageFactory() - Constructor for class no.g9.message.MessageFactory
-
- MessageInteractor - Interface in no.g9.message
-
Used by the message system to interact with the user.
- MessageLogDispatcher - Class in no.g9.message
-
This class dispatches messages to the registered loggers.
- MessageLogDispatcher() - Constructor for class no.g9.message.MessageLogDispatcher
-
- MessageLogger - Interface in no.g9.message
-
This interface defines a logger.
- MessageReply - Interface in no.g9.message
-
This interface contains a message reply.
- MessageReplyType - Class in no.g9.message
-
Enumeration of valid message replies.
- MessageReplyType(int, String) - Constructor for class no.g9.message.MessageReplyType
-
Constructor for internal use only.
- MessageSystem - Class in no.g9.message
-
This class provides the static entry points to the message system.
- MessageText - Class in no.g9.message
-
Representation of a message text in its various forms...
- MessageText() - Constructor for class no.g9.message.MessageText
-
Default constructor.
- MessageText(String, String) - Constructor for class no.g9.message.MessageText
-
Constructor for MessageText identified by number.
- MessageText(String) - Constructor for class no.g9.message.MessageText
-
Constructor for uncached + unparsed MessageTexts.
- MessageType - Interface in no.g9.message
-
Tagging interface.
- MessageTypeEnum - Enum in no.g9.message
-
Enumeration of the set of standard message types.
- multiply(Numeric) - Method in class no.g9.support.Numeric
-
Multiply the given Numeric value with this.
- multiply(long) - Method in class no.g9.support.Numeric
-
Multiply the given long value with this.
- multiplyPercent(int) - Method in class no.g9.support.Numeric
-
Multiplies this numeric with the percent given in n: <this
numeric> * n / 100.