com.googlecode.jpattern.core
Interface ISystem

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ApplicationService

public interface ISystem
extends java.io.Serializable

Author:
Francesco Cina' 29/gen/2011

Method Summary
 void accept(ICommand aCommand)
           
 void build(AServiceBuilder aServiceBuilder)
           
 boolean contains(java.lang.String aServiceName)
           
 void remove(java.lang.String aServiceName)
           
 void removeAllServices()
           
 

Method Detail

build

void build(AServiceBuilder aServiceBuilder)

remove

void remove(java.lang.String aServiceName)

accept

void accept(ICommand aCommand)

removeAllServices

void removeAllServices()

contains

boolean contains(java.lang.String aServiceName)


Copyright © 2011. All Rights Reserved.